Changeset 6791 for trunk/psastro/src/psastro.h
- Timestamp:
- Apr 5, 2006, 12:46:25 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.h
r5575 r6791 10 10 # define toTPA toTangentPlane 11 11 # define toSky projection 12 13 // How much of the FPA to load at a time 14 typedef enum { 15 PP_LOAD_NONE, // Don't load anything 16 PP_LOAD_FPA, // Load the entire FPA at once 17 PP_LOAD_CHIP, // Load by chip 18 PP_LOAD_CELL, // Load by cell 19 } ppImageLoadDepth; 20 21 // Configuration data 22 typedef struct { 23 psMetadata *site; // The site configuration 24 psMetadata *camera; // The camera configuration 25 psMetadata *recipe; // The recipe (i.e., specific setups) 26 psMetadata *arguments; // Command-line arguments 27 psMetadata *options; // Command-line recipe options 28 psDB *database; // Database handle 29 } ppConfig; 30 31 // A file to process 32 typedef struct { 33 char *filename; // File name 34 psFits *fits; // The FITS file handle 35 psMetadata *phu; // The FITS header 36 pmFPA *fpa; // The FPA, with pixels and extensions 37 } ppFile; 12 38 13 39 bool pmAstromReadWCS (psPlaneTransform **toFPA, psProjection **toSky, psMetadata *header);
Note:
See TracChangeset
for help on using the changeset viewer.
