IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23545


Ignore:
Timestamp:
Mar 26, 2009, 8:59:00 AM (17 years ago)
Author:
eugene
Message:

add dateobs range to pendingimfile; add user_1 as option for updateprocessedimfile

File:
1 edited

Legend:

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

    r23500 r23545  
    129129    ADD_OPT(Str,  processedimfileArgs, "-exp_name",  "search by exposure name",               NULL);
    130130    ADD_OPT(Str,  processedimfileArgs, "-class_id",  "search by class ID",                    NULL);
     131    ADD_OPT(Time, processedimfileArgs, "-dateobs_begin", "search for exposures by time (>=)", NULL);
     132    ADD_OPT(Time, processedimfileArgs, "-dateobs_end", "search for exposures by time (<)", NULL);
    131133    ADD_OPT(U64,  processedimfileArgs, "-limit",     "limit result set to N items",           0);
    132134    ADD_OPT(Bool, processedimfileArgs, "-faulted",   "only return imfiles with a fault status set", false);
     
    146148    ADD_OPT(S64, updateprocessedimfileArgs, "-exp_id",        "search by exposure ID", 0);
    147149    ADD_OPT(Str, updateprocessedimfileArgs, "-class_id",      "search by class ID", NULL);
    148     ADD_OPT(S16, updateprocessedimfileArgs, "-code",          "set fault code (required)", INT16_MAX);
     150    ADD_OPT(F64, updateprocessedimfileArgs, "-user_1",        "set user stat (1)", NAN);
     151    ADD_OPT(S16, updateprocessedimfileArgs, "-code",          "set fault code", INT16_MAX);
    149152
    150153    // -pendingexp
Note: See TracChangeset for help on using the changeset viewer.