IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 23, 2008, 5:59:23 PM (18 years ago)
Author:
Paul Price
Message:

Need camera for magic_process.pl

File:
1 edited

Legend:

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

    r18524 r18703  
    11SELECT
    22    magicTree.*,
     3    rawExp.camera,
    34    -- convert magic_id into a boolean value (1 or 0)
    45    -- note that the type stays a 64 bit int
    56    magicNodeResult.magic_id IS TRUE as done
    67FROM magicTree
    7 JOIN magicRun
    8     USING(magic_id)
    9 JOIN magicInputSkyfile
    10     USING(magic_id, node)
    11 JOIN diffSkyfile
    12     using(diff_id)
     8JOIN magicRun USING(magic_id)
     9JOIN magicInputSkyfile USING(magic_id, node)
     10JOIN diffSkyfile USING(diff_id)
     11JOIN rawExp USING(exp_id)
    1312LEFT JOIN magicNodeResult
    1413    ON magicTree.magic_id = magicNodeResult.magic_id
Note: See TracChangeset for help on using the changeset viewer.