IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 8, 2009, 2:33:59 PM (17 years ago)
Author:
Paul Price
Message:

Put statistics files in RUN metadata. Removed unnecessary argument from pmConfigDump. Reorganised ppSub so configuration is carried by the ppSubData, which means that the configuration can be dumped when we free the ppSubData (similar operation as for writing statistics).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubReadoutStats.c

    r23740 r23753  
    1010
    1111
    12 bool ppSubReadoutStats(pmConfig *config, ppSubData *data)
     12bool ppSubReadoutStats(ppSubData *data)
    1313{
     14    psAssert(data, "Require processing data");
     15    pmConfig *config = data->config;    // Configuration
    1416    psAssert(config, "Require configuration");
    15     psAssert(data, "Require data");
    1617
    1718    if (!data->statsFile) {
Note: See TracChangeset for help on using the changeset viewer.