Displaying reports 50461-50480 of 83117.Go to page Start 2520 2521 2522 2523 2524 2525 2526 2527 2528 End
Reports until 12:48, Tuesday 24 January 2017
H1 CAL (ISC)
jeffrey.kissel@LIGO.ORG - posted 12:48, Tuesday 24 January 2017 - last comment - 16:47, Tuesday 24 January 2017(33585)
Improved 4.7 kHz Notch in DARM2 Filter Bank, Calibration Model Updated, EPICS records installed.
J. Kissel, S. Dwyer
WP # 6448

I've installed the improved 4.7 kHz elliptic bandstop notch in FM3 of the DARM2 bank, as designed yesterday (see LHO aLOG 33546),
    User Model     Bank Name        Filter Module       Name             Design String
    H1OMC          H1:LSC-DARM2     FM3                 "not4735.25"     ellip("BandStop",4,1,80,4720,4750)gain(1.12202)
The filter file has been committed to the userapps repo, 
    /opt/rtcds/userapps/release/omc/h1/filterfiles/H1OMC.txt      (r14921)

Because this filter bank in unmonitored by SDF, yet under guardian control, we've ensured that this filter is always on by hard-coding the filter to be always on into the DOWN state of the ALS_DIFF.py guardian (line 112)
    /opt/rtcds/userapps/release/als/common/guardian/ALS_DIFF.py   (r14918)
which has been committed.

Calibration impacts:
Both the CAL-CS (which produces DELTAL_EXTERNAL) and the GDS (which produces GDS-CALIB_STRAIN) time-independent portions of the low-latency calibration pipeline are unaffected by changes to the DARM filters. However, the calculation of time-dependent correction factors (TDCFs) involves correcting for the entire DARM loop frequency dependence between calibration lines. Thus as the change to the DARM filter banks changes the DARM loop, it impacts the computation of the TDCFs, which impacts h(t). See T1500377 for details of the calculation.

That being said, the improvement in to notch reduces this impact at the calibration line frequencies to negligible. However, for completeness, traceability, reproducibility, and sanity's sake, we update the calibration model in order to account for this new filter. 

Calibration update process:
Here're the steps to ensure that the calibration has been updated to reflect the change:
- Copy the updated OMC filter file from the chans archive to the copy of the archive in the CalSVN and commit,
    ]$ cp /opt/rtcds/lho/h1/chans/filter_archive/h1omc/H1OMC_1169320184.txt /ligo/svncommon/CalSVN/aligocalibration/trunk/Common/H1CalFilterArchive/h1omc/H1OMC_1169320184.txt
- Create a new IFOparams.conf and corresponding IFOparams_YYYY-MM-DD.conf configuration files in the CalSVN,
    ]$ cd /ligo/svncommon/CalSVN/aligocalibration/trunk/Runs/O2/H1/params/
    ]$ svn mkdir 2017-01-24
    ]$ svn commit -m "" 2017-01-24
    ]$ cp H1params.conf 2017-01-24/     #note that the H1params.conf file in the top level of the O2/H1/params/ folder is the 2017-01-03 reference model (LHO aLOG 33004)
    ]$ cp 2017-01-03/H1params_2017-01-03.conf 2017-01-24/H1params_2017-01-24.conf
- Update IFOparams.conf file to point to the newly updated H1OMC filter file in the variable DfilterFile, and make sure the DfilterModulesInUse2 is calling out that the new filter is on in FM3, and commit to the repo.
- Make a new CAL_EPICS parameter file that points to the new reference model,
    ]$ cd /ligo/svncommon/CalSVN/aligocalibration/trunk/Runs/O2/H1/Scripts/CAL_EPICS/
    ]$ cp callineParams_20170103.m callineParams_20170124.m
- Change par.conf.ifoDepFilename and par.conf.ifoMeasParams to point to IFOparams.conf and corresponding IFOparams_YYYY-MM-DD.conf
- Use 
    /ligo/svncommon/CalSVN/aligocalibration/trunk/Runs/O2/H1/Scripts/CAL_EPICS/writeH1_CAL_EPICS.m
  to create and install new EPICs records. Be sure to update the par0 that calls the above mentioned callineParams_YYYYMMDD.m
- Accept the new records in the SDF system for both safe.snap and OBSERVE.snap, and commit
    /opt/rtcds/userapps/release/cal/h1/burtfiles/
    h1calcs_safe.snap
    h1calcs_OBSERVE.snap.

