IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2009, 12:37:33 PM (17 years ago)
Author:
Paul Price
Message:

Merging branches/pap_magic@24173 into trunk. One conflict in dbconfig/changes.txt resolved easily.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ippTools/share/magicdstool_todestreak.sql

    r23974 r24174  
    1313    rawImfile.uri as uri,
    1414    NULL as path_base,
     15    magicRun.inverse,
    1516    camProcessedExp.path_base as cam_path_base,
    1617    outroot,
     
    4445    chipProcessedImfile.uri,
    4546    chipProcessedImfile.path_base,
     47    magicRun.inverse,
    4648    camProcessedExp.path_base as cam_path_base,
    4749    outroot,
     
    5153FROM magicDSRun
    5254JOIN magicMask USING (magic_id)
     55JOIN magicRun USING(magic_id)
    5356JOIN camProcessedExp USING(cam_id)
    5457JOIN chipRun ON chip_id = stage_id
     
    7982    warpSkyfile.uri,
    8083    warpSkyfile.path_base,
     84    magicRun.inverse,
    8185    NULL as cam_path_base,
    8286    outroot,
     
    113117    magicRun.diff_id as stage_id,
    114118    diffSkyfile.skycell_id as component,
    115     diffSkyfile.uri,
     119    NULL AS uri,
    116120    diffSkyfile.path_base,
     121    magicRun.inverse,
    117122    NULL as cam_path_base,
    118123    outroot,
     
    126131JOIN magicInputSkyfile USING(magic_id)
    127132JOIN diffSkyfile
    128     ON  magicInputSkyfile.diff_id = diffSkyfile.diff_id
     133    ON  magicRun.diff_id = diffSkyfile.diff_id
    129134    AND magicInputSkyfile.node = diffSkyfile.skycell_id
    130135LEFT JOIN magicDSFile
Note: See TracChangeset for help on using the changeset viewer.