IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 21, 2011, 11:11:16 AM (15 years ago)
Author:
watersc1
Message:

Update to LAP code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/laptool_pendingexp.sql

    r31435 r32422  
    33       lapRun.dist_group, lapRun.registered, lapRun.fault, lapRun.quick_sass_id, lapRun.final_sass_id,
    44       exp_id, chip_id, pair_id, private, pairwise, active, lapExp.data_state,
    5        dateobs, object, comment
     5       dateobs, object, comment,
     6       chipRun.state AS chip_state
    67  FROM lapRun JOIN lapExp USING(lap_id)
    78  JOIN rawExp USING(exp_id,filter)
     9  LEFT JOIN chipRun USING(exp_id,chip_id)
    810WHERE active IS TRUE AND lapRun.fault = 0
    911-- lap_id restriction here.
Note: See TracChangeset for help on using the changeset viewer.