This process generates the following output for offline DCS consumption, and represent the new calibration model applicable for all lock stretches beyond 2017-01-24 20:00 UTC:
    /ligo/svncommon/CalSVN/aligocalibration/trunk/Runs/O2/H1/params/2017-01-24/
    H1params.conf                    (r4212, lc: 4212)
    H1params_2017-01-24.conf         (r4212, lc: 4212)

    /ligo/svncommon/CalSVN/aligocalibration/trunk/Runs/O2/H1/Scripts/CAL_EPICS/
    20170124_H1_CAL_EPICS_VALUES.txt (r4215, lc: r4215)
    D20170124_H1_CAL_EPICS_VALUES.m  (r4215, lc: r4215)
    
Because it's about time we take a new set of calibration suite measurements, I'll take a set later today and compare against this new model.
Images attached to this report
Non-image files attached to this report
Comments related to this report
aaron.viets@LIGO.ORG - 16:47, Tuesday 24 January 2017 (33603)
I just checked the output of GDS on the DMT machines, and the time dependent corrections are all close to nominal values:

H1:GDS-CALIB_KAPPA_TST_REAL:     ~1.005
H1:GDS-CALIB_KAPPA_PU_REAL:       ~1.001
H1:GDS-CALIB_KAPPA_C:                   ~1.032
H1:GDS-CALIB_F_CC:                          ~342 Hz
H1 General
robert.schofield@LIGO.ORG - posted 11:58, Tuesday 24 January 2017 (33577)
Movie of DARM over several hours

I made a movie (about a minute long) of DARM over several hours yesterday with a 100 average exponential decay. It takes a couple of minutes to watch and shows that there are bumps, possibly from scattering, that come and go sometimes independently of each other. I say somewhat, because, when the spectrum gets good all of the bumps seem to be gone. There is also a broad background that rises and falls that does not seem to be composed of bumps.

https://ldas-jobs.ligo-wa.caltech.edu/~robert.schofield/DARM100averageExponential.mov

H1 CDS (DAQ)
david.barker@LIGO.ORG - posted 11:57, Tuesday 24 January 2017 (33588)
DAQ Restarted

DAQ was restarted to apply three changes:

new DUST monitor (H1EDCU_DUST.ini)

new Guardian node (H1EDCU_GRD.ini)

new h1broadcast0 daqdrc

H1 CDS (DAQ)
david.barker@LIGO.ORG - posted 11:55, Tuesday 24 January 2017 (33587)
h1broadcast0 reconfigured to not write md5 checksum files

WP6450

h1broadcast0's daqdrc file was added to the cds_user_apps svn repository, and was then modified to prevent md5 check sum file generation

+# turn off generation of check sum files. DB 24jan2017
+set parameter "write_frame_checksums"="0";
 

change went in on the 11:44PST DAQ restart.

H1 PEM
jeffrey.bartlett@LIGO.ORG - posted 11:50, Tuesday 24 January 2017 (33586)
Monthly Dust Monitor Vacuum Pump Check
   Checked the pressures and temperatures of the dust monitor vacuum pumps. Both end station pumps are operating within normal parameters. I adjusted the air bleed on the CS pump to accommodate the new dust monitor at HAM1/2. The CS pump temperatures are all normal.

   Closed FAMIS task #7509
H1 PEM
jeffrey.bartlett@LIGO.ORG - posted 11:44, Tuesday 24 January 2017 (33584)
Install New Dust Monitor at HAM1/2
   Installed a new pump-less dust monitor between HAM1 and the PSL enclosure. This is a temporary placement to help understand why we are seeing elevated particle counts in the PSL Anit-Room and to a lesser extent in the PSL room as well.  

   The monitor is called Loc-2 and is accessed from the PEM MEDM screen under the LVEA label. Please let Jeff B. know of any alarms.     
H1 SEI
jim.warner@LIGO.ORG - posted 11:34, Tuesday 24 January 2017 - last comment - 16:40, Wednesday 25 January 2017(33583)
HAM1 HEPI to RM measurements

