Displaying reports 49721-49740 of 87024.Go to page Start 2483 2484 2485 2486 2487 2488 2489 2490 2491 End
Reports until 09:45, Saturday 26 August 2017
H1 CDS (DAQ)
david.barker@LIGO.ORG - posted 09:45, Saturday 26 August 2017 (38381)
CDS O2 restart report: Thursday 24th - Friday 25th August 2017

Last O2 report:

model restarts logged for Fri 25/Aug/2017
2017_08_25 17:06 h1sysecatc1plc1sdf
2017_08_25 17:06 h1sysecatc1plc2sdf
2017_08_25 17:06 h1sysecatc1plc3sdf
2017_08_25 17:06 h1sysecatx1plc1sdf
2017_08_25 17:06 h1sysecatx1plc2sdf
2017_08_25 17:06 h1sysecatx1plc3sdf
2017_08_25 17:07 h1sysecaty1plc1sdf
2017_08_25 17:07 h1sysecaty1plc2sdf
2017_08_25 17:07 h1sysecaty1plc3sdf
2017_08_25 17:09 h1pslopcsdf
2017_08_25 17:13 h1hpipumpctrlsdf

50 minutes after the end of O2, h1build froze up and required a reboot. The Beckhoff SDF models were then restarted.

model restarts logged for Thu 24/Aug/2017 No restarts reported

 

H1 INJ (DetChar, INJ)
adam.mullavey@LIGO.ORG - posted 07:18, Saturday 26 August 2017 - last comment - 08:16, Thursday 07 September 2017(38380)
Another attempt at Detchar Safety Injections

Sheila plans to come in and lock the IFO this afternoon, so that I can try to finish these detchar safety injections. I've schedule 7 injections, the first one will begin at 16:06:22 PDT, and the last at 16:51:22 PDT. Here is the update to the schedule:

1187824000 H1 INJECT_DETCHAR_ACTIVE 0 1.0 detchar/detchar_27July2017_PCAL_{ifo}.txt
1187824450 H1 INJECT_DETCHAR_ACTIVE 0 1.0 detchar/detchar_27July2017_PCAL_{ifo}.txt
1187824900 H1 INJECT_DETCHAR_ACTIVE 0 1.0 detchar/detchar_27July2017_PCAL_{ifo}.txt
1187825350 H1 INJECT_DETCHAR_ACTIVE 0 1.0 detchar/detchar_27July2017_PCAL_{ifo}.txt
1187825800 H1 INJECT_DETCHAR_ACTIVE 0 1.0 detchar/detchar_27July2017_PCAL_{ifo}.txt
1187826250 H1 INJECT_DETCHAR_ACTIVE 0 1.0 detchar/detchar_27July2017_PCAL_{ifo}.txt
1187826700 H1 INJECT_DETCHAR_ACTIVE 0 1.0 detchar/detchar_27July2017_PCAL_{ifo}.txt

The IFO should be left out of observation mode. Also, I'm not sure if the PCALX 1500Hz line gets turned back on, but this also needs to be turned off. Simply typing the following on the command line will do the trick:

caput H1:CAL-PCALX_PCALOSC1_OSC_SINGAIN 0
caput H1:CAL-PCALX_PCALOSC1_OSC_COSGAIN 0

Comments related to this report
sheila.dwyer@LIGO.ORG - 15:56, Saturday 26 August 2017 (38383)

The interferometer is locked in Nominal low noise and the PCAL X 1500 kHz line is off as of 22:55 UTC.  I hope that the BS ISI will not trip during the injections.  (alog 38382)

sheila.dwyer@LIGO.ORG - 16:42, Saturday 26 August 2017 (38384)

The interferometer unlocked just before 1187825964, so I think that 4 or 5 of these injections would have completed before it unlocked.  I don't know why it unlocked.

adam.mullavey@LIGO.ORG - 20:39, Saturday 26 August 2017 (38385)

