IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2009, 12:08:50 PM (17 years ago)
Author:
beaumont
Message:

merged with head

Location:
branches/cnb_branches/cnb_branch_20090301
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branches/cnb_branch_20090301

  • branches/cnb_branches/cnb_branch_20090301/ppStats/src/ppStats.h

    r21183 r23352  
    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);
     115
     116/// Populate header with version information
     117bool ppStatsVersionHeader(
     118    psMetadata *header                  ///< Header to populate
     119    );
     120
    112121
    113122void p_ppStatsGetMetadata(psMetadata *target, // Target for metadata
Note: See TracChangeset for help on using the changeset viewer.