As a benchmark against which to compare upcoming O2 data, I have compiled a list of narrow lines seen in the H1 DARM spectrum up to 2000 Hz, using 107 hours of ER10 FScan 30-minute SFTs. There are no big surprises relative to the lines and combs Ansel and I have reported on previously from ER9 and later data, but below are some observations. Attached figures show selected band spectra, and a zipped attachment contains a much larger set of bands. Also attached for reference is a plaintext list of combs, isolated lines, PEM-associated lines. etc. In the attached spectra, the red curve is the ER10 data, and the black curve is the full-O1 data. The label annotations are keyed to the height of the red curve, but in some cases, those labels refer to lines in the O1 data that are not (yet) visible in accumulated current data. For the most part, lines seen in O1 that don't show up in ER10 nonetheless remain for now in the lines list and still have labels on the graphs that end up in the red fuzz. If they fail to emerge in O2 data, they will be deleted from future line lists. Observations:
Here is a plot of the violin mode harmonics around 1kHz, comparing the amplitudes today to the amplitudes right after the damping efforts of Nov 30th.
We don't actively damp these by default, only when someone manually engages damping do they get damped. Durring the first part of ER10 ISI trips caused by tidal problems were ringing them up, but that problem is fixed now and most modes are ringing down. ETMX modes (between 1003 and 1006Hz) have increased in amplitude since the 30th.
The largest peak here is the pair on ETMY that Keith points out, we have settings that work to damp both of these modes using the mode9 filter bank on ETMY, and it would not be difficult to turn this damping on automatically in the guardian.
Our question for Keith and detchar is is this (the current spectrum) good enough? Or should we continue to try to add automatic damping for some of these modes?
Automatically damping the violin modes would reduce up-conversion contamination at the starts of lock stretches, making more data usable for CW searches. Even small excess powers in narrow bins leads to unnecessary outliers in analysis that waste computing and manpower. Unless there is a downside to such damping, it seems warranted. thanks, Keith
Jeff B. warned me that we would likely be getting a lot of dust monitor alarms after the PEM system was reset this afternoon. He advised that we can set arbitrary alarm values in the meantime and he will remedy them in the morning. I have been setting the thresholds to 1000 minor and 10000 major as the alarms occur.
CP4 LTY250 pump level went into high alarm 20 mins ago. Cell phones have received alarms. Waiting to talk to Chandra or someone VE...
The current alarm is not the normal "glitchiness" that has been ongoing for the last few days - 20 mins ago this signal jumped from ~95 to 100 and is riding up there. See attached.
Got a hold of Kyle. He is looking into it from home and will call back to advise if any action is required.
This is mostly a nuisance that we don't yet understand. Chandra reduced the "smoothing factor" (I love it!) from ~99.9 to 0.00 a day or so ago at John's suggestion but this doesn't seemed to have changed the behavior. We are mostly concerned with low pump levels as opposed to high pump levels these days. We have opened the exhaust check-valve bypasses on all 80K pumps on site. This eliminates any over "pressure" situations that could have been a threat in the past during rapid pump fillings or too high LN2 pump levels. For tonight, OPERATORS please post 4 hour trends (thanks Betsy) twice per shift. The Vacuum members will monitor from home.
It's on the bounce again...
I instructed Travis to put CP4 in manual mode with the LLCV at 35% open overnight. The software limit of 25% is great when the pump level is too high but nothing prevents it from going too open if the PID gets a pump level signal of too low. At least in Manual mode the crazy swings will stop. We can deal with it in the morning.
A couple hours in now on MANUAL at 35% open. Not alarming high anymore.
Seems to still be stable.
Level has been slowly dropping for the last 3 hours. If this continues, I may have to give VE and early wake up call.
Reloading some Guardian code knocked us out of Observe. I took this opportunity to run a2l. PI modes 27 and 28 started ringing up during a2l, so Terra and I tweaked some setting and beat them back down.
Back to Observe 2:01 UTC.
J. Kissel, J. Driggers, S. Dwyer, J. Bartlett, D. Barker Today's (not that big a deal) rabbit hole: while looking for what was preventing the IFO from being OBSERVATION_READY, we found the IFO master node complaining that the IMC_LOCK gaurdian was not ready (i.e. the H1:GRD-IMC_LOCK_OK == False), even though the node was in its nominal state, managed correctly, and in EXEC. The key was that the IMC input power was just ever so slightly out-of-range of a recently added conditional statement that prevented the run portion of the ISS_DC_COUPLED state from ever completing: # Hack, since power_adjust() won't change the gain when it's less than 1dB different, 30Nov2016 JCD if self.counter == 0: if ezca['IMC-PWR_IN_OUTMON'] > 28 and ezca['IMC-PWR_IN_OUTMON'] < 32: ezca['IMC-REFL_SERVO_IN1GAIN'] = -8 self.counter += 1 -- and today, for the first time, we hit an a low of 27.9 [W], the self.counter never incremented, and the code never advanced because all future conditionals relied on that self.counter to have incremented. Jenne recalls that this conditional statement was added to account for the IMC-REFL_SERVO_GAIN adjustment that happens as the ISS figures out what power it wants to send into the interferometer today (see LHO aLOG 32267 for side conversation about that), and prevent SDF from complaining that this gain was set to -7 dB instead of -8 dB. The solution: bring the incrementing of the self.counter out of the power check: # Hack, since power_adjust() won't change the gain when it's less than 1dB different, 30Nov2016 JCD if self.counter == 0: if ezca['IMC-PWR_IN_OUTMON'] > 28 and ezca['IMC-PWR_IN_OUTMON'] < 32: ezca['IMC-REFL_SERVO_IN1GAIN'] = -8 self.counter += 1 This bug fix has been loaded, and committed to the userapps repo. Once the bug fix was installed, the code was able to successfully run, the IMC_LOCK status cleared, and the IFO happily went into OBSERVATION_READY.
TITLE: 12/07 Eve Shift: 00:00-08:00 UTC (16:00-00:00 PST), all times posted in UTC
STATE of H1: Observing
OUTGOING OPERATOR: Jeff
CURRENT ENVIRONMENT:
Wind: 13mph Gusts, 12mph 5min avg
Primary useism: 0.28 μm/s
Secondary useism: 0.31 μm/s
QUICK SUMMARY: Ran through IA at the beginning of the shift. We are back at Observing at 1:28 UTC.
As I was working on a different script I found that both X and Y camera can be talked to simultaneously. So I'm leaving both codes running again. If DIAG_MAIN guardian complains about HWS code stops running please do not comment out the HWS diagnostic code just to get rid of the message. I need to know if they stop running so we can try to troubleshoot it some more.
All of the dust monitor EPICS IOC's, the FMCS EPICS IOC, and the dewpoint EPICS IOC was restarted due to a reboot of the computer on which they were running.
Not sure of the cause yet, everything seemed all good and normal. Running lockloss plots now though and I'll update if I find anything.
But don't worry, we are back to Observing at 10:36 UTC.
I haven't seen anything of note for the lockloss. I checked the usual templates, with some screenshots of them attached.
This seems like another example of the SR3 problem. (alog 32220 FRS 6852)
If you want to check for this kind of lockloss, zoom the time axis right around the lockloss time to see if the SR3 sensors change fractions of a second before the lockloss.
J. Kissel, B. Weaver, T. Sadecki Just for reference, I include a lockloss that was definitely *not* caused by the SR3 glitching for future comparison and distinction of whether this SR3 glitch has happened or not. Also, remember, although the OPS wiki's instructions suggest that one must and can only use lockloss2, not everyone has the alias yet for this more advanced version. You can make the plots, and do everything you need with the more basic version: lockloss -c /ligo/home/ops/Templates/Locklosses/channels_to_look_at_SR3.txt select It would also be great to get the support of @DetChar on this one. The fear is that these glitches begin infrequently, but get successively more frequent. Once they do, we should consider replacing electronics. The fishy thing, though, is that LF and RT are on separate electronics chains, given the cable layout of HAM5 (see D1101917). Maybe these glitches are physical motion? Maybe with statistics of two, it's unclear whether it's that LF and RT just *appear* to be the culprit whether it may be a random set of OSEMs glitching.
See my note in alog 32220, namely that Sheila and I looked again and we see that the glitch is on the T1 and LF coils, which share a line of electronics. The second lockloss TJ started with in this log (12/06) are somewhat unconclusively linked to SR3 - no "glitches" like the first one 12/05, but instead all 6 top mass SR3 OSEMs show motion before lockloss.
Sheila, Betsy
Attached is a ~5 day trend of the SR3 top stage OSEMs. T1 and LF do have an overall step in the min/max of their signals which happened at the time of that lockloss which showed the SR3 glitch (12/05 16:02 UTC)...
The TCSY chiller flow seems to be struggling for the last 40min or so. This doesn't seem to be the normal issue of an air bubble because it is not recovering as it normally would. I saw a WP for the replacement of this flow meter but I didn't see an alog stating that it happened.
Attached is an hour trend of the flow rate.
Seems to have stablized itself now, back at 3.0Gpm
Eh, this actually is kinda the usual "thing" going on with this sensor of late... It drops low for a while ~30-60 mins and then recovers eventually. The work permit we have open is to fix next Tuesday.
I was wondering if this was coming from the CO2 controller chassis, D1200745. I had a look to see if there were accompanying glitches on the CO2Y laser temperature channel which might indicate a common cause. Whilst there are some glitches that show up simultaneously on both channels, there are many that are not simultaneous. It is far from obvious that there is a common cause for the flow rate variations.