According to the guardian log (see attached), the first 5 of these injections made it in. The fifth one ended at 1187825913 (about 50secs before the lockloss). This should be enough injections for now. Thank you Sheila for coming in on a Saturday afternoon and locking the IFO for us!

joshua.smith@LIGO.ORG - 04:43, Monday 28 August 2017 (38393)DetChar

Short version: I made omega scans for the 5 sets of injections that were done above andyou can find them here: https://ldas-jobs.ligo-wa.caltech.edu/~jrsmith/omegaScans/O2_detchar_injections/ (note that after the first set the rest of sub-directories of the start time for each set). 

Long version: The Injection files are here: https://daqsvn.ligo-la.caltech.edu/svn/injection/hwinj/Details/detchar/. These are timeseries sampled at 16384 Hz and they start at the injection times listed in the original entry above. Times of the injections start 0.5s after times given in alog, and are separated by 3s each. Some simple Matlab to plot (attached) the injection file and print a list of times is: 

% Plot hardware injections
fnm = 'detchar_27July2017_PCAL_H1.txt';
data = load(fnm);
t = 0:1/16384:(length(data)-1)*1/16384;

figure;
plot(t,data)
xlabel('time [s]')
ylabel('amplitude [h]')
title(strrep(fnm,'_','\_'))
orient landscape
saveas(gcf,'injections.pdf')

% Print times of injections
t_start = 1187824000+0.5;
times = t_start:3.0:t_start+106;
fprintf('%.2f
',times)

To submit the omega scans I used wdq-batch like so: (gwpysoft-2.7) [jrsmith@ldas-pcdev1 O2_detchar_injections]$ wdq-batch -i H1 times-1.txt, then submitted the resulting dag to Condor. 

OmegaScan results are here: https://ldas-jobs.ligo-wa.caltech.edu/~jrsmith/omegaScans/O2_detchar_injections/

These will take some hours to run and we will then look at the results to see if there are any obvious unsafe channels. In addition we'll look statistically using hveto. 

Images attached to this comment
thomas.abbott@LIGO.ORG - 14:10, Wednesday 30 August 2017 (38458)

This is the equivalent comment to the comment for L1's detchar injections hveto safety analysis on page 35675

I ran hveto_safety on the injections mentioned above, looking for coincidences within 0.1sec time window. 

The results of the analysis using >6 SNR omicron triggers can be found here: https://ldas-jobs.ligo-wa.caltech.edu/~tabbott/HvetoSafety/H1/O2/safetyinjections/D20170826/results/H1-HVETO_omicron_omicron-1187823990-125/safety_6.html

The configuration for the analysis can be found here: https://ldas-jobs.ligo-wa.caltech.edu/~tabbott/HvetoSafety/H1/O2/safetyinjections/D20170826/results/H1-HVETO_omicron_omicron-1187823990-125/H1-HVETO_CONF-1187823990-125.txt

 

 

thomas.abbott@LIGO.ORG - 08:16, Thursday 07 September 2017 (38548)

I missed that there we 4 extra sets of injections, so I've redone the hveto safety analysis on the complete set of 180 injections.

Results: https://ldas-jobs.ligo-wa.caltech.edu/~tabbott/HvetoSafety/H1/O2/safetyinjections/D20170826/results/H1-HVETO_omicron_omicron-1187823990-1925/safety_6.html

H1 ISC (TCS)
sheila.dwyer@LIGO.ORG - posted 22:31, Friday 25 August 2017 (38379)
first sets of measurements post O2

Thomas Vo, Sheila Dwyer

We started out pre vent/discharging measurements in tonight.  

Non-image files attached to this report
H1 CDS
jonathan.hanks@LIGO.ORG - posted 17:18, Friday 25 August 2017 (38378)
Restart h1build due to a kernel panic

The CA sdf systems stopped.  After a quick investigation it was found that the server running the SDF systems had locked up.  H1build had suffered a kernel panic and needed to be restarted.

I manually started the following SDF models:

h1sysecatc1plc1sdf 
h1sysecatc1plc2sdf 
h1sysecatc1plc3sdf 
h1sysecatx1plc1sdf 
h1sysecatx1plc2sdf 
h1sysecatx1plc3sdf 
h1sysecaty1plc1sdf 
h1sysecaty1plc2sdf 
h1sysecaty1plc3sdf
h1pslopcsdf 
h1hpipumpctrlsdf 

LHO General
corey.gray@LIGO.ORG - posted 16:48, Friday 25 August 2017 (38377)
And At The Strike Of 3pm PDT, H1 (& L1 & V1) Were Done With O1!!!!

Attached are photos for our End Of O2 Toast at LHO!  :)

