IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7620


Ignore:
Timestamp:
Jun 21, 2006, 12:51:31 PM (20 years ago)
Author:
eugene
Message:

moved OUTPUT to DefineOutput

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroParseCamera.c

    r7591 r7620  
    2222    pmFPAfileDefineOutput (config, input->fpa, "PSASTRO.OUTPUT");
    2323
    24     // supply the output name (from cmd-line) to all output (WRITE) files
    25     char *output = psMetadataLookupPtr(&status, config->arguments, "OUTPUT");
    26     pmFPAfileAddFileNames (config->files, "OUTPUT", output, PM_FPA_MODE_WRITE);
    27 
    2824    // Chip selection: turn on only the chips specified
    2925    char *chipLine = psMetadataLookupStr(NULL, config->arguments, "CHIP_SELECTIONS");
  • trunk/psphot/src/psphotParseCamera.c

    r7590 r7620  
    6262    // pmFPAfileConstruct (config->files, format, config->camera, "PSPHOT.PSF_SAMPLE");
    6363
    64     // supply the output name (from cmd-line) to all output (WRITE) files
    65     char *output = psMetadataLookupPtr(&status, config->arguments, "OUTPUT");
    66     pmFPAfileAddFileNames (config->files, "OUTPUT", output, PM_FPA_MODE_WRITE);
    67 
    6864    // Chip selection: turn on only the chips specified (pass status to suppress missing-key log msg)
    6965    char *chipLine = psMetadataLookupStr(&status, config->arguments, "CHIP_SELECTIONS");
Note: See TracChangeset for help on using the changeset viewer.