Changeset 10613 for trunk/psastro/src/psastroMosaicSetAstrom.c
- Timestamp:
- Dec 10, 2006, 8:37:37 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMosaicSetAstrom.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMosaicSetAstrom.c
r9574 r10613 30 30 31 31 psPlaneTransformApply (raw->FP, chip->toFPA, raw->chip); 32 psPlaneDistortApply (raw->TP, fpa->toT angentPlane, raw->FP, 0.0, 0.0);33 p _psDeproject (raw->sky, raw->TP, fpa->projection);32 psPlaneDistortApply (raw->TP, fpa->toTPA, raw->FP, 0.0, 0.0); 33 psDeproject (raw->sky, raw->TP, fpa->toSky); 34 34 } 35 35 … … 40 40 pmAstromObj *ref = refstars->data[i]; 41 41 42 p _psProject (ref->TP, ref->sky, fpa->projection);43 psPlaneDistortApply (ref->FP, fpa->fromT angentPlane, ref->TP, 0.0, 0.0);42 psProject (ref->TP, ref->sky, fpa->toSky); 43 psPlaneDistortApply (ref->FP, fpa->fromTPA, ref->TP, 0.0, 0.0); 44 44 psPlaneTransformApply (ref->chip, chip->fromFPA, ref->FP); 45 45 }
Note:
See TracChangeset
for help on using the changeset viewer.
