Changeset 18830 for trunk/psModules/src/camera/pmReadoutStack.h
- Timestamp:
- Jul 31, 2008, 2:01:26 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
r17228 r18830 24 24 ); 25 25 26 psImage *pmReadoutSetAnalysisImage(pmReadout *readout, // Readout containing image 27 const char *name, // Name of image in analysis metadata 28 int numCols, int numRows, // Expected size of image 29 psElemType type, // Expected type of image 30 double init // Initial value 31 ); 32 33 // retrieve the specified image 34 // XXX not sure why this should call psMemIncrRefCounter 35 psImage *pmReadoutGetAnalysisImage(pmReadout *readout, // Readout containing image 36 const char *name // Name of image in analysis metadata 37 ); 38 39 26 40 /// Return an image from analysis metadata, produced while stacking 27 41 psImage *pmReadoutAnalysisImage(pmReadout *readout, // Readout containing image … … 32 46 ); 33 47 48 // XXX for the moment, use col0, row0, numCols, numRows supplied from the outside 49 bool pmReadoutStackDefineOutput(pmReadout *readout, int col0, int row0, int numCols, int numRows, bool mask, bool weight, psMaskType blank); 50 51 bool pmReadoutStackSetOutputSize(int *col0, int *row0, int *numCols, int *numRows, const psArray *inputs); 52 34 53 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
