IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29872


Ignore:
Timestamp:
Nov 29, 2010, 11:37:28 AM (15 years ago)
Author:
eugene
Message:

allow dettool definebyquery to select by the state of the data (default should be full)

Location:
branches/eam_branches/ipp-20101103/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101103/ippTools/src/dettool.c

    r28689 r29872  
    572572    PXOPT_COPY_F64(config->args, where, "-select_moon_phase_min", "moon_phase", ">=");
    573573    PXOPT_COPY_F64(config->args, where, "-select_moon_phase_max", "moon_phase", "<=");
     574
     575    PXOPT_COPY_STR(config->args, where, "-select_state", "state", "=");
    574576    PXOPT_COPY_STR(config->args, where, "-comment", "comment", "LIKE");
    575577
  • branches/eam_branches/ipp-20101103/ippTools/src/dettoolConfig.c

    r28578 r29872  
    138138    psMetadataAddF64(definebyqueryArgs, PS_LIST_TAIL, "-select_moon_phase_min",  0,          "define min moon phase", NAN);
    139139    psMetadataAddF64(definebyqueryArgs, PS_LIST_TAIL, "-select_moon_phase_max",  0,          "define max moon phase", NAN);
     140    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-select_state",           0,          "search for state", NULL);
    140141    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-comment",                0,          "search by comment field (LIKE comparison)", NULL);
    141142
Note: See TracChangeset for help on using the changeset viewer.