Changeset 17228 for trunk/psModules/src/camera/pmReadoutStack.h
- Timestamp:
- Mar 28, 2008, 5:10:17 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmReadoutStack.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmReadoutStack.h
r16600 r17228 4 4 #include "pmHDU.h" 5 5 #include "pmFPA.h" 6 7 #define PM_READOUT_STACK_ANALYSIS_COUNT "STACK.COUNT" // Name for count image in analysis metadata 8 #define PM_READOUT_STACK_ANALYSIS_SIGMA "STACK.SIGMA" // Name for sigma image in analysis metadata 6 9 7 10 /// Update an output readout (for a stack) with the correct col0,row0 and the image size … … 21 24 ); 22 25 26 /// Return an image from analysis metadata, produced while stacking 27 psImage *pmReadoutAnalysisImage(pmReadout *readout, // Readout containing image 28 const char *name, // Name of image in analysis metadata 29 int numCols, int numRows, // Expected size of image 30 psElemType type, // Expected type of image 31 double init // Initial value 32 ); 23 33 24 34 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
