IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26360 for trunk/ppViz/src


Ignore:
Timestamp:
Dec 8, 2009, 6:17:11 AM (16 years ago)
Author:
Paul Price
Message:

Fix filename. Save output file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppViz/src/ppVizPSF/ppVizPSFCamera.c

    r26352 r26360  
    3939    }
    4040
    41     fileArguments("SOURCES", data->psfName, "Input sources", data->config);
     41    fileArguments("SOURCES", data->sourcesName, "Input sources", data->config);
    4242    pmFPAfile *srcs = pmFPAfileDefineFromArgs(&status, data->config, "PSPHOT.LOAD.SOURCES", "SOURCES"); // File
    4343    if (!status || !srcs) {
     
    4646    }
    4747
    48     if (!pmFPAfileDefineOutput(data->config, NULL, "PPVIZPSF.OUTPUT")) {
     48    pmFPAfile *output = pmFPAfileDefineOutput(data->config, NULL, "PPVIZPSF.OUTPUT");
     49    if (!output) {
    4950        psError(psErrorCodeLast(), false, "Unable to define output.");
    5051        return false;
    5152    }
     53    output->save = true;
    5254
    5355    // Now the camera has been determined, we can read the recipe
Note: See TracChangeset for help on using the changeset viewer.