IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2010, 9:31:50 AM (16 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/ippTools/share/warptool_warped.sql

    r27880 r28794  
    1212    rawExp.ra,
    1313    rawExp.decl,
    14     rawExp.exp_time
     14    rawExp.exp_time,
     15    magicDSRun.state AS dsRun_state,
     16    IFNULL(magicDSRun.magic_ds_id, 0) AS magic_ds_id
    1517FROM warpRun
    1618JOIN warpSkyfile
     
    2628JOIN rawExp
    2729    ON chipRun.exp_id  = rawExp.exp_id
     30LEFT JOIN magicDSRun
     31    ON stage = 'warp' AND stage_id = warp_id
Note: See TracChangeset for help on using the changeset viewer.