Index: trunk/ppViz/src/ppVizPSF/ppVizPSFCamera.c
===================================================================
--- trunk/ppViz/src/ppVizPSF/ppVizPSFCamera.c	(revision 26352)
+++ trunk/ppViz/src/ppVizPSF/ppVizPSFCamera.c	(revision 26360)
@@ -39,5 +39,5 @@
     }
 
-    fileArguments("SOURCES", data->psfName, "Input sources", data->config);
+    fileArguments("SOURCES", data->sourcesName, "Input sources", data->config);
     pmFPAfile *srcs = pmFPAfileDefineFromArgs(&status, data->config, "PSPHOT.LOAD.SOURCES", "SOURCES"); // File
     if (!status || !srcs) {
@@ -46,8 +46,10 @@
     }
 
-    if (!pmFPAfileDefineOutput(data->config, NULL, "PPVIZPSF.OUTPUT")) {
+    pmFPAfile *output = pmFPAfileDefineOutput(data->config, NULL, "PPVIZPSF.OUTPUT");
+    if (!output) {
         psError(psErrorCodeLast(), false, "Unable to define output.");
         return false;
     }
+    output->save = true;
 
     // Now the camera has been determined, we can read the recipe
