- Timestamp:
- Jan 1, 2009, 7:13:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/psModules/src/camera/pmReadoutStack.h
r18830 r21079 14 14 bool mask, ///< Worry about the mask? 15 15 bool weight, ///< Worry about the weight? 16 ps MaskType blank ///< Mask value to give to blank pixels16 psImageMaskType blank ///< Mask value to give to blank pixels 17 17 ); 18 18 … … 47 47 48 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, ps MaskType blank);49 bool pmReadoutStackDefineOutput(pmReadout *readout, int col0, int row0, int numCols, int numRows, bool mask, bool weight, psImageMaskType blank); 50 50 51 51 bool pmReadoutStackSetOutputSize(int *col0, int *row0, int *numCols, int *numRows, const psArray *inputs);
Note:
See TracChangeset
for help on using the changeset viewer.
