IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16666


Ignore:
Timestamp:
Feb 26, 2008, 1:43:36 PM (18 years ago)
Author:
jhoblitt
Message:

change -queue to have a default -exp_type of "object"

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r16664 r16666  
    118118    PXOPT_COPY_TIME(config->args, where, "-dateobs_end", "dateobs", "<=");
    119119    PXOPT_COPY_STR(config->args, where, "-exp_tag", "exp_tag", "==");
    120     PXOPT_COPY_STR(config->args, where, "-exp_type", "exp_type", "==");
    121120    PXOPT_COPY_STR(config->args, where, "-filelevel", "filelevel", "==");
    122121    PXOPT_COPY_STR(config->args, where, "-reduction", "reduction", "==");
     
    163162    PXOPT_LOOKUP_STR(tess_id, config->args, "-set_tess_id", false, false);
    164163    PXOPT_LOOKUP_STR(end_stage, config->args, "-set_end_stage", false, false);
     164
     165    // default
     166    PXOPT_COPY_STR(config->args, where, "-exp_type", "exp_type", "==");
    165167
    166168    // find the exp_id of all the exposures that we want to queue up.
  • trunk/ippTools/src/chiptoolConfig.c

    r16613 r16666  
    6262            "search by exp_tag", NULL);
    6363    psMetadataAddStr(queueArgs, PS_LIST_TAIL, "-exp_type",  0,
    64             "search by exp_type", NULL);
     64            "search by exp_type", "object");
    6565    psMetadataAddStr(queueArgs, PS_LIST_TAIL, "-filelevel",  0,
    6666            "search by filelevel", NULL);
Note: See TracChangeset for help on using the changeset viewer.