IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 12 and Version 13 of PS1_IPP_Czarlog_20140728


Ignore:
Timestamp:
Jul 31, 2014, 8:44:27 AM (12 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PS1_IPP_Czarlog_20140728

    v12 v13  
    2121  * also set another 100,000 lap skycal distRuns to be processed. Here is the current status
    2222{{{
    23 mysql> select label, state, count(dist_id) as num_runs, min(dist_id) as first_dist_id, max(dist_id) as last_dist_id from distRun where label like 'lap.threepi.20130717%' and stage ='skycal'  group by label,state;
     23mysql> select label, state, count(dist_id) as num_runs, min(dist_id) as first_dist_id, max(dist_id) as last_dist_id
     24from distRun where label like 'lap.threepi.20130717%' and stage ='skycal'  group by label,state;
    2425+---------------------------+-------+----------+---------------+--------------+
    2526| label                     | state | num_runs | first_dist_id | last_dist_id |