Changeset 4386 for trunk/archive/scripts/src/pmFPARead.h
- Timestamp:
- Jun 24, 2005, 3:05:59 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
r4309 r4386 5 5 6 6 // Read the contents of a FITS file (format specified by the camera configuration) into memory 7 papFPA *pmFPARead(const psMetadata *camera, // The camera configuration 8 psFits *fits // A FITS file 7 papFPA *pmFPARead(psFits *fits, // A FITS file 8 const psMetadata *camera, // The camera configuration 9 psDB *db // Database handle 9 10 ); 10 11 12 // Print out the FPA 13 void pmFPAPrint(papFPA *fpa // FPA to print 14 ); 11 15 12 16 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
