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/regtoolConfig.c

    r14059 r14091  
    176176    psMetadataAddStr(addprocessedexpArgs, PS_LIST_TAIL, "-filelevel",  0,
    177177        "define the data partitioning level of this file", NULL);
    178     psMetadataAddStr(addprocessedimfileArgs, PS_LIST_TAIL, "-workdir",  0,
     178    psMetadataAddStr(addprocessedexpArgs, PS_LIST_TAIL, "-workdir",  0,
    179179        "define the \"default\" workdir for this exposure", NULL);
     180    psMetadataAddStr(addprocessedexpArgs, PS_LIST_TAIL, "-reduction",  0,
     181        "define the \"default\" reduction class for this exposure", NULL);
    180182    psMetadataAddStr(addprocessedexpArgs, PS_LIST_TAIL, "-filter",  0,
    181183        "define filter ", NULL);
Note: See TracChangeset for help on using the changeset viewer.