| | 486 | If a single OTA is bad, not available, or zero size then summitcopy will automatically set summitExp state drop to not block processing. If the OTA is permanently gone but exposure is okay (check with camera group), it can be manually dropped -- example for o7177g0443o40.fits zero size/gone ota |
| | 487 | {{{ |
| | 488 | summitcopy pantasks to stop |
| | 489 | |
| | 490 | pztool -dbname gpc1 -revertcopied -exp_name o7177g0443o -inst gpc1 -telescope ps1 -fault 110 |
| | 491 | |
| | 492 | --> don't think this is needed since -revertcopied should set to run? |
| | 493 | pztool -updatepzexp -exp_name o7177g0443o -inst gpc1 -telescope ps1 -set_state run -summit_id 918643 -dbname gpc1 |
| | 494 | |
| | 495 | delete from summitImfile where summit_id=918643 and file_id="o7177g0443o40.fits" |
| | 496 | update summitExp set imfiles=59 where exp_name="o7177g0443o"; |
| | 497 | |
| | 498 | summitcopy pantasks to run |
| | 499 | }}} |
| | 500 | |
| | 501 | |