IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23753 for trunk/ppStack


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/ppStack/src/ppStackFinish.c

    r23364 r23753  
    5858        psFree((void *)statsMDC);
    5959        fclose(options->statsFile); options->statsFile = NULL;
     60        pmConfigRunFilenameAddWrite(config, "STATS", psMetadataLookupStr(NULL, config->arguments, "STATS"));
    6061    }
    6162
     
    6566    psString dump = psMetadataLookupStr(&mdok, config->arguments, "DUMP_CONFIG"); // File for config
    6667    if (dump) {
    67         pmFPAfile *input = psMetadataLookupPtr(NULL, config->files, "PPSTACK.INPUT"); // Input file
    68         pmConfigDump(config, input->fpa, dump);
     68        pmConfigDump(config, dump);
    6969    }
    7070
Note: See TracChangeset for help on using the changeset viewer.