IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of PS1_IPP_CzarLog_20120123


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PS1_IPP_CzarLog_20120123

    v2 v3  
    77 
    88 * stdsci is slow, restarting.  Not much data from last night.
     9 * CZW: Missing burntool tables seemed to be preventing some chips from finishing.  To resolve this, I did the following: first, confirm bad file status with neb-stat --validate. Second, regenerate burntool table with ipp_apply_burntool_single.pl command.  This requires the exp_id, class_id, and the fits file nebulous keys for this image and the previous image.  The previous image is generally the same, with a different image number (see example).  Finally, issue a neb-repair command to ensure that all instances of this table agree.
     10{{{
     11# neb-stat --validate neb://ipp040.0/gpc1/20100719/o5396g0129o/o5396g0129o.ota15.burn.tbl
     12 [...]
     13       1 d41d8cd98f00b204e9800998ecf8427e file:///data/ippb01.2/nebulous/be/47/963446032.gpc1:20100719:o5396g0129o:o5396g0129o.ota15.burn.tbl
     14      0                     NON-EXISTANT file:///data/ippb02.0/nebulous/be/47/963447208.gpc1:20100719:o5396g0129o:o5396g0129o.ota15.burn.tbl
     15# ipp_apply_burntool_single.pl --class_id XY15 --exp_id 193253 --dbname gpc1 --this_uri neb://ipp040.0/gpc1/20100719/o5396g0129o/o5396g0129o.ota15.fits --previous_uri neb://ipp040.0/gpc1/20100719/o5396g0128o/o5396g0128o.ota15.fits
     16# neb-repair neb://ipp040.0/gpc1/20100719/o5396g0129o/o5396g0129o.ota15.burn.tbl
     17Repairing instances
     18        cp /data/ippb01.2/nebulous/be/47/963446032.gpc1:20100719:o5396g0129o:o5396g0129o.ota15.burn.tbl /data/ippb02.0/nebulous/be/47/963447208.gpc1:20100719:o5396g0129o:o5396g0129o.ota15.burn.tbl
     19}}}
     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;
     22}}}
    923=== Tuesday : YYYY.MM.DD ===
    1024