IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33043 for trunk/ippTools/src


Ignore:
Timestamp:
Jan 6, 2012, 10:50:05 AM (15 years ago)
Author:
bills
Message:

in staticskytool -definerun make -select_skycell_id a LIKE comparison so
that whole projection cells can be queued together

File:
1 edited

Legend:

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

    r32962 r33043  
    125125
    126126    PXOPT_COPY_S64(config->args, whereMD, "-select_stack_id",      "stackRun.stack_id",         "==");
    127     PXOPT_COPY_STR(config->args, whereMD, "-select_skycell_id",    "stackRun.skycell_id",       "==");
     127    PXOPT_COPY_STR(config->args, whereMD, "-select_skycell_id",    "stackRun.skycell_id",       "LIKE");
    128128    PXOPT_COPY_STR(config->args, whereMD, "-select_tess_id",       "stackRun.tess_id",          "==");
    129129    PXOPT_COPY_F32(config->args, whereMD, "-select_good_frac_min", "stackSumSkyfile.good_frac", ">=");
Note: See TracChangeset for help on using the changeset viewer.