IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 14, 2006, 3:58:46 PM (20 years ago)
Author:
Paul Price
Message:

Adding option of outputting concepts in addition to headers.

File:
1 edited

Legend:

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

    r7902 r7910  
    1212    FILE *outFile;                      // Output file handle
    1313    pmFPA *inFPA;                       // Input FPA
    14     // Options
     14    // Stuff to output
     15    psStats *stats;                     // Statistics to calculate
     16    bool doStats;                       // Do statistics?
     17    psList *headers;                    // Headers to read
     18    psList *concepts;                   // Concepts to read
     19    // Options for input data
    1520    float sample;                       // Fraction of cell to sample for statistics
    1621    psMaskType maskVal;                 // Mask value for images
    17     psList *headers;                    // Headers to read
    1822    psList *chips;                      // Chips to look at
    1923    psList *cells;                      // Cells to look at
    20     psStats *stats;                     // Statistics to calculate
    21     bool doStats;                       // Do statistics?
    2224} ppStatsData;
    2325
Note: See TracChangeset for help on using the changeset viewer.