IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 24, 2006, 4:00:31 PM (20 years ago)
Author:
jhoblitt
Message:

change -tostack output metadata to be named detProcessedImfile & change the SQL to right JOIN where possible

File:
1 edited

Legend:

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

    r8565 r8579  
    10441044        "    detProcessedImfile.class_id"
    10451045        " FROM detRun"
    1046         " LEFT JOIN detInputExp"
     1046        " JOIN detInputExp"
    10471047        "    ON detRun.position = detInputExp.det_id"
    10481048        "    AND detRun.iteration = detInputExp.iteration"
    1049         " LEFT JOIN detProcessedImfile"
     1049        " JOIN detProcessedImfile"
    10501050        "    ON detInputExp.det_id = detProcessedImfile.det_id"
    10511051        "    AND detInputExp.exp_id = detProcessedImfile.exp_id"
     
    11031103
    11041104    // negative simple so the default is true
    1105     if (!ippdbPrintMetadatas(stdout, output, "rawDetrendImfile", !simple)) {
     1105    if (!ippdbPrintMetadatas(stdout, output, "detProcessedImfile", !simple)) {
    11061106        psError(PS_ERR_UNKNOWN, false, "failed to print array");
    11071107        psFree(output);
Note: See TracChangeset for help on using the changeset viewer.