IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

add rawScienceExp.camera to the output of -pendingimfile

File:
1 edited

Legend:

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

    r10045 r10943  
    178178    psString query = psStringCopy(
    179179            "SELECT"
    180             "   p2PendingImfile.*"
     180            "   p2PendingImfile.*,"
     181            "   rawScienceExp.camera"
    181182            " FROM p2PendingImfile"
    182183            " JOIN p2PendingExp"
     184            "   USING(exp_tag)"
     185            " JOIN rawScienceExp"
    183186            "   USING(exp_tag)"
    184187            " LEFT JOIN p2Mask"
Note: See TracChangeset for help on using the changeset viewer.