IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8986


Ignore:
Timestamp:
Sep 26, 2006, 11:33:02 AM (20 years ago)
Author:
jhoblitt
Message:

add instrument name to tostackMode()'s output

File:
1 edited

Legend:

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

    r8878 r8986  
    10451045        "    detRun.iteration,"
    10461046        "    detRun.det_type,"
    1047         "    detProcessedImfile.class_id"
     1047        "    detProcessedImfile.class_id,"
     1048        "    rawDetrendExp.camera"
    10481049        " FROM detRun"
    10491050        " JOIN detInputExp"
    10501051        "    ON detRun.position = detInputExp.det_id"
    10511052        "    AND detRun.iteration = detInputExp.iteration"
     1053        " JOIN rawDetrendExp"
     1054        "    ON detInputExp.exp_id = rawDetrendExp.exp_id"
    10521055        " JOIN detProcessedImfile"
    10531056        "    ON detInputExp.det_id = detProcessedImfile.det_id"
Note: See TracChangeset for help on using the changeset viewer.