Changeset 4694 for trunk/archive/scripts/src/pmFPARead.h
- Timestamp:
- Aug 1, 2005, 2:21:14 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/archive/scripts/src/pmFPARead.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/scripts/src/pmFPARead.h
r4386 r4694 4 4 #include "papFocalPlane.h" 5 5 6 // Read the contents of a FITS file (format specified by the camera configuration) into memory 7 papFPA *pmFPARead(psFits *fits, // A FITS file 8 const psMetadata *camera, // The camera configuration 9 psDB *db // Database handle 10 ); 11 12 // Print out the FPA 13 void pmFPAPrint(papFPA *fpa // FPA to print 14 ); 6 bool pmFPARead(papFPA *fpa, // FPA to read into 7 psFits *fits // FITS file from which to read 8 ); 15 9 16 10 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
