| 14 | | * 14:30 Mark looking into and fixing some out of order warps cleaned in LAP causing it to stall. |
| | 14 | * 14:30 Mark looking into and fixing some out of order warps cleaned in LAP causing it to stall. Many were overlapping so the out of order cleaned warps was holding up all final stacks. fixed with dirty one-liner to batch file for each LAP id until updated all necessary warps (Chris probably has better command) |
| | 15 | {{{ |
| | 16 | laptool -listrun -seq_id 8 -state run -dbname gpc1 -simple |
| | 17 | laptool -exposures -simple -dbname gpc1 -lap_id 2073 |
| | 18 | laptool -exposures -simple -dbname gpc1 -lap_id 2073 | cut -d " " -f26,27 | grep cleaned | awk '{print "warptool -dbname gpc1 -setskyfiletoupdate -set_label LAP.ThreePi.20110809 -warp_id "$1}' > fixwarpupdate_lap2073.bat |
| | 19 | ... |
| | 20 | }}} |