Images attached to this report
LHO General
patrick.thomas@LIGO.ORG - posted 16:38, Friday 25 August 2017 - last comment - 09:23, Monday 28 August 2017(38376)
Ops Day Shift Summary
TITLE: 08/25 Day Shift: 15:00-23:00 UTC (08:00-16:00 PST), all times posted in UTC
STATE of H1: Commissioning
INCOMING OPERATOR: None
SHIFT SUMMARY: Last shift of O2! No issues until Beckhoff SDF died during Adam's detchar safety injections. Jonathan has restarted h1build and it is currently running a file system check. Intention bit set to commissioning. Observatory mode set to commissioning. IFO at NLN.
LOG:

16:02 UTC Powercycled video2. MEDM screen updates were intermittent.
16:07 UTC Restarted the range integrand DMT that is displayed on video0. It had been running locally on video0 instead of through ssh on nuc6.
17:23 UTC Gave Adam M. remote access to cdsssh and h1hwinj1.
18:50 UTC GRB verbal alarm. Confirmed with LLO.
15:00 UTC End of O2! Set observatory mode to calibration. Changed INJ_TRANS guardian node to INJECT_SUCCESS.
22:43 UTC Adam M. starting detchar safety injections. Set intent bit to commissioning. HFD to mid X to check on RFAIR box.
~23:09 UTC Beckhoff SDF died. IFO_LOCK guardian node went into error (lost connection to SDF channels). Adam's injections interrupted. Jonathan investigating.
23:23 UTC Jonathan restarted h1build and it is running a file system check. Adam canceling remainder of injections. Transitioned observatory mode to commissioning.
Comments related to this report
patrick.thomas@LIGO.ORG - 09:23, Monday 28 August 2017 (38394)
15:00 UTC should be 22:00 UTC.
H1 INJ (DetChar, INJ)
adam.mullavey@LIGO.ORG - posted 16:09, Friday 25 August 2017 - last comment - 16:29, Friday 25 August 2017(38374)
Detchar Safety Injection

While the LHO folk are celebrating the end of the O2 run, I decided to sneak in some detchar safety injections. Here is the update to the schedule file:

1187736700 H1 INJECT_DETCHAR_ACTIVE 0 1.0 detchar/detchar_27July2017_PCAL_{ifo}.txt
1187737150 H1 INJECT_DETCHAR_ACTIVE 0 1.0 detchar/detchar_27July2017_PCAL_{ifo}.txt
1187737600 H1 INJECT_DETCHAR_ACTIVE 0 1.0 detchar/detchar_27July2017_PCAL_{ifo}.txt
1187738050 H1 INJECT_DETCHAR_ACTIVE 0 1.0 detchar/detchar_27July2017_PCAL_{ifo}.txt
1187738500 H1 INJECT_DETCHAR_ACTIVE 0 1.0 detchar/detchar_27July2017_PCAL_{ifo}.txt

Comments related to this report
adam.mullavey@LIGO.ORG - 16:29, Friday 25 August 2017 (38375)

So due to a computer issue, only the first injection went in. I've attached the relevant section of the INJ TRANS log.

