Changeset 5575 for trunk/psastro/src/psastro.h
- Timestamp:
- Nov 22, 2005, 10:38:21 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.h
r5565 r5575 11 11 # define toSky projection 12 12 13 bool pmCellInterpretWCS (pmCell *cell, psMetadata *header) ; 13 bool pmAstromReadWCS (psPlaneTransform **toFPA, psProjection **toSky, psMetadata *header); 14 bool pmAstromWriteWCS (psPlaneTransform *toFPA, psProjection *toSky, psMetadata *header); 15 14 16 pmFPA *pmFPACopyAstrom (pmFPA *inFPA); 15 17 psMetadata *psastroArguments (int *argc, char **argv); … … 21 23 bool psastroWriteCMP (pmFPA *fpa, char *filename); 22 24 23 psMetadata *testArguments (int *argc, char **argv);24 25 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);26 psPlane *psCoordReadoutToCell (psPlane *cellpix, psPlane *readpix, pmReadout *readout); 27 psPlane *psCoordCellToReadout (psPlane *readpix, psPlane *cellpix, pmReadout *readout); 28 psPlane *psCoordChipToCell_EAM(psPlane* cellCoord, const psPlane* chipCoord, const pmCell* cell); 28 29 29 bool testWriteCMP (psMetadata *header, char *filename, psArray *sources); 30 bool testWriteRef (char *filename, psArray *sources); 31 bool testWriteRaw (char *filename, psArray *sources); 30 bool testWriteCMP (psMetadata *header, char *filename, psArray *sources); 31 bool testWriteRef (char *filename, psArray *sources); 32 bool testWriteRaw (char *filename, psArray *sources); 33 psMetadata *testArguments (int *argc, char **argv); 32 34 33 35 bool psastroProjectFPA (pmFPA *fpa, char *starlist, bool toSky); … … 35 37 bool psastroProjectRefstars (psArray *stars, pmReadout *readout); 36 38 37 psPlane* psCoordChipToCell_EAM(38 psPlane* out, ///< a plane struct to recycle. If NULL, a new struct is created39 const psPlane* in, ///< the Chip coordinate40 const pmCell* cell ///< the cell of interest41 );42 43 39 psPlaneTransform *p_psPlaneTransformLinearInvert_EAM(psPlaneTransform *transform); 44 pmFPA *pmFPACopyAstrom (pmFPA *inFPA);40 pmFPA *pmFPACopyAstrom (pmFPA *inFPA);
Note:
See TracChangeset
for help on using the changeset viewer.
