IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 19, 2009, 8:47:32 AM (17 years ago)
Author:
Paul Price
Message:

Fix zero points for exposure time.

File:
1 edited

Legend:

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

    r24450 r24507  
    1010    camProcessedExp.zpt_lq,
    1111    camProcessedExp.zpt_uq,
     12    rawExp.exp_time,
    1213    rawExp.camera,
    1314    warp1,
     
    1920JOIN diffInputSkyfile USING(diff_id, skycell_id)
    2021JOIN warpRun
    21     ON warpRun.warp_id = diffInputSkyfile.warp1 -- NOTE: joining input only!
     22-- NOTE: joining input only!
     23-- This is so that we can get the correct zero point
     24-- XXX This needs to be more clever to handle diffs between stacks
     25    ON warpRun.warp_id = diffInputSkyfile.warp1
    2226JOIN fakeRun USING(fake_id)
    2327JOIN camRun USING(cam_id)
Note: See TracChangeset for help on using the changeset viewer.