IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2015, 4:21:46 PM (11 years ago)
Author:
watersc1
Message:

Add pxspaceBox command to append {ra|dec}_{min|max} limits to queries, and added such to difftool/definewarpstack.

File:
1 edited

Legend:

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

    r36572 r37900  
    12441244  PXOPT_COPY_STR(config->args, where, "-stack_data_group", "stackRun.data_group", "==");
    12451245
     1246  // Add position dependence here.
     1247  if (!pxspaceBoxAddWhere(config,where)) {
     1248    psError(psErrorCodeLast(), false, "pxSpaceBoxAddWhere failed");
     1249    return false;
     1250  }
     1251 
     1252 
    12461253  PXOPT_LOOKUP_BOOL(bothways, config->args, "-bothways", false);
    12471254 
     
    15301537    PXOPT_COPY_STR(config->args, expWhere, "-filter", "filter", "==");
    15311538    PXOPT_COPY_STR(config->args, expWhere, "-comment", "comment", "LIKE");
     1539   
    15321540    PXOPT_COPY_S64(config->args, warp1Where, "-warp_id", "warpRun.warp_id", "==");
    15331541    PXOPT_COPY_STR(config->args, warp1Where, "-warp_label", "warpRun.label", "==");
Note: See TracChangeset for help on using the changeset viewer.