IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 3, 2007, 10:00:03 AM (19 years ago)
Author:
eugene
Message:

adding functions to get stats on pixels and metadata independently; adding ability to get header data from readout->analysis

File:
1 edited

Legend:

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

    r13993 r13999  
    1212    psFree(data->headers);
    1313    psFree(data->concepts);
     14    psFree(data->analysis);
    1415    psFree(data->summary);
    1516
     
    3435    data->headers = psListAlloc(NULL);
    3536    data->concepts = psListAlloc(NULL);
     37    data->analysis = psListAlloc(NULL);
    3638    data->summary = psListAlloc(NULL);
    3739    data->stats = psStatsAlloc(0);
Note: See TracChangeset for help on using the changeset viewer.