Changeset 41536 for trunk/psastro/src/psastroModelAdjust.c
- Timestamp:
- Apr 3, 2021, 2:26:18 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroModelAdjust.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroModelAdjust.c
r39926 r41536 124 124 // invert the new fromFPA transform to get the new toFPA transform 125 125 // NOTE: when we call psPlaneTransformInvert here, we do not increase the order as in other places 126 psPlaneTransform *fromFPA = psPlaneTransformInvert(NULL, chip->toFPA, *region, 50 );126 psPlaneTransform *fromFPA = psPlaneTransformInvert(NULL, chip->toFPA, *region, 50, 0); 127 127 psFree (chip->fromFPA); 128 128 chip->fromFPA = fromFPA; … … 146 146 psFree (output->fpa->fromTPA); 147 147 // NOTE: when we call psPlaneTransformInvert here, we do not increase the order as in other places 148 output->fpa->fromTPA = psPlaneTransformInvert(NULL, output->fpa->toTPA, *fpaRegion, 50 );148 output->fpa->fromTPA = psPlaneTransformInvert(NULL, output->fpa->toTPA, *fpaRegion, 50, 0); 149 149 150 150 // the model now describes the unrotated focal-plane … … 195 195 // the region used here is the region covered by the chip in the FPA 196 196 // NOTE: when we call psPlaneTransformInvert here, we do not increase the order as in other places 197 psPlaneTransform *fromFPA = psPlaneTransformInvert(NULL, chip->toFPA, *region, 50 );197 psPlaneTransform *fromFPA = psPlaneTransformInvert(NULL, chip->toFPA, *region, 50, 0); 198 198 psFree (chip->fromFPA); 199 199 chip->fromFPA = fromFPA;
Note:
See TracChangeset
for help on using the changeset viewer.
