IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 9, 2007, 3:17:14 PM (19 years ago)
Author:
jhoblitt
Message:
  • fix inhere. workdir rawExp to chipRun
  • add option to supply workdir to addprocessedexp
  • add 'reduction' to newExp and rawExp
  • add inherit reduction from newexp -> rawExp and rawExp -> chipRun
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxinjectConfig.c

    r14037 r14091  
    5353    psMetadataAddStr(newExpArgs, PS_LIST_TAIL, "-workdir",  0,
    5454            "define workdir (required)", 0);
     55    psMetadataAddStr(newExpArgs, PS_LIST_TAIL, "-reduction",  0,
     56            "define reduction class (required)", 0);
    5557    psMetadataAddBool(newExpArgs, PS_LIST_TAIL, "-simple",  0,
    5658            "use the simple output format", false);
Note: See TracChangeset for help on using the changeset viewer.