Changes between Version 6 and Version 7 of LAPintoPSPS
- Timestamp:
- Dec 5, 2012, 2:18:57 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LAPintoPSPS
v6 v7 95 95 || 12/05/2012 1:30 pm || 7117|| 1932 || [[Image(20121205.1330.todo.png)]] || [[Image(20121205.1330.done.png)]] || 96 96 97 I set things outside of kepler to be wait 98 {{{ 99 update 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 }}} 97 101 98 102
