The fault in the fast shutter check appears to have been cleared for now. Unfortunately I am still not entirely certain of the mechanism by which it was resolved or if it will return. We have been to NLN twice since. I believe Stefan broke the first lock moving the beam spot on PRM. We are currently on the second lock and I have just finished running the three a2l scripts. All three reported errors at the end: cd /opt/rtcds/userapps/release/isc/common/scripts/decoup ./a2l_min_LHO.py Traceback (most recent call last): File "./stop_osc_LHO.py", line 29, inmatrix.asc_ads_lo_pit[osc, optic]=0 File "/ligo/apps/linux-x86_64/cdsutils/lib/python2.7/site-packages/cdsutils/matrix.py", line 300, in __setitem__ self.put(row, col, value) File "/ligo/apps/linux-x86_64/cdsutils/lib/python2.7/site-packages/cdsutils/matrix.py", line 266, in put inds = list(self.__rc_iter(row, col)) File "/ligo/apps/linux-x86_64/cdsutils/lib/python2.7/site-packages/cdsutils/matrix.py", line 151, in __rc_iter rs = [self.__rows[row]] KeyError: 'OSC2' a2l script done! ./a2l_min_PR2.py Traceback (most recent call last): File "./stop_osc_LHO.py", line 29, in matrix.asc_ads_lo_pit[osc, optic]=0 File "/ligo/apps/linux-x86_64/cdsutils/lib/python2.7/site-packages/cdsutils/matrix.py", line 300, in __setitem__ self.put(row, col, value) File "/ligo/apps/linux-x86_64/cdsutils/lib/python2.7/site-packages/cdsutils/matrix.py", line 266, in put inds = list(self.__rc_iter(row, col)) File "/ligo/apps/linux-x86_64/cdsutils/lib/python2.7/site-packages/cdsutils/matrix.py", line 151, in __rc_iter rs = [self.__rows[row]] KeyError: 'OSC2' a2l script done! a2l_min_PR3.py Traceback (most recent call last): File "./stop_osc_LHO.py", line 29, in matrix.asc_ads_lo_pit[osc, optic]=0 File "/ligo/apps/linux-x86_64/cdsutils/lib/python2.7/site-packages/cdsutils/matrix.py", line 300, in __setitem__ self.put(row, col, value) File "/ligo/apps/linux-x86_64/cdsutils/lib/python2.7/site-packages/cdsutils/matrix.py", line 266, in put inds = list(self.__rc_iter(row, col)) File "/ligo/apps/linux-x86_64/cdsutils/lib/python2.7/site-packages/cdsutils/matrix.py", line 151, in __rc_iter rs = [self.__rows[row]] KeyError: 'OSC2' a2l script done! The commissioners are in the Thursday commissioning meeting.
Sorry about the a2l error message. Everything gets set so it's okay before the thing that errored happens, but obviously you still shouldn't get errors.
In the "stop everything" script we had the columns and rows of some matrices backwards - it ran fine for me now after fixing it, and I've checked it in.