Index: /trunk/psastro/src/psastroParseCamera.c
===================================================================
--- /trunk/psastro/src/psastroParseCamera.c	(revision 7619)
+++ /trunk/psastro/src/psastroParseCamera.c	(revision 7620)
@@ -22,8 +22,4 @@
     pmFPAfileDefineOutput (config, input->fpa, "PSASTRO.OUTPUT");
 
-    // supply the output name (from cmd-line) to all output (WRITE) files
-    char *output = psMetadataLookupPtr(&status, config->arguments, "OUTPUT");
-    pmFPAfileAddFileNames (config->files, "OUTPUT", output, PM_FPA_MODE_WRITE);
-
     // Chip selection: turn on only the chips specified
     char *chipLine = psMetadataLookupStr(NULL, config->arguments, "CHIP_SELECTIONS"); 
Index: /trunk/psphot/src/psphotParseCamera.c
===================================================================
--- /trunk/psphot/src/psphotParseCamera.c	(revision 7619)
+++ /trunk/psphot/src/psphotParseCamera.c	(revision 7620)
@@ -62,8 +62,4 @@
     // pmFPAfileConstruct (config->files, format, config->camera, "PSPHOT.PSF_SAMPLE");
 
-    // supply the output name (from cmd-line) to all output (WRITE) files
-    char *output = psMetadataLookupPtr(&status, config->arguments, "OUTPUT");
-    pmFPAfileAddFileNames (config->files, "OUTPUT", output, PM_FPA_MODE_WRITE);
-
     // Chip selection: turn on only the chips specified (pass status to suppress missing-key log msg)
     char *chipLine = psMetadataLookupStr(&status, config->arguments, "CHIP_SELECTIONS");
