IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2007, 4:57:45 PM (19 years ago)
Author:
jhoblitt
Message:

first pass working chiptool -queuerawexp
normalize chipPending[Exp|Imfile] & chipProcessed[Exp|Imfile]

File:
1 edited

Legend:

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

    r12131 r12174  
    8686            "search by exposure object", NULL);
    8787    psMetadataAddStr(queuerawexpArgs, PS_LIST_TAIL, "-set_label",  0,
    88             "define label for phase 2 processing (non-detrend data only)", NULL);
     88            "define label", NULL);
     89    psMetadataAddStr(queuerawexpArgs, PS_LIST_TAIL, "-set_recipe",  0,
     90            "define recipe", NULL);
     91    psMetadataAddStr(queuerawexpArgs, PS_LIST_TAIL, "-set_expgroup",  0,
     92            "define exposure group", NULL);
     93    psMetadataAddStr(queuerawexpArgs, PS_LIST_TAIL, "-set_dvodb",  0,
     94            "define DBO db", NULL);
    8995
    9096
     
    114120    psMetadataAddStr(addprocessedimfileArgs, PS_LIST_TAIL, "-chip_id",  0,
    115121            "define chip ID (required)", NULL);
    116 #if 0
    117     psMetadataAddStr(addprocessedimfileArgs, PS_LIST_TAIL, "-exp_tag",  0,
    118             "define exposure tag (required) (XXX redudant with chip_id)", NULL);
    119 #endif
    120122    psMetadataAddStr(addprocessedimfileArgs, PS_LIST_TAIL, "-class_id",  0,
    121123            "define class ID", NULL);
    122124    psMetadataAddStr(addprocessedimfileArgs, PS_LIST_TAIL, "-uri",  0,
    123125            "define URL", NULL);
    124     psMetadataAddStr(addprocessedimfileArgs, PS_LIST_TAIL, "-recip",  0,
    125             "define recipe (required)", NULL);
    126126    psMetadataAddF64(addprocessedimfileArgs, PS_LIST_TAIL, "-bg",  0,
    127127            "define exposue background", NAN);
Note: See TracChangeset for help on using the changeset viewer.