Arnaud had sent along some measurements on HAM1, trying to measure the transmissibility from the HAM1 stack to the RM suspensions. I ran these measurments this morning, during the maintenance period. It looks like the LLO and LHO RM damping designs might differ a bit, maybe the LLO damping filter is a bit more aggressive? First image is just the RM1 L plant measurement, it was taken with the RMs both in DAMPED (unaligned) and HEPI isolated (SC was off, but HAM1 uses high UGF, blended (L4C/IPS) loops). The second image is the HEPI X to RM1 L transfer function, which was taken with HEPI in READY and the RMs still DAMPED. Both templates are saved in the SVN in H1/ HAM1/Data/Transfer_Functions/Measurements/Undamped folder.

EDIT: LLO's measurements are the black refs, my measurements are the red. Arnaud reports that the difference is due to an old damp filter design on the RMs, LLO now matches us.

Images attached to this report
Comments related to this report
arnaud.pele@LIGO.ORG - 16:40, Wednesday 25 January 2017 (33649)

Jim, I attached the results in alog 31179.

H1 CDS
james.batch@LIGO.ORG - posted 11:31, Tuesday 24 January 2017 (33581)
GDS control room software update
WP 6452

The control room GDS software has been updated to gds-2.17.9-1 for Ubuntu 12.04 workstations.  This adds a leap second to the UTC/GPS conversion routines and fixes bugzilla 1064 (unit strings not read properly from NDS1), bugzilla 469 (improper channel list restriction in ezcademod).  The release also allows users to abort a DTT measurement when waiting to collect data that isn't available yet (part of bugzilla 474), and adds the ability to display units for channels in chndump.

Debian 8 workstations were already at gds-2.17.9-1. This is also compiled for SL6 if the hardware injection software needs it.
H1 PSL (PSL)
travis.sadecki@LIGO.ORG - posted 11:25, Tuesday 24 January 2017 - last comment - 15:15, Tuesday 24 January 2017(33582)
PSL Weekly

Laser Status:
SysStat is good
Front End Power is 34.06W (should be around 30 W)
Front End Watch is GREEN
HPO Watch is GREEN
PMC:
It has been locked 2.0 days, 17.0 hr 57.0 minutes (should be days/weeks)
Reflected power is 13.65Watts and PowerSum = 77.54Watts.

FSS:
It has been locked for 0.0 days 0.0 hr and 11.0 min (should be days/weeks)
TPD[V] = 2.413V (min 0.9V)

ISS:
The diffracted power is around 3.6% (should be 3-5%)
Last saturation event was 0.0 days 0.0 hours and 41.0 minutes ago (should be days/weeks)

Possible Issues:
(Be sure to look into these, as they will not be printed in the report)
PMC reflected power is high
 

