IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 29, 2011, 2:33:48 PM (15 years ago)
Author:
watersc1
Message:

Finished with laptool (for now at least), as it seems to be working properly. Change to psDB.c adds some more information to help debug 'type lookup failed.' errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20110406/ippTools/src/laptoolConfig.c

    r31407 r31409  
    7373  ADD_OPT(Str, pendingrunArgs, "-fault",                      "search by LAP run fault", NULL);
    7474  ADD_OPT(Bool,pendingrunArgs, "-simple",                     "use the simple output format", false);
     75
    7576  // -updaterun
    7677  psMetadata *updaterunArgs = psMetadataAlloc();
     
    110111  ADD_OPT(S64, updateexpArgs, "-set_chip_id",                 "set the chip ID", 0);
    111112  ADD_OPT(S64, updateexpArgs, "-set_pair_id",                 "set the pair ID", 0);
     113  ADD_OPT(Str, updateexpArgs, "-set_data_state",              "set the lapExp data_state", NULL);
    112114  ADD_OPT(Bool,updateexpArgs, "-private",                     "set this exposure as private", 0);
    113115  ADD_OPT(Bool,updateexpArgs, "-public",                      "set this exposure as public", 0);
Note: See TracChangeset for help on using the changeset viewer.