IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 27, 2011, 7:33:50 PM (15 years ago)
Author:
watersc1
Message:

pre-build test checkin of LAP code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20110406/ippTools/share/laptool_pendingrun.sql

    r31385 r31396  
    1 select lap_id, projection_cell, tess_id, registered, state, fault,
    2        exp_id, chip_id, pair_id, private, pairwise, active, data_state,
    3        dateobs, object, comment
    4   FROM lapRun JOIN lapExp USING(lap_id)
    5   JOIN rawExp USING(exp_id)
    6 WHERE active IS TRUE AND fault = 0
    7 -- lap_id restriction here.
    8 -- This probably needs to be sorted by dateobs.
     1SELECT * from lapRun
Note: See TracChangeset for help on using the changeset viewer.