IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 11 and Version 12 of PS1_IPP_Czarlog_20140728


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PS1_IPP_Czarlog_20140728

    v11 v12  
    1818=== Thursday : 2014.07.31 ===
    1919 * 08:38 Bill: started up skycal as ~ipptest to process the pole skycells. Starting with the CNP version.
     20  * 08:42 that was quick. Now adding label for rings.v3 version
     21  * also set another 100,000 lap skycal distRuns to be processed. Here is the current status
     22{{{
     23mysql> 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;
     24+---------------------------+-------+----------+---------------+--------------+
     25| label                     | state | num_runs | first_dist_id | last_dist_id |
     26+---------------------------+-------+----------+---------------+--------------+
     27| LAP.ThreePi.20130717      | full  |   550002 |       3465080 |      4015081 |
     28| LAP.ThreePi.20130717      | new   |   100000 |       4015082 |      4115081 |
     29| LAP.ThreePi.20130717.wait | new   |   333697 |       4115082 |      4677520 |
     30+---------------------------+-------+----------+---------------+--------------+
     313 rows in set (4.55 sec)
     32
     33}}}
     34
    2035
    2136=== Friday : 2014.08.01 ===