Non-image files attached to this comment
H1 INJ (INJ)
adam.mullavey@LIGO.ORG - posted 13:43, Friday 25 August 2017 - last comment - 16:01, Friday 25 August 2017(38372)
End of run hardware injections

I will be carrying out coincident hardware injections into L1 and H1, right after the O2 run ends. I've updated the schedule file and uploaded it to the injection svn, and checked it out onto the hardware injection machines. Here is the update to the schedule file:

1187734000 H1L1 INJECT_BURST_ACTIVE 1 1.0 config/Burst/Waveform/{ifo}/400_400_maxspin_hwinjcbc_1126259455_{ifo}.txt
1187734300 H1L1 INJECT_BURST_ACTIVE 1 0.5 config/Burst/Waveform/{ifo}/400_400_maxspin_hwinjcbc_1126259455_{ifo}.txt
1187734600 H1L1 INJECT_BURST_ACTIVE 1 1.0 config/Burst/Waveform/{ifo}/100_20_nospin_edgeon_hwinjcbc_1126259453_{ifo}.txt
1187734900 H1L1 INJECT_BURST_ACTIVE 1 0.5 config/Burst/Waveform/{ifo}/100_20_nospin_edgeon_hwinjcbc_1126259453_{ifo}.txt
1187735200 H1L1 INJECT_STOCHASTIC_ACTIVE 1 1.0 stoch/Waveform/SB_O2A_{ifo}.txt

These are four burst injections and one stochastic injection. The first one starts at 15:06:22 PDT.

Comments related to this report
adam.mullavey@LIGO.ORG - 16:01, Friday 25 August 2017 (38373)

These injections went in successfully. Attached are the relevant sections of the INJ TRANS log.

Non-image files attached to this comment
H1 CDS
patrick.thomas@LIGO.ORG - posted 13:07, Friday 25 August 2017 (38371)
Ops SVN Check
patrick.thomas@zotws7:~$ check_sdf_snapfiles_status
WARNING: local modification on file /opt/rtcds/userapps/trunk/psl/h1/burtfiles/fss/h1pslfss_safe.snap
WARNING: local modification on file /opt/rtcds/userapps/trunk/psl/h1/burtfiles/fss/h1pslfss_safe.snap
WARNING: local modification on file /opt/rtcds/userapps/trunk/omc/h1/burtfiles/h1omc_OBSERVE.snap
WARNING: local modification on file /opt/rtcds/userapps/trunk/tcs/h1/burtfiles/h1tcscs_OBSERVE.snap


h1pslfss_safe.snap:
-Time:      Tue Aug 15 16:38:08 2017
+Time:      Fri Aug 25 00:27:45 2017
-H1:PSL-FSS_COMMON_GAIN 1 1.600000000000000e+01 1
+H1:PSL-FSS_COMMON_GAIN 1 1.602103999999996e+01 1


h1omc_OBSERVE:
-Time:      Tue Jul 18 12:07:52 2017
+Time:      Fri Aug 25 00:27:37 2017
-H1:LSC-ASAIR_A_RF45_I_OFFSET 1 -7.589000000000000e+01 1
+H1:LSC-ASAIR_A_RF45_I_OFFSET 1 -7.220000000000000e+01 1
-H1:LSC-ASAIR_A_RF45_Q_OFFSET 1 2.000000000000000e+01 1
+H1:LSC-ASAIR_A_RF45_Q_OFFSET 1 2.150000000000000e+01 1


h1tcscs_OBSERVE.snap:
-Time:      Tue Apr  4 18:11:09 2017
+Time:      Thu Aug 24 03:19:07 2017

Changes committed.

LHO General
patrick.thomas@LIGO.ORG - posted 12:19, Friday 25 August 2017 (38370)
Ops Day Mid Shift Report
Have remained in observing. Adam M. has logged in remotely to prepare for hardware injections. No issues to report.
H1 SEI
hugh.radkins@LIGO.ORG - posted 09:14, Friday 25 August 2017 - last comment - 11:47, Friday 25 August 2017(38367)
STS2 Wind/Floor Tilting Measurement now at Roam9

