IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 15, 2011, 10:24:31 AM (15 years ago)
Author:
bills
Message:

changes to allow a single staticskyrun to be queued

File:
1 edited

Legend:

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

    r31247 r31293  
    115115    PXOPT_COPY_F32(config->args, whereMD, "-select_good_frac_min", "stackSumSkyfile.good_frac", ">=");
    116116    pxAddLabelSearchArgs(config, whereMD, "-select_label",         "stackRun.label",            "LIKE");
     117    pxAddLabelSearchArgs(config, whereMD, "-select_data_group",    "stackRun.data_group",       "LIKE");
    117118    pxAddLabelSearchArgs(config, whereMD, "-select_filter",        "stackRun.filter",           "LIKE");
    118119
     
    279280        }
    280281
    281         // create a chipRun
     282        // create a staticskyRun
    282283        if (!staticskyRunInsert(config->dbh,
    283284                                0x0,         // sky_id
Note: See TracChangeset for help on using the changeset viewer.