IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2008, 2:28:25 PM (18 years ago)
Author:
Paul Price
Message:

Label use depends on the function, so can't include it in pxcam.

File:
1 edited

Legend:

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

    r19292 r19423  
    4040    psMetadataAddStr(md,  PS_LIST_TAIL, "-exp_tag",            0, "search by exp_tag", NULL);
    4141    psMetadataAddStr(md,  PS_LIST_TAIL, "-exp_type",           0, "search by exp_type", NULL);
    42     psMetadataAddStr(md,  PS_LIST_TAIL, "-label",              0, "search by label", NULL);
    4342    psMetadataAddStr(md,  PS_LIST_TAIL, "-comment",            0, "search by comment", NULL);
    4443    psMetadataAddStr(md,  PS_LIST_TAIL, "-filelevel",          0, "search by filelevel", NULL);
     
    7271    psMetadataAddF32(md,  PS_LIST_TAIL, "-solang_min",         0, "define min solar angle", NAN);
    7372    psMetadataAddF32(md,  PS_LIST_TAIL, "-solang_max",         0, "define max solar angle", NAN);
    74    
     73
    7574    return true;
    7675}
     
    8786    PXOPT_COPY_STR(config->args, where, "-exp_tag", "exp_tag", "==");
    8887    PXOPT_COPY_STR(config->args, where, "-exp_type", "exp_type", "==");
    89     PXOPT_COPY_STR(config->args, where, "-label", "camRun.label", "==");
    9088    PXOPT_COPY_STR(config->args, where, "-comment", "rawExp.comment", "LIKE");
    9189    PXOPT_COPY_STR(config->args, where, "-filelevel", "filelevel", "==");
Note: See TracChangeset for help on using the changeset viewer.