Thursday afternoon we had a brief but strong wind event--See first plot: 2 day's minute trends.  I had moved the roaming STS2 a week or more ago and now resides at position Roam9.  At the corner station the wind average touched on 20mph for maybe 90 minutes with a stable direction of about 170o or ~from EndX toward the corner.  No non-wind seismic evident.

The second attachment shows the usual STS ASD comparisons between the Roaming HAM5 and the Detector used ITMY STSs, see 38184 for the Roam8 comparison and you can follow back from there.  Great news: for the X dof here at Roam9, the HAM5 STS shows several factors less floor tilting than ITMY starting at 30ishmHz; and, the Y dof is maybe no worse--is that band between 10 & 100mHz too much?

So bottom line Roam9 shows promise!

Times: RefTime is low wind, 25 Aug 0930 utc.  High wind is 0130 25 Aug.  XMLs in /ligo/home/hugh.radkins/STS_Seismometer_Studies

Images attached to this report
Comments related to this report
hugh.radkins@LIGO.ORG - 11:47, Friday 25 August 2017 (38369)

Latest locations.

Non-image files attached to this comment
LHO General
patrick.thomas@LIGO.ORG - posted 08:23, Friday 25 August 2017 (38366)
Ops Day Shift Transition
TITLE: 08/25 Day Shift: 15:00-23:00 UTC (08:00-16:00 PST), all times posted in UTC
STATE of H1: Observing at 51Mpc
OUTGOING OPERATOR: Ed
CURRENT ENVIRONMENT:
    Wind: 3mph Gusts, 2mph 5min avg
    Primary useism: 0.01 μm/s
    Secondary useism: 0.08 μm/s 
QUICK SUMMARY: No issues to report.
H1 General
edmond.merilh@LIGO.ORG - posted 07:55, Friday 25 August 2017 (38365)
Shift Summary -Owl

TITLE: 08/25 Owl Shift: 07:00-15:00 UTC (00:00-08:00 PST), all times posted in UTC
STATE of H1: Observing at 50Mpc
INCOMING OPERATOR: Patrick (subbing for Cheryl)
SHIFT SUMMARY:
LOG:

 

H1 General
edmond.merilh@LIGO.ORG - posted 05:02, Friday 25 August 2017 (38364)
GRB Alert

12:01UTC Confirmed wit Livingston. Injections node working properly. 1 hour standown in effect.

H1 General
edmond.merilh@LIGO.ORG - posted 00:43, Friday 25 August 2017 - last comment - 00:57, Friday 25 August 2017(38360)
Shift Transition - Owl

TITLE: 08/25 Owl Shift: 07:00-15:00 UTC (00:00-08:00 PST), all times posted in UTC
STATE of H1: Observing at 48Mpc
OUTGOING OPERATOR: Jeff
CURRENT ENVIRONMENT:
    Wind: 9mph Gusts, 8mph 5min avg
    Primary useism: 0.01 μm/s
    Secondary useism: 0.10 μm/s
QUICK SUMMARY:

H1 was locking when I arrived. uSEI ws up to .2um/s and winds had been nearing 40mph earlier. OMC had to be massaged a bit before DC readout as it wouldn't lock. The AS90(purple)trace looked like te victim of some kind of offset as it was off scale until power increase where it came back down to familiar amplitudes. I ran a prelim a2l before setting the bit. the range was below 50Mpc as it was after I spoke to Aidan yesterday morning and he had me manually adjust the TCSX LASER power from preheat level (.500W) to .300W (see his aLog). He told me that we would probably go to .350W to claim a bit more of our already weakish range, so I did and it looks as if it may be a good move as our range has crept back up to 50+Mpc. Tweaking PI mode 28 (as usual).

 

Comments related to this report
edmond.merilh@LIGO.ORG - 00:50, Friday 25 August 2017 (38362)

