Changeset 41895 for trunk/psastro/src/psastroFixChips.c
- Timestamp:
- Nov 4, 2021, 6:08:21 PM (5 years ago)
- Location:
- trunk/psastro
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psastroFixChips.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-dev-20210817/psastro (added) merged: 41799,41814,41816,41822,41833,41837,41876-41877,41883,41889
- Property svn:mergeinfo changed
-
trunk/psastro/src/psastroFixChips.c
r41536 r41895 170 170 if (DEBUG) fclose (f); 171 171 172 psPlaneTransform *map = psPlaneTransformAlloc (1, 1 );172 psPlaneTransform *map = psPlaneTransformAlloc (1, 1, PS_POLYNOMIAL_ORD); 173 173 174 174 psVector *mask = psVectorAlloc (nPts, PS_TYPE_VECTOR_MASK); … … 289 289 // apply the exiting fromTPA transformation to make the new toFPA consistent with the toTPA layter 290 290 // XXX this only works if toTPA is at most a linear transformation 291 psPlaneTransform *toFPA = psPlaneTransformAlloc(refChip->toFPA->x->nX, refChip->toFPA->x->nY );291 psPlaneTransform *toFPA = psPlaneTransformAlloc(refChip->toFPA->x->nX, refChip->toFPA->x->nY, PS_POLYNOMIAL_ORD); 292 292 for (int i = 0; i <= refChip->toFPA->x->nX; i++) { 293 293 for (int j = 0; j <= refChip->toFPA->x->nY; j++) {
Note:
See TracChangeset
for help on using the changeset viewer.
