IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 15, 2008, 9:54:44 AM (18 years ago)
Author:
eugene
Message:

added label to newExp; gets propagated to chipRun on successful registration; added options to supply alternate label to dettool and regtool; added -label to pxinject

File:
1 edited

Legend:

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

    r16170 r16509  
    8787    PXOPT_LOOKUP_STR(tess_id, config->args, "-tess_id", false, false);
    8888    PXOPT_LOOKUP_STR(end_stage, config->args, "-end_stage", false, false);
     89    PXOPT_LOOKUP_STR(label, config->args, "-label", false, false);
    8990    PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false);
    9091
     
    100101                dvodb,
    101102                tess_id,
    102                 end_stage
     103                end_stage,
     104                label
    103105            )
    104106        ) {
Note: See TracChangeset for help on using the changeset viewer.