7:50UTC Verbal Alarms is dodgy. Going to restart

edmond.merilh@LIGO.ORG - 00:57, Friday 25 August 2017 (38363)

While trying to quit to restart the missed messages started to cycle out. After restart I got: Could not connect to GRD_ALS_DIFF_ETMY_ESD_ERROR.

Images attached to this comment
H1 SUS (CAL, DetChar)
jeffrey.kissel@LIGO.ORG - posted 16:20, Monday 21 August 2017 - last comment - 10:31, Friday 25 August 2017(38295)
All H1 QUADs Have Complex Non-f^6 Dynamics above 50 Hz
J. Kissel

I've processed the data from LHO aLOG 38232, in which I was looking to see if the complex, high frequency dynamics found in the UIM (L1) stage of H1 SUSETMY (see LHO aLOG 31603).

Plots are attached; note that I've used the former 2016-11-17 data for ETMY. To guide the eye, I show the calibration group's dynamical model used during O2. Data shown with a coherence threshold of 0.75 or greater. I've not yet compared this against the unphysical, fitted update to the QUAD model that Brett developed for H1 SUS ETMY in CSWG aLOG 11197

It looks like 
- All suspensions see the "unknown" ~165 Hz resonance, though interestingly ITMY's mode appears to be split. ETMX and ITMY's are *strikingly* similar.
- only ETMY and ITMX show what Norna suspects is the "UIM blade bending mode" at ~110 Hz. ETMY's is indeed the ugliest.
- All but ETMX show evidence for resonances between 290 and 340 Hz, which are likely the (Suspension Point to Top Mass) wire violin mode fundamentals weakly excited by the UIM excitation. (see LHO aLOG 24917, T1300876)
- All suspensions show their (UIM to PUM) wire violin mode fundamentals between 410 and 470 Hz (see LHO aLOG 24917, T1300876)
- ETMY and ITMY's wire violin modes are *strikingly* similar; ITMX's modes are surprisingly low Q.
- We don't see the TOP to UIM wire violin modes likely because I didn't excite up to high enough a frequency; they're between ~500-510 Hz for ETMY (modeled at 495 Hz).


So now the question becomes -- what's the physical mechanism for this huge mystery resonance that's seen virtually identically in all QUADs? It seems quite a fundamental feature. Why is it split on ITMX?

It would be nice to have similarly detailed measurement of L1's QUADs, but all evidence from calibration measurements on L1's ETMY UIM stage point to this same feature (see the discrepancy between model and measurement for the UIM stage, e.g. in 2016-11-25_L1_SUSETMY_L1_actuation_stages.pdf LHO aLOG 29899). Further, it's *still there* before and after their Bounce/Roll mode Dampers (BRDs) have been installed (i.e. the same feature is seen in O1 and O2 CAL measurements; the above linked measurement was after BRD install). 

Images attached to this report
Non-image files attached to this report
Comments related to this report
jeffrey.kissel@LIGO.ORG - 16:28, Monday 21 August 2017 (38298)CAL, CSWG, ISC, SEI, SYS
If anyone needs to fit this data to try out their FDIDENT skills, the data from the above concatenated transfer UIM to TST functions is attached, in the same format as before for ETMY. 

Analysis script lives here:
/ligo/svncommon/CalSVN/aligocalibration/trunk/Runs/O2/H1/Scripts/FullIFOActuatorTFs/
process_H1SUSQUAD_L1_HFDynamicsTest_20170814.m
Non-image files attached to this comment
jim.warner@LIGO.ORG - 10:31, Friday 25 August 2017 (38368)

I'm attaching the l2l st2 gs13 measurements for ITMX that we used for closeout after install. The 160 hz feature doesn't seem to show up on the ISI. The 300 hz feature maybe does? I don't think it's very conclusive.

Images attached to this comment
Displaying reports 49721-49740 of 87024.Go to page Start 2483 2484 2485 2486 2487 2488 2489 2490 2491 End