IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 15, 2009, 5:28:09 PM (17 years ago)
Author:
Paul Price
Message:

Adding script to do the actual publishing to DataStore. Decided to bundle all components into the same script (we're working with detections, it's serial, should be fast) to simply things (can remove the 'advance' mode for pubtool). Everything compiles, not tested yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_mops/ippTools/share/difftool_skyfile.sql

    r24416 r24427  
    66    diffRun.workdir,
    77    diffRun.bothways,
     8    camProcessedExp.zpt_obs,
     9    camProcessedExp.zpt_stdev,
     10    camProcessedExp.zpt_lq,
     11    camProcessedExp.zpt_uq,
    812    warp1,
    913    stack1,
     
    1418JOIN diffInputSkyfile USING(diff_id, skycell_id)
    1519JOIN warpRun
    16     ON warpRun.warp_id = diffInputSkyfile.warp1
     20    ON warpRun.warp_id = diffInputSkyfile.warp1 -- NOTE: joining input only!
    1721JOIN fakeRun USING(fake_id)
    1822JOIN camRun USING(cam_id)
     23JOIN camProcessedExp USING(cam_id)
    1924JOIN chipRun USING(chip_id)
    2025JOIN rawExp USING(exp_id)
Note: See TracChangeset for help on using the changeset viewer.