| 84 | | === Sunday : YYYY.MM.DD === |
| | 84 | === Sunday : 2018.06.03 === |
| | 85 | * 10:00 EAM : problems with two exposures (1 gpc1, 1 gpc2) blocked the end-of-night desperate diffs from being run. In the first case, exposure o8272g0292o has no stars visible in the jpeg (clouds?). It failed repeatedly without setting a bad quality. (log file at neb://any/gpc1/OSS.nt/2018/06/03//o8272g0292o.1393725/o8272g0292o.1393725.cm.2042630.log). In order for nightly_science.pl to correctly ignore it, I needed to manually set the quality to 4007. In the second case, exposure o8272h0223o was taken without a filter. I needed to set the chips to quality = 42 and the chipRun.state to 'drop': |
| | 86 | {{{ |
| | 87 | chiptool -dbname gpc2 -updateprocessedimfile -fault 0 -chip_id 2374 -set_quality |
| | 88 | chiptool -dbname gpc2 -updaterun -chip_id 2374 -set_state drop |
| | 89 | }}} |