Changeset 5789 for trunk/archive/scripts/src/phase2/pmFPARead.h
- Timestamp:
- Dec 13, 2005, 6:30:21 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/archive/scripts/src/phase2/pmFPARead.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/scripts/src/phase2/pmFPARead.h
r5583 r5789 4 4 #include "pmFPA.h" 5 5 6 bool pmFPARead(pmFPA *fpa, // FPA to read into7 psFits *fits,// FITS file from which to read8 psMetadata *phu,// Primary header9 psDB *db// Database handle, for concept ingest6 bool pmFPARead(pmFPA *fpa, // FPA to read into 7 psFits *fits, // FITS file from which to read 8 psMetadata *phu, // Primary header 9 psDB *db // Database handle, for concept ingest 10 10 ); 11 11 12 psString p_pmFPATranslateName( psString name, // The name to translate13 pmCell *cell // The cell for which to translate12 psString p_pmFPATranslateName(const psString name, // The name to translate 13 const pmCell *cell // The cell for which to translate 14 14 ); 15 15 16 bool pmFPAReadMask(pmFPA *fpa, // FPA to read into 17 psFits *source // Source FITS file (for the original data) 16 psString p_pmFPATranslateFileExt(psString *extName, // Extension name, to be returned 17 const psString filenameExt, // The string to parse into filename and ext 18 const pmCell *cell // The cell 18 19 ); 19 20 20 bool pmFPAReadWeight(pmFPA *fpa, // FPA to read into 21 psFits *source // Source FITS file (for the original data) 21 bool pmFPAReadMask(pmFPA *fpa, // FPA to read into 22 psFits *source // Source FITS file (for the original data) 23 ); 24 25 bool pmFPAReadWeight(pmFPA *fpa, // FPA to read into 26 psFits *source // Source FITS file (for the original data) 22 27 ); 23 28
Note:
See TracChangeset
for help on using the changeset viewer.
