Changeset 26360 for trunk/ppViz/src
- Timestamp:
- Dec 8, 2009, 6:17:11 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppViz/src/ppVizPSF/ppVizPSFCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppViz/src/ppVizPSF/ppVizPSFCamera.c
r26352 r26360 39 39 } 40 40 41 fileArguments("SOURCES", data-> psfName, "Input sources", data->config);41 fileArguments("SOURCES", data->sourcesName, "Input sources", data->config); 42 42 pmFPAfile *srcs = pmFPAfileDefineFromArgs(&status, data->config, "PSPHOT.LOAD.SOURCES", "SOURCES"); // File 43 43 if (!status || !srcs) { … … 46 46 } 47 47 48 if (!pmFPAfileDefineOutput(data->config, NULL, "PPVIZPSF.OUTPUT")) { 48 pmFPAfile *output = pmFPAfileDefineOutput(data->config, NULL, "PPVIZPSF.OUTPUT"); 49 if (!output) { 49 50 psError(psErrorCodeLast(), false, "Unable to define output."); 50 51 return false; 51 52 } 53 output->save = true; 52 54 53 55 // Now the camera has been determined, we can read the recipe
Note:
See TracChangeset
for help on using the changeset viewer.
