IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13602


Ignore:
Timestamp:
Jun 3, 2007, 4:19:09 PM (19 years ago)
Author:
eugene
Message:

adding container for summary statistics not generated by psImageStats

Location:
trunk/ppStats/src
Files:
2 edited

Legend:

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

    r12354 r13602  
    1919    psFree(data->headers);
    2020    psFree(data->concepts);
     21    psFree(data->summary);
     22
    2123    psFree(data->stats);
    2224
     
    3941    data->headers = psListAlloc(NULL);
    4042    data->concepts = psListAlloc(NULL);
     43    data->summary = psListAlloc(NULL);
    4144    data->stats = psStatsAlloc(0);
    4245    data->doStats = false;
  • trunk/ppStats/src/ppStatsData.h

    r12354 r13602  
    1616    psList *headers;                    // Headers to read
    1717    psList *concepts;                   // Concepts to read
     18    psList *summary;                    // Summary statistics to calculate
    1819    // Options for input data
    1920    float sample;                       // Fraction of cell to sample for statistics
Note: See TracChangeset for help on using the changeset viewer.