IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2007, 12:18:53 PM (20 years ago)
Author:
eugene
Message:

adding mask and weight, fixing input psf option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotArguments.c

    r11009 r11190  
    9898    psFree (options);
    9999
     100    // if these command-line options are supplied, load the file name lists into config->arguments
     101    // override any configuration-specified source for these files
     102    pmConfigFileSetsMD (config->arguments, config, "MASK",   "-mask", "-masklist");
     103    pmConfigFileSetsMD (config->arguments, config, "WEIGHT", "-weight", "-weightlist");
     104    pmConfigFileSetsMD (config->arguments, config, "PSF",    "-psf", "-psflist");
     105
    100106    // the input file is a required argument; if not found, we will exit
    101107    status = pmConfigFileSetsMD (config->arguments, config, "INPUT", "-file", "-list");
Note: See TracChangeset for help on using the changeset viewer.