Changeset 10830 for trunk/psastro/src/psastroMosaicSetAstrom.c
- Timestamp:
- Dec 24, 2006, 3:56:53 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMosaicSetAstrom.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMosaicSetAstrom.c
r10613 r10830 30 30 31 31 psPlaneTransformApply (raw->FP, chip->toFPA, raw->chip); 32 psPlane DistortApply (raw->TP, fpa->toTPA, raw->FP, 0.0, 0.0);32 psPlaneTransformApply (raw->TP, fpa->toTPA, raw->FP); 33 33 psDeproject (raw->sky, raw->TP, fpa->toSky); 34 34 } … … 41 41 42 42 psProject (ref->TP, ref->sky, fpa->toSky); 43 psPlane DistortApply (ref->FP, fpa->fromTPA, ref->TP, 0.0, 0.0);43 psPlaneTransformApply (ref->FP, fpa->fromTPA, ref->TP); 44 44 psPlaneTransformApply (ref->chip, chip->fromFPA, ref->FP); 45 45 }
Note:
See TracChangeset
for help on using the changeset viewer.
