IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2008, 10:41:20 AM (18 years ago)
Author:
Paul Price
Message:

Need additional outputs for script.

File:
1 edited

Legend:

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

    r18573 r18782  
    11SELECT
    22    magicTree.*,
     3    exp_id,
     4    camera,
     5    magicRun.workdir,
    36    -- convert magic_id into a boolean value (1 or 0)
    47    -- note that the type stays a 64 bit int
     
    69    magicNodeResult.fault IS TRUE as bad
    710FROM magicTree
    8 JOIN magicRun
    9     USING(magic_id)
     11JOIN magicRun USING(magic_id)
     12JOIN rawExp USING(exp_id)
    1013LEFT JOIN magicNodeResult
    1114    ON magicTree.magic_id = magicNodeResult.magic_id
Note: See TracChangeset for help on using the changeset viewer.