IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 5, 2007, 1:56:34 PM (19 years ago)
Author:
jhoblitt
Message:

add rawScienceExp.camera to -pendingexp & -pendingimfile

File:
1 edited

Legend:

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

    r10759 r10944  
    7878
    7979    psString query = psStringCopy(
    80             "SELECT p3PendingExp.*"
     80            "SELECT"
     81            "   p3PendingExp.*,"
     82            "   rawScienceExp.camera"
    8183            " FROM p3PendingExp"
     84            " JOIN rawScienceExp"
     85            "   USING(exp_tag)"
    8286            " LEFT JOIN p3ProcessedExp"
    8387            "   USING(exp_tag)"
     
    141145
    142146    psString query = psStringCopy(
    143             "SELECT p2ProcessedImfile.*"
     147            "SELECT"
     148            "   p2ProcessedImfile.*,"
     149            "   rawScienceExp.camera"   
    144150            " FROM p3PendingExp"
     151            " JOIN rawScienceExp"
     152            "   USING(exp_tag)"
    145153            " JOIN p2ProcessedImfile"
    146154            "   USING(exp_tag, p2_version)"
Note: See TracChangeset for help on using the changeset viewer.