Changeset 6618 for branches/rel10_ifa/psModules/src/astrom/pmFPAConstruct.h
- Timestamp:
- Mar 16, 2006, 3:47:44 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmFPAConstruct.h
r6580 r6618 4 4 #include "pslib.h" 5 5 #include "pmFPA.h" 6 #include "pmFPAview.h" 6 7 7 8 // Construct an FPA instance on the basis of a camera configuration … … 9 10 ); 10 11 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 psMetadata *format // Format of file 17 ); 12 pmFPAview *pmFPAAddSource(pmFPA *fpa, // The FPA 13 psMetadata *phu, // Primary header of file 14 psMetadata *format // Format of file 15 ); 18 16 19 17 // Print out the FPA
Note:
See TracChangeset
for help on using the changeset viewer.
