IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 7, 2007, 6:48:50 AM (20 years ago)
Author:
eugene
Message:

functioning pswarp, needs opt code

File:
1 edited

Legend:

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

    r10952 r10954  
    1313# define PSWARP_RECIPE "PSWARP" // Name of the recipe to use
    1414
     15typedef struct {
     16  double Xo, Xx, Xy;
     17  double Yo, Yx, Yy;
     18} pswarpMap;
     19
     20typedef struct {
     21  pswarpMap **grid;
     22  int Nx, Ny;
     23  int nXpix, nYpix;
     24} pswarpMapGrid;
     25
    1526pmConfig *pswarpArguments (int argc, char **argv);
    1627bool pswarpParseCamera (pmConfig *config);
     
    1930bool pswarpDataSave (pmConfig *config);
    2031void pswarpCleanup (pmConfig *config);
     32bool pswarpTransformReadout (pmReadout *output, pmReadout *input, pmConfig *config);
     33
Note: See TracChangeset for help on using the changeset viewer.