| | 13 | |
| | 14 | |
| | 15 | * 9:00 onwards (HAF): more unsticking of exposures: |
| | 16 | {{{ |
| | 17 | 1. find the stuck exposure |
| | 18 | 2. funpack it |
| | 19 | 3. redo burntool without history |
| | 20 | 4. copy old table out of the way and insert new |
| | 21 | 5. redo regtool: |
| | 22 | 6. repeat as necessary |
| | 23 | |
| | 24 | example: |
| | 25 | |
| | 26 | funpack -S `neb-locate --path gpc1/20120730/o6138g0175o/o6138g0175o.ota14.fits` > o6138g0175o.ota14.fits |
| | 27 | burntool o6138g0175o.ota14.fits out=o6138g0175o.ota14.burn.tbl tableonly=t persist=t |
| | 28 | neb-mv gpc1/20120730/o6138g0175o/o6138g0175o.ota14.burn.tbl gpc1/20120730/o6138g0175o/o6138g0175o.ota14.burn.tbl.bak |
| | 29 | neb-insert gpc1/20120730/o6138g0175o/o6138g0175o.ota14.burn.tbl o6138g0175o.ota14.burn.tbl --copies=2 |
| | 30 | regtool -updateprocessedimfile -class_id XY14 -burntool_state -14 -set_state full -exp_id 502425 -dbname gpc1 |
| | 31 | regtool -updateprocessedimfile -class_id XY14 -fault 0 -exp_id 502425 -dbname gpc1 |
| | 32 | |
| | 33 | This was done for 2 stuck exposures. |
| | 34 | |
| | 35 | I hate XY14... |
| | 36 | }}} |