IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2007, 3:58:02 PM (19 years ago)
Author:
eugene
Message:

updates to fix mosaic astrometry

File:
1 edited

Legend:

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

    r10957 r12505  
    1111
    1212# 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
    1415
    1516// a single pswarpMap converts coordinates from one image to a second image
     
    4748pswarpMapGrid *pswarpMapGridFromImage (pmReadout *dest, pmReadout *src, int nXpix, int nYpix);
    4849bool pswarpMapGridSetGrid (pswarpMapGrid *grid, int ix, int iy, int *gridX, int *gridY);
    49 bool pswarpMapGridNextGrid (pswarpMapGrid *grid, int gridX, int gridY, int *nextX, int *nextY);
     50bool pswarpMapGridNextGrid_X (pswarpMapGrid *grid, int gridX, int *nextX);
     51bool pswarpMapGridNextGrid_Y (pswarpMapGrid *grid, int gridY, int *nextY);
    5052double pswarpMapGridMaxError (pswarpMapGrid *grid);
    5153bool pswarpMapApply (double *outX, double *outY, pswarpMap *map, double inX, double inY);
    5254bool pswarpMapSetLocalModel (pswarpMap *map, pmReadout *dest, pmReadout *src, int ix, int iy);
     55
     56bool pswarpDefineSkycell (pmFPAfile **outFile, pmConfig **outConfig, pmConfig *config, const char *filename, const char *argname);
Note: See TracChangeset for help on using the changeset viewer.