IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 6 and Version 7 of LAPintoPSPS


Ignore:
Timestamp:
Dec 5, 2012, 2:18:57 PM (14 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LAPintoPSPS

    v6 v7  
    9595|| 12/05/2012 1:30 pm || 7117|| 1932 || [[Image(20121205.1330.todo.png)]] || [[Image(20121205.1330.done.png)]] ||
    9696
     97I set things outside of kepler to be wait
     98{{{
     99update addRun left join addProcessedExp using (add_id) join camRun on stage_id = cam_id  join chipRun using (chip_id) join rawExp using (exp_id) set addRun.state = 'wait'  where stage = 'cam' and minidvodb_group = 'LAP.slice18.cam'  and dtime_addstar is null and addRun.state  = 'new' and (decl < 33/180*3.1415 or decl > 58/180*3.1415);
     100}}}
    97101
    98102