% check to see if the CO2Y laser flow meter is broken or if there is a
% problem with electronics instead. Compare to CO2Y laser temperature
t0 = 1165166030 - 72*3600;
t1 = t0 + 2*24*3600;
chan = {'H1:TCS-ITMY_CO2_LASERTEMPERATURE.mean,m-trend', ...
'H1:TCS-ITMY_CO2_FLOWRATE.mean,m-trend'};
[data, t, info] = get_data(t0,t1,chan,[]);
subplot(2,1,1)
plot((1:size(data,1))/60, data(:, 1)); grid on
axis([0 48 23.72 23.82])
xlabel('Time (hr)')
ylabel('CO2Y laser temperature (C)')
title('CO2Y laser channel glitches - correlated or not?')
subplot(2,1,2)
plot((1:size(data,1))/60, data(:, 2)); grid on
axis([0 48 2 3.5])
xlabel('Time (hr)')
ylabel('CO2Y flow rate (gpm)')
orient tall
print('-dpdf', 'CO2Y_flow_rate_errors.pdf')
I used the lockloss2 script that automatically checks for sus saturations and plots them using the lockloss tool, and saw that one of the three locklosses (2016-12-05 16:02:42 UTC) in the last day or so was probably caused by a glitch on SR3. The attached screenshot shows the timeline, there is clearly a glitch on the top mass of SR3 about 0.2 seconds before the lockloss.
The dither outputs (which we use for the cage servo) don't show anything unual until after the lockloss, which means that this is not a cage servo problem. Looking at top mass OSEMINF LF and RT are the two that seem to have a glitch first, at about the same time.
I've added a lockloss template /ligo/home/ops/Templates/Locklosses/channels_to_look_at_SR3.txt for any operators who have an unexplained lockloss and want to check if it is simlar to this one.
Sheila and I looked again at this particular lockloss (2016-12-06 10:05:39 UTC) and agree that the glitch that likely caused the lockloss are actually on the T1 and LF top stage OSEMs. These are indeed on the same set cabling, satellite amp, and driver run. See attached for updated lockloss plot this time with the OSEMINF channels. We'll keep watching locklosses to see if this happens more.