IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2005, 10:38:21 AM (21 years ago)
Author:
eugene
Message:

fixed up WCS

File:
1 edited

Legend:

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

    r5565 r5575  
    1111# define toSky projection
    1212
    13 bool              pmCellInterpretWCS (pmCell *cell, psMetadata *header) ;
     13bool              pmAstromReadWCS (psPlaneTransform **toFPA, psProjection **toSky, psMetadata *header);
     14bool              pmAstromWriteWCS (psPlaneTransform *toFPA, psProjection *toSky, psMetadata *header);
     15
    1416pmFPA            *pmFPACopyAstrom (pmFPA *inFPA);
    1517psMetadata       *psastroArguments (int *argc, char **argv);
     
    2123bool              psastroWriteCMP (pmFPA *fpa, char *filename);
    2224
    23 psMetadata *testArguments (int *argc, char **argv);
    2425
    25 psPlane *psCoordReadoutToCell (psPlane *cellpix, psPlane *readpix, pmReadout *readout);
    26 psPlane *psCoordCellToReadout (psPlane *readpix, psPlane *cellpix, pmReadout *readout);
    27 psPlane* psCoordChipToCell_EAM(psPlane* cellCoord, const psPlane* chipCoord, const pmCell* cell);
     26psPlane          *psCoordReadoutToCell (psPlane *cellpix, psPlane *readpix, pmReadout *readout);
     27psPlane          *psCoordCellToReadout (psPlane *readpix, psPlane *cellpix, pmReadout *readout);
     28psPlane          *psCoordChipToCell_EAM(psPlane* cellCoord, const psPlane* chipCoord, const pmCell* cell);
    2829
    29 bool testWriteCMP (psMetadata *header, char *filename, psArray *sources);
    30 bool testWriteRef (char *filename, psArray *sources);
    31 bool testWriteRaw (char *filename, psArray *sources);
     30bool              testWriteCMP (psMetadata *header, char *filename, psArray *sources);
     31bool              testWriteRef (char *filename, psArray *sources);
     32bool              testWriteRaw (char *filename, psArray *sources);
     33psMetadata       *testArguments (int *argc, char **argv);
    3234
    3335bool              psastroProjectFPA (pmFPA *fpa, char *starlist, bool toSky);
     
    3537bool              psastroProjectRefstars (psArray *stars, pmReadout *readout);
    3638
    37 psPlane* psCoordChipToCell_EAM(
    38     psPlane* out,                      ///< a plane struct to recycle. If NULL, a new struct is created
    39     const psPlane* in,                 ///< the Chip coordinate
    40     const pmCell* cell                 ///< the cell of interest
    41 );
    42 
    4339psPlaneTransform *p_psPlaneTransformLinearInvert_EAM(psPlaneTransform *transform);
    44 pmFPA *pmFPACopyAstrom (pmFPA *inFPA);
     40pmFPA            *pmFPACopyAstrom (pmFPA *inFPA);
Note: See TracChangeset for help on using the changeset viewer.