Changeset 21183 for trunk/ppStats/src/ppStats.h
- Timestamp:
- Jan 26, 2009, 8:40:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStats.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStats.h
r19626 r21183 24 24 bool doFirstReadout3D; // for 3D data, use the first readout? 25 25 float sample; // Fraction of cell to sample for statistics 26 ps MaskType maskVal;// Mask value for images26 psImageMaskType maskVal; // Mask value for images 27 27 psList *chips; // Chips to look at 28 28 psList *cells; // Cells to look at … … 45 45 pmFPA *fpa, // FPA for which to get statistics 46 46 pmFPAview *view, // View for analysis 47 ps MaskType maskVal, // Value to mask47 psImageMaskType maskVal, // Value to mask 48 48 pmConfig *config // Configuration 49 49 ); … … 77 77 pmFPA *fpa, // FPA for which to get statistics 78 78 pmFPAview *view, // View for analysis 79 ps MaskType maskVal, // Value to mask79 psImageMaskType maskVal, // Value to mask 80 80 pmConfig *config // Configuration 81 81 ); … … 85 85 pmFPA *fpa, // FPA for which to get statistics 86 86 pmFPAview *view, // View for analysis 87 ps MaskType maskVal, // Value to mask87 psImageMaskType maskVal, // Value to mask 88 88 pmConfig *config // Configuration 89 89 );
Note:
See TracChangeset
for help on using the changeset viewer.
