| | 73 | * 11:39 CZW: Clear registration issues for a bad burntool table: |
| | 74 | {{{ |
| | 75 | # Run burntool |
| | 76 | funpack -S `neb-locate --path neb://ipp058.0/gpc1/20120608/o6086g0448o/o6086g0448o.ota14.fits` > /tmp/k.fits |
| | 77 | burntool /tmp/k.fits out=/tmp/k.tab tableonly=t persist=t |
| | 78 | # Insert table |
| | 79 | neb-mv neb://ipp058.0/gpc1/20120608/o6086g0448o/o6086g0448o.ota14.burn.tbl neb://ipp058.0/gpc1/20120608/o6086g0448o/o6086g0448o.ota14.burn.tbl.bak |
| | 80 | neb-insert neb://ipp058.0/gpc1/20120608/o6086g0448o/o6086g0448o.ota14.burn.tbl /tmp/k.tab --copies 2 |
| | 81 | # Clear database issues |
| | 82 | regtool -updateprocessedimfile -exp_id 495667 -class_id XY14 -burntool_state -14 -set_state full |
| | 83 | regtool -updateprocessedimfile -exp_id 495667 -class_id XY14 -fault 0 |
| | 84 | }}} |