IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2008, 2:07:07 PM (18 years ago)
Author:
eugene
Message:

updates from HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/ippTools/share/magictool_toprocess_inputs.sql

    r18622 r18923  
    11SELECT
    22    magicTree.*,
     3    rawExp.camera,
     4    diffSkyfile.path_base,
    35    -- convert magic_id into a boolean value (1 or 0)
    46    -- note that the type stays a 64 bit int
    57    magicNodeResult.magic_id IS TRUE as done
    68FROM magicTree
    7 JOIN magicRun
    8     USING(magic_id)
    9 JOIN magicInputSkyfile
    10     USING(magic_id, node)
    11 JOIN diffSkyfile
    12     using(diff_id)
     9JOIN magicRun USING(magic_id)
     10JOIN magicInputSkyfile USING(magic_id, node)
     11JOIN diffSkyfile USING(diff_id)
     12JOIN rawExp USING(exp_id)
    1313LEFT JOIN magicNodeResult
    1414    ON magicTree.magic_id = magicNodeResult.magic_id
Note: See TracChangeset for help on using the changeset viewer.