IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30536


Ignore:
Timestamp:
Feb 9, 2011, 9:24:04 AM (15 years ago)
Author:
heather
Message:

this fixes the diftool stack stack queueing bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20101215/ippTools/src/difftool.c

    r29958 r30536  
    19781978    PXOPT_COPY_STR(config->args, stack2Where, "-skycell_id", "stackRun.skycell_id", "==");
    19791979    PXOPT_COPY_STR(config->args, stack1Where, "-input_label", "stackRun.label","==");
     1980    PXOPT_COPY_STR(config->args, stack1Where, "-input_data_group", "stackRun.data_group","==");
    19801981    PXOPT_COPY_STR(config->args, stack2Where, "-template_label", "stackRun.label","==");
    19811982    PXOPT_COPY_F32(config->args, stack1Where, "-good_frac", "stackSumSkyfile.good_frac", ">=");
     
    20862087    }
    20872088
    2088     query = pxDataGet("difftool_definestackstack_part1.sql");
     2089   
    20892090    if (pretend) {
    20902091        // negative simple so the default is true
     
    21002101    psArray *list = psArrayAllocEmpty(16); // List of runs defined, to print
    21012102    for (long i = 0; i < output->n; i++) {
     2103      query = pxDataGet("difftool_definestackstack_part1.sql");
     2104
     2105   
    21022106        psMetadata *row = output->data[i]; // Output row from query
    21032107        bool mdok;                      // Status of MD lookup
Note: See TracChangeset for help on using the changeset viewer.