| | 11 | * 09:00 : exposure o7582g0220o had a bad chip and was dropped, but still showed up in the to-be-downloaded list. i've deleted the bad chip: |
| | 12 | {{{ |
| | 13 | summitcopy pantasks stop |
| | 14 | mysql> delete from summitImfile WHERE summitImfile.exp_name like 'o7582g0220o' and summit_id = 1113804 and class_id = 'ota51'; |
| | 15 | mysql> update summitExp set imfiles = 59 WHERE exp_name = 'o7582g0220o'; |
| | 16 | pztool -dbname gpc1 -revertcopied -exp_name o7582g0220o -inst gpc1 -telescope ps1 -fault 110 |
| | 17 | pztool -updatepzexp -exp_name o7582g0220o -inst gpc1 -telescope ps1 -set_state run -summit_id 1113804 -dbname gpc1 |
| | 18 | summitcopy pantasks run |
| | 19 | }}} |