IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 3, 2009, 3:27:34 PM (17 years ago)
Author:
Paul Price
Message:

Updating version functions to match psLib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStats.h

    r21183 r23119  
    2222    psList *summary;                    // Summary statistics to calculate
    2323    // Options for input data
    24     bool doFirstReadout3D;              // for 3D data, use the first readout?
     24    bool doFirstReadout3D;              // for 3D data, use the first readout?
    2525    float sample;                       // Fraction of cell to sample for statistics
    26     psImageMaskType maskVal;            // Mask value for images
     26    psImageMaskType maskVal;            // Mask value for images
    2727    psList *chips;                      // Chips to look at
    2828    psList *cells;                      // Cells to look at
     
    108108psString ppStatsVersion(void);
    109109
     110/// Return source information
     111psString ppStatsSource(void);
     112
    110113/// Return long version information
    111114psString ppStatsVersionLong(void);
Note: See TracChangeset for help on using the changeset viewer.