IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 9, 2006, 9:02:23 AM (20 years ago)
Author:
eugene
Message:

cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageConfig.c

    r6817 r6823  
    3131    status = pmConfigFileSetsMD (config->arguments, &argc, argv, "FRINGE", "-fringe", "-fringelist");
    3232
    33     // other command-line options
    34     // XXX not sure how these are to be used at the moment
    35     // psMetadataAddStr(config->arguments, PS_LIST_TAIL, "-key", 0, "exposure ID", "");
    36     // psMetadataAddS32(config->arguments, PS_LIST_TAIL, "-chip", 0, "Chip number to process (if positive)", -1);
    37 
    3833    // the input file is a required argument; if not found, we will exit
    3934    status = pmConfigFileSetsMD (config->arguments, &argc, argv, "INPUT", "-file", "-list");
     
    6257    return config;
    6358}
     59
     60    // other command-line options
     61    // XXX not sure how these are to be used at the moment
     62    // psMetadataAddStr(config->arguments, PS_LIST_TAIL, "-key", 0, "exposure ID", "");
     63    // psMetadataAddS32(config->arguments, PS_LIST_TAIL, "-chip", 0, "Chip number to process (if positive)", -1);
     64
Note: See TracChangeset for help on using the changeset viewer.