IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2009, 2:55:40 PM (17 years ago)
Author:
Paul Price
Message:

Dump configuration after processing, so it has all the filenames.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackArguments.c

    r23242 r23364  
    295295    psTrace("ppStack", 1, "Done parsing arguments\n");
    296296
    297     // Dump configuration, now that's it's settled
    298     bool status;
    299     psString dump_file =  psMetadataLookupStr(&status, config->arguments, "DUMP_CONFIG");
    300     if (dump_file) {
    301         pmConfigCamerasCull(config, NULL);
    302         pmConfigRecipesCull(config, "PPSTACK,PPSUB,PPSTATS,PSPHOT,MASKS,JPEG");
    303 
    304         pmFPAfile *input = psMetadataLookupPtr(NULL, config->files, "PPSTACK.INPUT"); // Input file
    305         pmConfigDump(config, input->fpa, dump_file);
    306     }
     297    pmConfigCamerasCull(config, NULL);
     298    pmConfigRecipesCull(config, "PPSTACK,PPSUB,PPSTATS,PSPHOT,MASKS,JPEG");
    307299
    308300    return true;
Note: See TracChangeset for help on using the changeset viewer.