- Timestamp:
- Oct 13, 2016, 1:14:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20160809/psastro/src/psastroModelAdjust.c
r39706 r39755 117 117 118 118 // invert the new fromFPA transform to get the new toFPA transform 119 // NOTE: when we call psPlaneTransformInvert here, we do not increase the order as in other places 119 120 psPlaneTransform *fromFPA = psPlaneTransformInvert(NULL, chip->toFPA, *region, 50); 120 121 psFree (chip->fromFPA); … … 138 139 139 140 psFree (output->fpa->fromTPA); 141 // NOTE: when we call psPlaneTransformInvert here, we do not increase the order as in other places 140 142 output->fpa->fromTPA = psPlaneTransformInvert(NULL, output->fpa->toTPA, *fpaRegion, 50); 141 143 … … 185 187 // invert the new fromFPA transform to get the new toFPA transform 186 188 // the region used here is the region covered by the chip in the FPA 189 // NOTE: when we call psPlaneTransformInvert here, we do not increase the order as in other places 187 190 psPlaneTransform *fromFPA = psPlaneTransformInvert(NULL, chip->toFPA, *region, 50); 188 191 psFree (chip->fromFPA);
Note:
See TracChangeset
for help on using the changeset viewer.
