IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 21, 2007, 12:09:22 PM (19 years ago)
Author:
eugene
Message:

fpa field is now determined by the header and/or the chip regions; pixel scale is not needed for readBilevelMosaic, etc; fixed trimsec errors on input/output; fixed errors on map boundaries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarp.h

    r12505 r12523  
    4848pswarpMapGrid *pswarpMapGridFromImage (pmReadout *dest, pmReadout *src, int nXpix, int nYpix);
    4949bool pswarpMapGridSetGrid (pswarpMapGrid *grid, int ix, int iy, int *gridX, int *gridY);
    50 bool pswarpMapGridNextGrid_X (pswarpMapGrid *grid, int gridX, int *nextX);
    51 bool pswarpMapGridNextGrid_Y (pswarpMapGrid *grid, int gridY, int *nextY);
     50int pswarpMapGridNextGrid_X (pswarpMapGrid *grid, int gridX);
     51int pswarpMapGridNextGrid_Y (pswarpMapGrid *grid, int gridY);
    5252double pswarpMapGridMaxError (pswarpMapGrid *grid);
    5353bool pswarpMapApply (double *outX, double *outY, pswarpMap *map, double inX, double inY);
Note: See TracChangeset for help on using the changeset viewer.