Differences between revisions 349 and 416 (spanning 67 versions)
Revision 349 as of 2018-11-24 12:30:31
Size: 2324
Editor: MarkBarton
Comment:
Revision 416 as of 2019-05-17 10:26:13
Size: 2809
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 6: Line 5:
==== Report for week of 11/12 ====
 * BS
  * Kozu-kun noticed the BS OL was out of range, and Fabian and Fujii-kun investigated. It turns out that the temperature has risen by over 2°C, so all the GAS filters have sagged and several stages are touching. Miyoki-san and Furuta-san are looking at what can be done.
 * SRM
  * We did the vertical height survey and found that as with SR2 and SR3, the chain is longer than the CAD, this time by ≈7 mm, and again mostly between the SF and BF.
  * The final SRM small glass mirror became available, so we had Hirose-san ship it to us so we can install it while the suspension is still on the assembly frame. Hirata-san ordered shims to make up the new recommended thickness of 1.4 mm and a micrometer to check the combination, which should arrive on Monday 11/26.
 * SR2
  *
 
==== To-Do Lists, Schedule ====
 * [[KAGRA/Subgroups/VIS/TypeB/ToDoBS]]
 * [[KAGRA/Subgroups/VIS/TypeB/ToDoSR]]
 * [[https://gwdoc.icrr.u-tokyo.ac.jp/cgi-bin/private/DocDB/ShowDocument?docid=7779|JGW-L1807779 Type B Schedule (SR)]]
==== Report for the week of 5/13 ====
Report on the simulation by Fabian:
Line 20: Line 8:
==== Plan for week of 11/19 ====
 * Friday 11/23 is Labor Thanksgiving Day.
 * Mark, Enzo and Fabian at Kamioka Mon-Thu.
 * Hirata-san at Kamioka Tue-Thu (Mitaka on Mon for Engineering Promotion Office meeting).
===== SRM =====
 * Go/no-go test of all electronics items, especially SF/... section.
 * Finish vertical height check and adjust SF trim mass as required.
 * Unlock IP and center roughly.
 * Check/adjust alignment of SS.
 * Calibrate IP LVDTs.
 * Add arc weights and geophones.
 * Improve centering/tuning of IP and SS alignment.
 * Disconnect cables at feedthroughs, lock suspension.
 * Crane into tank.
===== SR2 =====
 * Assist MIF team with pico cables and LBB breadboard ballast.
 * Install SR2 OL pillar and shelf (with AOL supervision)?
 * Modified Takanori's Simulink/Matlab simulation in order to include the length sensing oplev and its control feedback path.
 * Imported Enzo's IM/GAS/IP-LVDT filters into the simulation.
 * Imported into the simulation the measured LVDT floor noise (sensitivities) and
 * Calculated the IP-L, IP-T and IP-Y sensitivities.
Line 38: Line 13:
==== Plan for week of 11/26 ====
 * Move SRM in-air cables over to tank.
 * Remove First Contact.
 * Unlock and align SRM.
 * Hook and roughly ballast LBB.
==== Report for Golden Week ====
 * Mark monitored vent and pumpdown, and worked on vistools.py.
Line 44: Line 16:
==== Plan for week of 12/3 ====
 * f2f Meeting at NAOJ - no Kamioka work.
==== Report for the week of 5/6 ====
 * Lucia and Terrence got the blending working for the IP LVDTs and geophones.
 * Terrence and Mark modified the models and MEDM screens to add a new IP block, IDAMP, for damping using the blended signal with inertial information, and a new DAMPMODE block for ramping smoothly between IDAMP and the old DAMP.
 * Mark worked on vistools.py, improving the support for cdsMuxMatrix blocks (e.g., OSEM2EUL) and adding support for cdsRampMuxMatrix blocks (e.g., the newly introduced DAMPMODE). He also created two sets of unit tests, unittest.py and unittest.sh, for the two modes of use (as a Python module in other Python programs, and as a command-line utility in bash).
Line 47: Line 21:
==== Vacation/Event Info ====
 * Hirata-san at Mitaka, Mon 11/19 (Engineering Promotion Office meeting).
==== Report for week of 5/13 ====
 * Terrence and Mark looked at the velocity and angular velocity noise of the SR2 as reported by the LEN OL. The Y signal was fairly clean and the Y RMS angular velocity requirement was met. However the L signal was quite noisy, and was also contaminating the P signal due to the large cross terms in the diagonalization matrix. The RMS L from 5 Hz down with damping on was around 10 µm/s, which is 10 times the requirement. However little of this was due to pendulum resonances - most of the noise was featureless and broadband. In displacement units the noise was flat up to about 1 Hz and then smoothly rolled off to f^-2. The noise in the raw P and Y signals (not yet divided by the sum) was about 10 times the noise in the SUM
 * We tried improving the noise with different whitening settings. Increasing the overall gain, increasing it at the QPD but reducing it at the whitening filter, and switching off the 1-10Hz boost whitening filter (and compensating software filter) had no effect. Blocking the beam reduced the noise by about 2 orders and brought the raw P and Y in line with the SUM, suggesting that the problem was before the QPD.
 * Mark swapped in an improved version of `vistools.py`, debugged a few small issues, and simplified the `TYPEB.py` Guardian.

==== Vacation/Travel Info ====
 * Terrence's next visit from 4/18 to 7/27.
 * Mark's US vacation from 5/22 to 6/11.
 * Mark's final day 6/28.

Scraps of text for incorporation in the VIS Meeting Minutes

KAGRA/Subgroups/VIS/MeetingNAOJ

Type B (Mark)

Report for the week of 5/13

Report on the simulation by Fabian:

  • Modified Takanori's Simulink/Matlab simulation in order to include the length sensing oplev and its control feedback path.
  • Imported Enzo's IM/GAS/IP-LVDT filters into the simulation.
  • Imported into the simulation the measured LVDT floor noise (sensitivities) and
  • Calculated the IP-L, IP-T and IP-Y sensitivities.

Report for Golden Week

  • Mark monitored vent and pumpdown, and worked on vistools.py.

Report for the week of 5/6

  • Lucia and Terrence got the blending working for the IP LVDTs and geophones.
  • Terrence and Mark modified the models and MEDM screens to add a new IP block, IDAMP, for damping using the blended signal with inertial information, and a new DAMPMODE block for ramping smoothly between IDAMP and the old DAMP.
  • Mark worked on vistools.py, improving the support for cdsMuxMatrix blocks (e.g., OSEM2EUL) and adding support for cdsRampMuxMatrix blocks (e.g., the newly introduced DAMPMODE). He also created two sets of unit tests, unittest.py and unittest.sh, for the two modes of use (as a Python module in other Python programs, and as a command-line utility in bash).

Report for week of 5/13

  • Terrence and Mark looked at the velocity and angular velocity noise of the SR2 as reported by the LEN OL. The Y signal was fairly clean and the Y RMS angular velocity requirement was met. However the L signal was quite noisy, and was also contaminating the P signal due to the large cross terms in the diagonalization matrix. The RMS L from 5 Hz down with damping on was around 10 µm/s, which is 10 times the requirement. However little of this was due to pendulum resonances - most of the noise was featureless and broadband. In displacement units the noise was flat up to about 1 Hz and then smoothly rolled off to f^-2. The noise in the raw P and Y signals (not yet divided by the sum) was about 10 times the noise in the SUM
  • We tried improving the noise with different whitening settings. Increasing the overall gain, increasing it at the QPD but reducing it at the whitening filter, and switching off the 1-10Hz boost whitening filter (and compensating software filter) had no effect. Blocking the beam reduced the noise by about 2 orders and brought the raw P and Y in line with the SUM, suggesting that the problem was before the QPD.
  • Mark swapped in an improved version of vistools.py, debugged a few small issues, and simplified the TYPEB.py Guardian.

Vacation/Travel Info

  • Terrence's next visit from 4/18 to 7/27.
  • Mark's US vacation from 5/22 to 6/11.
  • Mark's final day 6/28.

KAGRA/Subgroups/VIS/TypeB/Minutes (last edited 2022-10-28 10:02:46 by fabian.arellano)