- Timestamp:
- Oct 11, 2021, 11:36:17 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-dev-20210817/psastro/src/psastroFixChips.c
r41536 r41833 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.
