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/pswarp/src/pswarpLoop.c

    r23720 r23753  
    484484        psFree((void*)statsMDC);
    485485        fclose(statsFile);
     486        pmConfigRunFilenameAddWrite(config, "STATS", statsName);
    486487
    487488        psFree(stats);
     
    491492    psString dump_file = psMetadataLookupStr(&status, config->arguments, "DUMP_CONFIG");
    492493    if (dump_file) {
    493         pmFPAfile *input = psMetadataLookupPtr(NULL, config->files, "PSWARP.INPUT"); // Input file
    494         pmConfigDump(config, input->fpa, dump_file);
     494        pmConfigDump(config, dump_file);
    495495    }
    496496
Note: See TracChangeset for help on using the changeset viewer.