IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 3 and Version 4 of PS1_IPP_CzarLog_20120123


Ignore:
Timestamp:
Jan 23, 2012, 11:16:06 AM (15 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PS1_IPP_CzarLog_20120123

    v3 v4  
    1919}}}
    2020 * CZW: To clear up warp updates that are failing due to missing camera stage products, I've been using an SQL command that generates the appropriate warptool commands to mark these skycells as impossible and forces processing to continue.
    21 {{{ select CONCAT("warptool -tofullskyfile -warp_id ",warp_id," -skycell_id ",skycell_id," -set_quality 42 -dbname gpc1") from warpRun JOIN warpSkyfile USING(warp_id) where label = 'LAP.ThreePi.20110809' AND state = 'update' AND data_state = 'update' AND fault != 0;
     21{{{
     22select CONCAT("warptool -tofullskyfile -warp_id ",warp_id," -skycell_id ",skycell_id," -set_quality 42 -dbname gpc1") from warpRun JOIN warpSkyfile USING(warp_id) where label = 'LAP.ThreePi.20110809' AND state = 'update' AND data_state = 'update' AND fault != 0;
    2223}}}
    2324=== Tuesday : YYYY.MM.DD ===