IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 26, 2013, 1:49:30 PM (13 years ago)
Author:
bills
Message:

Add -skycell_id option to releasetool -listrelexp. If supplied the standard query
is joined to warpSkyfile and only exposures that have that skycell included in
their warps are returned.

File:
1 edited

Legend:

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

    r35430 r35437  
    164164    psMetadataAddStr(listrelexpArgs,  PS_LIST_TAIL, "-cam_data_group", 0, "camRun.data_group (LIKE comparison)", NULL);
    165165    psMetadataAddStr(listrelexpArgs,  PS_LIST_TAIL, "-warp_data_group", 0, "warpRun.data_group (LIKE comparison)", NULL);
     166    psMetadataAddStr(listrelexpArgs,  PS_LIST_TAIL, "-skycell_id", 0, "select by skycell", NULL);
     167    psMetadataAddStr(listrelexpArgs,  PS_LIST_TAIL, "-tess_id", 0,    "warpRun.tess_id", NULL);
    166168
    167169    psMetadataAddStr(listrelexpArgs,  PS_LIST_TAIL, "-surveyName", 0, "select by survey name (LIKE comparision)", NULL);
Note: See TracChangeset for help on using the changeset viewer.