Changeset 6552 for branches/rel10_ifa/psModules/src/astrom/pmFPAConstruct.h
- Timestamp:
- Mar 8, 2006, 5:08:08 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmFPAConstruct.h
r6448 r6552 5 5 #include "pmFPA.h" 6 6 7 // Read the contents of a FITS file (format specified by the camera configuration) into memory7 // Construct an FPA instance on the basis of a camera configuration 8 8 pmFPA *pmFPAConstruct(const psMetadata *camera // The camera configuration 9 9 ); 10 10 11 // Add an input file to the FPA 12 bool pmFPAAddSource(pmFPA *fpa, // FPA to which to add 13 pmChip *chip, // Chip to which to add, or NULL 14 pmCell *cell, // Cell to which to add, or NULL 15 psMetadata *phu, // Primary header of file 16 const psMetadata *format // Format of file 17 ); 18 11 19 // Print out the FPA 12 void pmFPAPrint(pmFPA *fpa // FPA to print 20 void pmFPAPrint(pmFPA *fpa, // FPA to print 21 bool concepts // Print concepts? 13 22 ); 14 23
Note:
See TracChangeset
for help on using the changeset viewer.
