IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9334


Ignore:
Timestamp:
Oct 5, 2006, 4:57:19 PM (20 years ago)
Author:
jhoblitt
Message:

add rawDetrendExp.camera to the output of -residdetrun

File:
1 edited

Legend:

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

    r9333 r9334  
    41064106        "   det_id,"
    41074107        "   iteration,"
    4108         "   det_type"
     4108        "   det_type,"
     4109        "   camera"
    41094110        " FROM"
    41104111        "   (SELECT DISTINCT"
     
    41134114        "       detRun.det_type,"
    41144115        "       detInputExp.exp_tag"
     4116        "       rawDetrendExp.camera"
    41154117        "   FROM detRun"
    41164118        "       LEFT JOIN detInputExp"
Note: See TracChangeset for help on using the changeset viewer.