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

    r16380 r16509  
    465465    PXOPT_LOOKUP_STR(tess_id, config->args, "-tess_id", false, false);
    466466    PXOPT_LOOKUP_STR(end_stage, config->args, "-end_stage", false, false);
     467    PXOPT_LOOKUP_STR(label, config->args, "-label", false, false);
    467468
    468469    // find all exposures that have had all of their imfiles downloaded but do
     
    516517                    dvodb,              // dvodb
    517518                    tess_id,            // tess_id
    518                     end_stage           // end_stage
     519                    end_stage,          // end_stage
     520                    label
    519521                )
    520522        ) {
Note: See TracChangeset for help on using the changeset viewer.