- Timestamp:
- Mar 17, 2009, 12:08:50 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStats/src/ppStats.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk merged eligible /branches/eam_branches/eam_branch_20090303 23158-23228
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/cnb_branches/cnb_branch_20090301/ppStats/src/ppStats.h
r21183 r23352 22 22 psList *summary; // Summary statistics to calculate 23 23 // Options for input data 24 bool doFirstReadout3D; // for 3D data, use the first readout?24 bool doFirstReadout3D; // for 3D data, use the first readout? 25 25 float sample; // Fraction of cell to sample for statistics 26 psImageMaskType 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 … … 108 108 psString ppStatsVersion(void); 109 109 110 /// Return source information 111 psString ppStatsSource(void); 112 110 113 /// Return long version information 111 114 psString ppStatsVersionLong(void); 115 116 /// Populate header with version information 117 bool ppStatsVersionHeader( 118 psMetadata *header ///< Header to populate 119 ); 120 112 121 113 122 void p_ppStatsGetMetadata(psMetadata *target, // Target for metadata
Note:
See TracChangeset
for help on using the changeset viewer.
