Changeset 7620
- Timestamp:
- Jun 21, 2006, 12:51:31 PM (20 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
psastro/src/psastroParseCamera.c (modified) (1 diff)
-
psphot/src/psphotParseCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroParseCamera.c
r7591 r7620 22 22 pmFPAfileDefineOutput (config, input->fpa, "PSASTRO.OUTPUT"); 23 23 24 // supply the output name (from cmd-line) to all output (WRITE) files25 char *output = psMetadataLookupPtr(&status, config->arguments, "OUTPUT");26 pmFPAfileAddFileNames (config->files, "OUTPUT", output, PM_FPA_MODE_WRITE);27 28 24 // Chip selection: turn on only the chips specified 29 25 char *chipLine = psMetadataLookupStr(NULL, config->arguments, "CHIP_SELECTIONS"); -
trunk/psphot/src/psphotParseCamera.c
r7590 r7620 62 62 // pmFPAfileConstruct (config->files, format, config->camera, "PSPHOT.PSF_SAMPLE"); 63 63 64 // supply the output name (from cmd-line) to all output (WRITE) files65 char *output = psMetadataLookupPtr(&status, config->arguments, "OUTPUT");66 pmFPAfileAddFileNames (config->files, "OUTPUT", output, PM_FPA_MODE_WRITE);67 68 64 // Chip selection: turn on only the chips specified (pass status to suppress missing-key log msg) 69 65 char *chipLine = psMetadataLookupStr(&status, config->arguments, "CHIP_SELECTIONS");
Note:
See TracChangeset
for help on using the changeset viewer.
