IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23706


Ignore:
Timestamp:
Apr 3, 2009, 1:37:47 PM (17 years ago)
Author:
bills
Message:

get input fpa for config dump.
(the output seemd to work but this matches other uses)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroDataSave.c

    r23705 r23706  
    8989    psString dump_file = psMetadataLookupStr(&status, config->arguments, "DUMP_CONFIG");
    9090    if (dump_file) {
     91        pmFPAfile *input = psMetadataLookupPtr(NULL, config->files, "PSASTRO.INPUT"); // Input file
    9192        pmConfigCamerasCull(config, NULL);
    9293        pmConfigRecipesCull(config, "PPIMAGE,PPSTATS,PSPHOT,MASKS,PSASTRO");
    9394
    94         pmConfigDump(config, output->fpa, dump_file);
     95        pmConfigDump(config, input->fpa, dump_file);
    9596    }
    9697
Note: See TracChangeset for help on using the changeset viewer.