Changeset 12505 for trunk/pswarp/src/pswarp.h
- Timestamp:
- Mar 19, 2007, 3:58:02 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarp.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarp.h
r10957 r12505 11 11 12 12 # include "pswarpErrorCodes.h" 13 # define PSWARP_RECIPE "PSWARP" // Name of the recipe to use 13 # define PSWARP_RECIPE "PSWARP" // Name of the recipe to use 14 # define PSASTRO_RECIPE "PSASTRO" // Name of the recipe to use 14 15 15 16 // a single pswarpMap converts coordinates from one image to a second image … … 47 48 pswarpMapGrid *pswarpMapGridFromImage (pmReadout *dest, pmReadout *src, int nXpix, int nYpix); 48 49 bool pswarpMapGridSetGrid (pswarpMapGrid *grid, int ix, int iy, int *gridX, int *gridY); 49 bool pswarpMapGridNextGrid (pswarpMapGrid *grid, int gridX, int gridY, int *nextX, int *nextY); 50 bool pswarpMapGridNextGrid_X (pswarpMapGrid *grid, int gridX, int *nextX); 51 bool pswarpMapGridNextGrid_Y (pswarpMapGrid *grid, int gridY, int *nextY); 50 52 double pswarpMapGridMaxError (pswarpMapGrid *grid); 51 53 bool pswarpMapApply (double *outX, double *outY, pswarpMap *map, double inX, double inY); 52 54 bool pswarpMapSetLocalModel (pswarpMap *map, pmReadout *dest, pmReadout *src, int ix, int iy); 55 56 bool pswarpDefineSkycell (pmFPAfile **outFile, pmConfig **outConfig, pmConfig *config, const char *filename, const char *argname);
Note:
See TracChangeset
for help on using the changeset viewer.
