IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2008, 3:06:02 PM (18 years ago)
Author:
jhoblitt
Message:

require ippdb 1.1.31
remove warpInputExp table
remove warptool -runone & -addinputexp modes
add -cam_id & -magiced options to warptool -definerun

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/warptool_exp.sql

    r12261 r16733  
    22    camProcessedExp.*
    33FROM warpRun
    4 JOIN warpInputExp
    5     USING(warp_id)
    64JOIN camProcessedExp
    7     ON warpInputExp.cam_id = camProcessedExp.cam_id
     5    USING(cam_id)
    86WHERE
    97    warpRun.state = 'run'
Note: See TracChangeset for help on using the changeset viewer.