Changeset 41897 for trunk/pswarp/src/pswarpMapGrid.c
- Timestamp:
- Nov 4, 2021, 6:11:39 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpMapGrid.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpMapGrid.c
r41538 r41897 44 44 for (ni = 0, i = xMin; ni < nXpts; i += nXpix, ni++) { 45 45 for (nj = 0, j = yMin; nj < nYpts; j += nYpix, nj++) { 46 // pswarpMapSetLocalModel (grid->maps[ni][nj], dest, src, i, j, nXpix, nYpix); 46 47 pswarpMapSetLocalModel (grid->maps[ni][nj], dest, src, i, j); 47 48 } … … 196 197 * astrometric transformations are supplied for the parent image coordinate frame. 197 198 */ 199 // bool pswarpMapSetLocalModel (pswarpMap *map, pmReadout *dest, pmReadout *src, int ix, int iy, int dX, int dY) { 198 200 bool pswarpMapSetLocalModel (pswarpMap *map, pmReadout *dest, pmReadout *src, int ix, int iy) { 199 201 … … 234 236 235 237 /** V(1,0) position */ 238 // offset->x = ix + dX; 236 239 offset->x = ix + 1; 237 240 offset->y = iy; … … 246 249 offset->x = ix; 247 250 offset->y = iy + 1; 251 // offset->y = iy + dY; 248 252 psPlaneTransformApply(FP, chipSrc->toFPA, offset); 249 253 psPlaneTransformApply (TP, fpaSrc->toTPA, FP);
Note:
See TracChangeset
for help on using the changeset viewer.
