Changes between Version 3 and Version 4 of PS1_IPP_CzarLog_20120123
- Timestamp:
- Jan 23, 2012, 11:16:06 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PS1_IPP_CzarLog_20120123
v3 v4 19 19 }}} 20 20 * 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 {{{ 22 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; 22 23 }}} 23 24 === Tuesday : YYYY.MM.DD ===