Note: See attached screenshot of the PMC Refl power for the past month.  It has been reported as being high for the past 2 weeks (see Corey's aLog 33378).  Is this due to some adjustment by the PSL team and we should update our weekly script with a higher nominal value, or is this a real issue?

This completes FAMIS 7422.

Images attached to this report
Comments related to this report
thomas.shaffer@LIGO.ORG - 15:15, Tuesday 24 January 2017 (33598)

Updated the script with the new PMC values.

H1 SEI
hugh.radkins@LIGO.ORG - posted 11:10, Tuesday 24 January 2017 - last comment - 14:12, Tuesday 24 January 2017(33580)
WHAM6 HEPI Pringle Loops Removed from CartBias Restore list

TJ & Hugh--Re WP 6286

Successfully modified the Guardian Parameters to just restore the non-pringle-mode target positions:

from isiguardianlib.isolation.const import ISOLATION_CONSTANTS
ISOLATION_CONSTANTS['CART_BIAS_DOF_LISTS'] = (['Z','RX','RY'],['X','Y','RZ'])
from isiguardianlib.HPI import *
prefix = 'HPI-HAM6'
ca_monitor = True

The top two lines of the HPI_HAM6.py code above are the modifications.

However, it does not sequence things quite as we would like: it completely restores the vertical dofs before even starting the isolation of the horizontal loops.  Although this platform did not have difficulty completing the isolation, it is reasonable that some platforms could have trouble as it isolates the horizontal dofs after it has driven the vertical dofs to their target position.  If those targets are extreme or whatever enough, the error point of the horizontal loops may be too large for the loops to engage stabily.  The preference would be for all the loops to be running before any of the target positions are restored.

We'll look into changing the sequence more to our preference but TJ feels it could be complicated or at least deeper into the code.  WP remains active.

Comments related to this report
thomas.shaffer@LIGO.ORG - 13:26, Tuesday 24 January 2017 (33592)GRD

Two comments to this work:

1.  We loaded in the new code, saw the "code changes detected and committed" log, and then opened the graph to make sure that it had the new states we expected. It did. We brought the node to READY and then started to isolate but here it did not follow the new state graph, but the old one instead. I think this is <a href="https://bugzilla.ligo-wa.caltech.edu/bugzilla3/show_bug.cgi?id=1013">bug1013</a>, but we only changed the HPI_HAM6.py file which is not in a sub directory. The module that creates the edges is in a sub directory though, so this is what makes me think that it is the same bug.

2.  Reorganizing the states as Hugh hopes to do will require a rewirte, or at least a major change to (userapps)/isi/common/guardian/isiguardianlib/isolation/edges.py. This can be done, if we get LLO on board, but probably during a commissioning break.

hugh.radkins@LIGO.ORG - 14:12, Tuesday 24 January 2017 (33593)

Given TJ's assessment of doing this the desired way, I will endeavor to make these changes to all the other HEPIs for restart next Maintenance period.  We'll find out if any of the platforms are particularly sensitive to the sequence; and, plan to improve the process after O2.

H1 General
edmond.merilh@LIGO.ORG - posted 11:05, Tuesday 24 January 2017 - last comment - 10:18, Wednesday 25 January 2017(33579)
HV supply at EX found tripped

Fil called and reported that one of the supplies was tripped upon his arrival.

Comments related to this report
filiberto.clara@LIGO.ORG - 10:18, Wednesday 25 January 2017 (33624)

18:30 - 19:00 -  UTC 1/24/2017

Found one of the HV ESD power supplies alarming and screen blacked out. Tried power cycling the unit, but would instantly trip. Removed adapter card from back of power supply and re-seated. Unit was powered on, and set to "Recall 1" settings. Enabled ouput, screen showed 430V.

H1 GRD (CDS, TCS)
thomas.shaffer@LIGO.ORG - posted 11:02, Tuesday 24 January 2017 - last comment - 16:16, Tuesday 24 January 2017(33578)
Added New TCS_RH_MON Node

I created and started Nutsinee's TCS_RH_MON node that will monitor the TCS Ring Heaters. There were no issues creating it and it seems to work as it should.

It has been added to the GUARD_OVERVIEW.adl as well under TCS.

I updated (userapps)/cds/h1/scripts/check_guardian_nodes_against_medm_screen.bsh to use the the more up-to-date guardian client command to get the nodes. All nodes are on the overview.

Comments related to this report
david.barker@LIGO.ORG - 11:59, Tuesday 24 January 2017 (33589)

TJ also restarted the DIAG_MAIN node, the free memory size for h1guardian0 went from 34.2GB to 43.5GB

thomas.shaffer@LIGO.ORG - 13:05, Tuesday 24 January 2017 (33590)

By Nutsinee's request, this not is not being monitored by the top-level IFO node yet. She wants to make sure it should behave as it should and that it won't kick us out of Observing. I updated the exclude list with this node.

nutsinee.kijbunchoo@LIGO.ORG - 16:16, Tuesday 24 January 2017 (33601)TCS

The code lives in /opt/rtcds/userapps/release/tcs/common/guardian and it's called TCS_RH_MON.py. This one code monitors all ring heater segments at all test masses.

H1 CAL (CAL)
evan.goetz@LIGO.ORG - posted 10:52, Tuesday 24 January 2017 (33575)
End Y Pcal calibration
Evan G., Travis S., Heather F.

Since our previous measurement of the EY Pcal PD calibration had excess noise and glitches associated with other electronics, we made another round of measurements to verify the calibration of the Pcal PDs (see LHO aLOG 33392).

This time, we made sure that no other electronics were plugged into our supply, which resulted in better measurements and more accurate calibration, see attached figures. The peak-to-peak variation on the working standard (WS) measurements is ~4x smaller.

We find that that the calibration of the PDs is consistent with measurements made at the start of O2 to <=0.8% (see attached PDF). This appears consistent with historical variations made over the past 1.5 years. As additional measurements of the Pcal PDs are made, we will better constrain the variation in these measurements.

Finally, note that in early November 2016, we transitioned to a new working standard, so there is an offset in calibration values attributed to a new working standard PD responsivity.
Images attached to this report
Non-image files attached to this report
H1 PSL
jason.oberling@LIGO.ORG - posted 10:22, Tuesday 24 January 2017 (33573)
PSL PMC Maintenance (WP 6444)

Remotely from the control room, I tweaked the beam alignment into the PMC; this was done with the ISS OFF.  The power transmitted by the PMC increased to ~66.3W, and the power reflected decreased to ~13.8W.  With the ISS back ON the PMC is transmitting ~63.3W and reflecting ~13.8W.

Also in the WP, the PSL ODC bit 12 (PMC Transmission Limit) was already set to 50W, so no change was made by me today.

While doing this, I reset the power watchdogs for the 35W FE laser and the HPO (FAMIS task 3634).

This closes LHO WP 6444.

LHO VE (VE)
gerardo.moreno@LIGO.ORG - posted 09:56, Tuesday 24 January 2017 - last comment - 14:00, Tuesday 31 January 2017(33571)
X2-8 Ion Pump Controller Modification

The controller unit was powered down and disconnected to change its output to 5.6 kV from 7.0 kV, did a re-configuration/calibration after via the front panel.

Cable was reconnected and the controller powered back up, attached is pressure trend of near volumes to X2-8 (2 hours).

Per WP#6447

Images attached to this report
Comments related to this report
chandra.romel@LIGO.ORG - 14:00, Tuesday 31 January 2017 (33775)

Pressures are holding fine with new settings on X2-8 and Y2-8 IPs.

Images attached to this comment
H1 General
edmond.merilh@LIGO.ORG - posted 09:45, Tuesday 24 January 2017 (33570)
H1 Lock Taken Down for Maintenance
17:40 Due to exemplary siesmic isolation efforts, work being done around HAM2 has failed to cause lockloss! So I've manually broken the lock to afford others the opportunity to work.
H1 TCS (TCS)
nutsinee.kijbunchoo@LIGO.ORG - posted 23:21, Monday 23 January 2017 - last comment - 10:45, Tuesday 24 January 2017(33557)
TCSY current jumped

Looks like the CO2Y laser lock point may be lost due to small jumps in the current that kicked the pzt out of its place.  This is the first time I've seen such behavior (for myself anyway). This TCS guardian node is currently tied to the intent bit and can potentially kick us out of observe.

Images attached to this report
Comments related to this report
betsy.weaver@LIGO.ORG - 10:07, Tuesday 24 January 2017 (33572)

Plotted again with the full story of transitioning data points, as well as with IFO range to see when the lock transitions happen, and the TCSY flow rate.  The laser power transits appropriately at lock loss and again at lock aquisition with a small spike in some TCSY channels.  It's the big transit of some of the channels at the beginning of the 2nd lock that is the weird.

Images attached to this comment
betsy.weaver@LIGO.ORG - 10:22, Tuesday 24 January 2017 (33574)

And here's a plot of the next 2 lock loss/acquisition events wrt TCSY.  This time all signals did what is expected, no TCSY laser mode transistions with subsequent servo corrections.

Images attached to this comment
aidan.brooks@LIGO.ORG - 10:45, Tuesday 24 January 2017 (33576)

I think the CO2 laser lock loss is due to the servo being set to an absolute DC value of power. When locking, the CO2 laser PZT scans its full range and we monitor the output power. We then chose a locking point based on an output power that is roughly half way between the minimum and maximum powers in a mode transition. When the loop is locked, the difference between the CO2 laser output power and the set point becomes the error signal for the PZT (with some gain, low pass filtering and integration).

This keeps the laser output power very stable but suffers from a problem that should the long term efficiency (over periods of days to weeks) of the laser changes (get better or worse), the mode-transition to power output power relationship may drift up or down. A mode hop will then approach the set point power. At some point, this becomes too close, the PZT voltage:output power relationship will become nonlinear and we'll lose lock.

Betsy and I think this is probably what happened here. This is backed up by the new locking point (laser power set point) being set a bit lower than previous. 

The attached plot shows the laser output power dropping in advance of the PZT voltage. In fact, you can see the laser go through a mode-hop before the PZT reaches zero volts.

This is a relatively uncommon but currently unavoidable event. My recommendation is that we next characterize how frequently this does occur.

Images attached to this comment
Displaying reports 50461-50480 of 83117.Go to page Start 2520 2521 2522 2523 2524 2525 2526 2527 2528 End