| | 45 | * 13:08 Bill cleaned up the latest stuck LAP files. Every few hours some exposures do not finish because of various problems. Here are the steps that I have been following to get LAP moving again |
| | 46 | * corrupt files on XY26 Fix with tools/repair_bad_instance --repair --exp_id <exp_id> --class_id <class_id> To check without fixing leave off --repair |
| | 47 | * rawImfiles with no good instances: Also handled by tools/repair_bad_instance (sets rawImfile.ignored)w |
| | 48 | * missing burntool tables chiptool -dropprocessedimfile -set_quality 40 -exp_id <exp_id> --class_id <class_id> |
| | 49 | * warpSkyfiles with no remaining instances warptool -updatewarpskyfile -set_quality 42 -fault 0 -warp_id <warp_id> -skycell_id <skycell_id> ; |
| | 50 | * sometimes the following is also needed: warptool -tofullskyfile -warp_id <warp_id> -skycell_id <skycell_id> to get the warpRun to go to full. |