IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 15 and Version 16 of PS1_IPP_Czarlog_20150824


Ignore:
Timestamp:
Aug 30, 2015, 8:36:57 AM (11 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PS1_IPP_Czarlog_20150824

    v15 v16  
    3030  * Shall we drop the runs completely or set the skycells to quality errors or something else.
    3131 * 08:33 Bill: Moved the incomplete diffs from 20150829 out of the way
     32  *  set quality faults for all fault 2s for last night's data. But more are still running and faulting.
    3233{{{
    3334difftool -updaterun -set_label OSS.WS.20150829 -label oss.ws.nightlyscience -data_group oss.20150829 -state new
    34 }}}
    35    * cleared set quality faults for all fault 2s for last night's data. But more are still running and faulting.
    36 {{{
     35
     36In mysql
    3737update diffRun join diffSkyfile using(diff_id) set fault = 0, quality=66 where data_group = 'oss.20150830' and fault = 2;
    3838}}}