| | 18 | * 13:42 Bill: set all lap staticskyRuns to state wait with ra > 150.5 and ra < 120 degrees except for the Kepler field. Queued 5 filter skycells 120 < ra < 150.5 set deepstack pantasks to run |
| | 19 | {{{ |
| | 20 | mysql> select state, count(sky_id) from staticskyRun left join staticskyResult using(sky_id) |
| | 21 | where label ='lap.threepi.20120706' group by state; |
| | 22 | +-------+---------------+ |
| | 23 | | state | count(sky_id) | |
| | 24 | +-------+---------------+ |
| | 25 | | full | 11897 | |
| | 26 | | new | 6417 | |
| | 27 | | wait | 34000 | |
| | 28 | +-------+---------------+ |
| | 29 | 3 rows in set (0.47 sec) |
| | 30 | |
| | 31 | }}} |
| | 32 | |