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/ppSubReadout.c

    r23740 r23753  
    2121#include "ppSub.h"
    2222
    23 bool ppSubReadout(const char *name, bool reverse, pmConfig *config, ppSubData *data, const pmFPAview *view)
     23bool ppSubReadout(const char *name, bool reverse, ppSubData *data, const pmFPAview *view)
    2424{
     25    psAssert(data, "Require processing data");
     26    pmConfig *config = data->config;    // Configuration
     27    psAssert(config, "Require configuration");
     28
    2529    psAssert(name, "Require name");
    26     psAssert(config, "Require configuration");
    27     psAssert(data, "Require data");
    2830    psAssert(view, "Require view");
    2931
Note: See TracChangeset for help on using the changeset viewer.