Changeset 39755
- Timestamp:
- Oct 13, 2016, 1:14:56 PM (10 years ago)
- Location:
- branches/czw_branch/20160809/psastro/src
- Files:
-
- 3 edited
-
psastroFixChips.c (modified) (1 diff)
-
psastroModelAdjust.c (modified) (3 diffs)
-
psastroMosaicAstrom.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20160809/psastro/src/psastroFixChips.c
r27639 r39755 306 306 psRegion *region = pmChipPixels (obsChip); 307 307 obsChip->toFPA = toFPA; 308 // NOTE: when we call psPlaneTransformInvert here, we do not increase the order as in other places 308 309 obsChip->fromFPA = psPlaneTransformInvert(NULL, obsChip->toFPA, *region, 50); 309 310 psFree (region); -
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); -
branches/czw_branch/20160809/psastro/src/psastroMosaicAstrom.c
r39724 r39755 282 282 psFree (fpa->fromTPA); 283 283 psPlaneTransform *myPT = psPlaneTransformAlloc(fpa->toTPA->x->nX+4, fpa->toTPA->x->nY+4); 284 285 284 fpa->fromTPA = psPlaneTransformInvert (myPT, fpa->toTPA, fitRegion, 100); 286 285 psFree (myPT);
Note:
See TracChangeset
for help on using the changeset viewer.
