IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2007, 9:32:53 AM (19 years ago)
Author:
eugene
Message:

adding calls to psphotReadout, related options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackArguments.c

    r14279 r14404  
    99
    1010#include "ppStack.h"
     11
     12// XXX add in the version info as in ppImage
    1113
    1214// Print usage information and die
     
    109111    psMetadataAddU8(arguments,  PS_LIST_TAIL, "-mask-blank", 0, "Mask value for blank region", 0);
    110112
     113    // XXX I want to get this from the recipe as well.  (same for everything else...)
     114    psMetadataAddBool(arguments, PS_LIST_TAIL, "-photom", 0, "Mask value for blank region", FALSE);
     115
    111116    if (argc == 1 || !psArgumentParse(arguments, &argc, argv) || argc != 3) {
    112117        usage(argv[0], arguments, config);
Note: See TracChangeset for help on using the changeset viewer.