Changeset 25331 for branches/pap/psModules/src/objects/pmDetEff.h
- Timestamp:
- Sep 10, 2009, 4:55:32 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/psModules/src/objects/pmDetEff.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psModules/src/objects/pmDetEff.h
r25327 r25331 4 4 #include <pslib.h> 5 5 #include <string.h> 6 7 #include "pmFPA.h" 6 8 7 9 #define PM_DETEFF_ANALYSIS "DETEFF" // Location of detection efficiency on pmReadout.analysis … … 26 28 ); 27 29 30 /// Write detection efficiency to FITS file 28 31 bool pmDetEffWrite(psFits *fits, // FITS file to which to write 29 32 pmDetEff *deteff, // Detection efficiency to write … … 32 35 ); 33 36 37 /// Write detection efficiency from a readout to a FITS file 38 bool pmReadoutWriteDetEff(psFits *fits,// FITS file to which to write 39 const pmReadout *readout, // Readout with detection efficiency 40 const psMetadata *header, // Header to write 41 const char *extname // Extension name 42 ); 43 44 /// Read detection efficiency 34 45 pmDetEff *pmDetEffRead(psFits *fits, // FITS file from which to read 35 46 const char *extname // Extension name 36 47 ); 48 49 /// Read detection efficiency into a readout 50 bool pmReadoutReadDetEff(psFits *fits,// FITS file to which to write 51 const pmReadout *readout, // Readout with detection efficiency 52 const char *extname // Extension name 53 ); 37 54 38 55 #define PM_ASSERT_DETEFF_NON_NULL(DE, RETURN) { \
Note:
See TracChangeset
for help on using the changeset viewer.
