ligo-ex ligo-ds
  Richardson Lab Experimental Log, Page 4 of 10  Not logged in ELOG logo
New entries since:Wed Dec 31 16:00:00 1969
ID Date Author Type Categorydown Subject
  345   Wed Feb 28 17:49:18 2024 TylerUpdateTCSFROSTI Assembly - Days 2-3
[Aiden, Jon, Luis, Luke, Michael, Tyler]

FROSTI assembly was completed today. The RTD and power wires were terminated at the DB-25 connectors and the legs were put on. It is currently placed in front of the stand-in test mass (~5 cm away). The FLIR has also been moved back to it's nominal position. As of now, it appears there are some shorts within the power cabling. This will be a focus of tomorrow's work.

Quote:
[Jon, Tyler, Luis, Luke, Mohak, Cynthia, Michael, Aiden]

FROSTI assembly began today. After a final set of RGA scans were taken, the vacuum chamber was vented and the reflectors were removed. The chamber was then resealed and pumped down again. 

Today we completed the installation of the Macor hardware and heater elements between the two reflector halves. Tomorrow we will route, bundle, and terminate the power and sensor cables. 

 

  347   Wed Mar 6 09:57:52 2024 TylerUpdateTCSFROSTI Wiring

Upon finishing the FROSTI assembly last week, we ran into some electrical issues. An electrical short was found between two of the d-sub pins (2 and 8). It appears that the pins were somehow coming into contact with the aluminum surrounding them. This was causing the power supply to trip. The issue was seemingly fixed by adjusting the positioning of the cabling leading out of the reflector. When handling the device in the future, please make sure to keep the wiring as undisturbed as possible. The setup is rather fragile, and moving the cabling around could potentially reintroduce a short like this.

  442   Mon Sep 16 14:59:51 2024 TylerUpdateTCSFLIR RIN Update 09/16

Below is the dark noise spectrum of the Red Pitaya, which was measured over the course of a weekend. Additionally, I have successfully measured a signal from the photodetectors with the FROSTI as the IR source, so it seems there shouldn't be any worry of these particular detectors not being feasible for the RIN measurement.

  453   Wed Oct 2 12:20:43 2024 TylerUpdateTCSUpdated FROSTI Analysis 10/02/2024
Attached below are updates on current FROSTI prototype analysis.
  457   Wed Oct 9 13:52:31 2024 TylerUpdateTCSRIN Update 10/09/2024

I tried adjusting the gain settings on the photodetectors to check if this would help improve the RIN spectra measurements. Overall, it doesn't look like it does, and if anything, looks worse. I assume this is so because as the gain is lowered, the amount of detectable signal from the FROSTI becomes smaller and smaller.

  162   Tue Jul 18 14:13:46 2023 Sophia UpdateScripts/ProgramsUpdate on Laser Noise Data Collection and Analysis
We [Sophia and Tyler] have found a code which will partition our data and generate PSD's and CSD's automatically. We are now in the stage of writing this into a dynamic code, which so far has been fast-paced because of the framework we have built for it over the past few weeks. Something to note is that we have found, especially over long periods of time, the laser goes through periods of extreme noise and the signals often cross from where we set them at some point throughout our data collection. We have made the assumption that this is something to do with the laser itself, and not our setup or surrounding space because of both the times that these noise/intensity spikes took place and the duration of the spikes (1.5-2.5 hours). To try and correct for this, we have been "cutting" the noise, and just looking at sections which don't include these big fluctuations. An example of the "noise cut data" is shown in the graph titled "Signals Over Time 7-18-23 Noise Cut Data" and all of the PSD/CSD graphs have been made using only these "noise cut" regions.
  174   Thu Jul 27 11:28:36 2023 Sophia UpdateScripts/ProgramsUpdate on Laser Noise Data Collection and Analysis: Dynamic CSD and PSD Plots
This week I have successfully been able to implement our dynamic CSD and PSD plotting code, but along the way I encountered a few challenges which I will outline in this elog post. Challenges: 1. Once I was able to plot the data through time, I produced a graph of the raw data (shown below in the top to images) which showed pulsed data instead of a continuous stream. On Tuesday (26th of July) Tyler and I fixed this issue, realizing that calling the starting the trigger in the red pitaya was the issue. When I commented that line of code out, it immediately started plotting continuously. 2. When that issue was solved, We then started having problems with the automatically generated lines in the python program which would double back on each new iteration. I am still dealing with this issue, because the line likes to follow the progression of the data intake instead of through the plot. Currently, I am trying to plot the data as a scatter plot and then add the line as this might make it care only about the data's distribution instead of the order of the points in the list, but I am still unsure. I might try out np.sort (or some equivalent to sort the entire data set before plotting) as well.
  175   Thu Jul 27 14:11:42 2023 SophiaUpdateScripts/ProgramsUpdate on Laser Noise Data Collection and Analysis: Dynamic CSD and PSD Plots
Here's a screen recording of the dynamic raw data and PSD/CSD plots as they are now. Will begin working on implementing a code to generate the statistical estimator for the CSD uncertainty now. (Will talk to Tyler more about whether I can get the lines to happen or not)
  183   Mon Jul 31 19:27:30 2023 SophiaUpdateScripts/ProgramsUpdate on Laser Noise Data Collection and Analysis: Dynamic CSD and PSD Plots
An update on the CSD/PSD code: The code is now taking a dynamic average of the points, and that has significantly reduced the noise that we were reading and the issues I was having with the lines in the plots. The graph for the CSD is still putting up a fight though, and amassing many lines that do not appear when just scatter plotted. I plan to fix that tomorrow, alongside inserting my own generated signal into the data. I have plotted the coherence alongside these graphs (as shown in the first screen recording and in one of the images), and it is significantly less than 1-- starting at or below 10^(-1). As a note, I am unsure of why the raw data looks like this-- the laser goes through periods of extreme noise and I think this data was taken during one of them.
  186   Tue Aug 1 15:44:31 2023 SophiaUpdateScripts/ProgramsUpdate on Laser Noise Data Collection and Analysis: Dynamic CSD and PSD Plots
We have identified two problems facing the intensity noise calculations, which we are working to solve. The first of these problems, is that the red pitaya appears to be taking data approximately 4 times faster than we would expect from the decimation rate based on how quickly it runs. To see if this was affecting our data, we plugged the red pitaya into a function generator. We found that my code is able to identify the driving frequency, but consistently gives predictions that are roughly 7% greater than we expect. When we drive at 100 Hz, the plot says the peak is at 107 Hz, when driven at 400 Hz, we see between 422-427 Hz, etc. While this implies that the red pitaya is not taking data at a faster rate than we would expect (if it did we would anticipate a lower than expected frequency, by a factor of roughly 4), it does imply some intrinsic issue with either the red pitaya or with the code. To fix this, I am going to use my code on artificially generated signals and see if we still observe these issues.
  194   Mon Aug 7 15:36:18 2023 SophiaUpdateScripts/ProgramsUpdate on Laser Noise Data Collection and Analysis: Dynamic CSD and PSD Plots
Today I was able to fix the red pitaya's plotting problem, and get my code to recognize driving frequencies from the function generator to within a 0.5 Hz estimation. The sinusoidal plots I have included are from sending a 1 Hz signal into the red pitaya to see the signal in real time. This allowed me to see exactly where the system was messing up, and fix from the ground up. Once I had that working, I began to test sending in frequencies in the range that my PSD/CSD code could observe and I was able to identify each driving frequency within 0.5 Hz. My code was able to correctly identify a 500 Hz signal, while other analyzed frequencies in the observable range have fallen lower than the sent in frequency by a less than 0.5 Hz. I believe this issue comes from the strange speed that the red pitaya is still acquiring data, even with my fixing it to now observe a continuous signal.
  196   Tue Aug 8 16:47:11 2023 SophiaUpdateScripts/ProgramsUpdate on Dynamic CSD and PSD Plots
We have fixed our rapid plotting error, and realized that this has not been affecting our data intake! Below is a video of the code progressing, alongside grabbed images of the raw data. The data is now continuous, and performs as we expect. Next, I plan to add a widget which will dynamically show the peak values instead of them just being printed in the terminal after each iteration. (Ignore the red box-- it was from me struggling with a now fixed issue).
  206   Tue Aug 15 10:35:00 2023 SophiaUpdateScripts/ProgramsUpdate on Laser Noise Data Collection and Analysis: Dynamic CSD and PSD Plots
I have successfully added a button to my graphics, but it has posed a strange issue with the CSD and PSD values. When I plot my original code, I still see the pretty peaks that I was getting originally, while my new code (as shown in the video and in the last screenshot) is giving me more of a line. In my code that gives the peak values, the CSD values also tend to fluctuate in this new code as well (shown in the first screenshot), before returning to the real value. I think that there is a problem with the averaging and am hoping to solve this issue today with Tyler. This is good progress though!
  207   Tue Aug 15 13:32:37 2023 SophiaUpdateScripts/ProgramsUpdate on Laser Noise Data Collection and Analysis: Dynamic CSD and PSD Plots
I have now fixed all issues that I was having this morning, and have added text boxes which show the peak values of both PSD's and the CSD alongside the graphs. They also update continuously with the graph. This is shown in the top image. The laser was driven at 400Hz, and had 0.5V peak to peak voltage, both of which appear correctly in the below graphs. Now that the code is almost fully working (we will finish debugging the screenshot method later today), our plan tomorrow is to drive the laser and see how the code performs with it. The below graph is from us driving the function generator at 100Hz to test the range. Update: Bottom graph is new version of graphs with better distribution of both graphs.
  249   Mon Oct 30 11:03:56 2023 TylerUpdateScripts/Programs 

FLIR: After some adjustments, the plot generated from the FLIR measurements look much more symmetric (see attachment). There are more included grid points, which smooths out the curve as compared to last week.

Red Pitaya: It looks like a new OS update was released for the RP, which includes a new Python API (was previously only available in C). I'm going to try and update the one we have currently running in lab.

  317   Tue Feb 6 22:40:25 2024 MichaelUpdateScripts/ProgramsLong Crab 1 Design Created In Gtrace
Worked on and completed the python code for the simulation of the Long Crab 1 layout for Cosmic Explorer basing off of Pooyan's original work with the Crab 1 layout. From here I'll look into creating the shoelaces layouts.
  376   Fri Jun 14 13:32:13 2024 LiuUpdateScripts/ProgramsCOMSOL simulation on rectangular heater elements design

I have been looking at the feasibility of an alternative heater element design for FROSTI that replaces the original ring-like heater elements with n rectangular elements with straight edges. They form an n-sided regular polygon that could well approximate the original annular ring if n is large enough. This eliminates curved surfaces requirement for the heater elements, which was the source of the many month production delay for the prototype parts.

This design was implemented in COMSOL, shown in the attached. From the face on view, each element has a trapezoid shape with straight edges. The edges between neighboring elements are parallel, with a space of 2 mm in between them.

The ray tracing and thermal analysis obtained from COMSOL are shown in the attached pdf.

In particular, the 2D irradiance profiles were obtained from the ray tracing (so far from the front heating surfaces only). The 1D radial profiles were integrated and shown in the attached. The power delivery efficiency for the original ring-like heater element design is integrated to be roughly 65%, for comparison. The plot also shows the radial irradiance profiles for three different straight-edge designs, which correspond to 16 edges, 18 edges, and 24 edges. We see that with the straight-edge designs, the irradiance profiles stay in a good Gaussian shape. In addition, with a larger number of edges, the power efficiency increases, but is always less than the case for the optimized ring-like design.

The thermal distortions for the TM were also obtained from COMSOL, using the irradiance profiles at the TM HR. As shown in the attached, with the straight-edge design, the effects on the thermal lens OPD and the HR surface deformation are similar to the ring design, but with less severe edge roll-off for instance.

  380   Fri Jun 21 11:47:30 2024 LiuUpdateScripts/ProgramsCOMSOL simulation on alternative straightened heater elements design

In the previous post, we saw that for the heater element design with straight edges in replacement of the current eight-element ring-like design, it provides the similar Gaussian-like irradiance profiles, but with smaller power delivery efficiencies, as shown in the plot. This turned out to result in similar but less prominent thermal effects.

They only differ from the original baseline design by a source power rescaling, however, as shown in the plot, where we see the power-rescaled irradiance profiles for the straight edge designs are close to that for the ring design. The resulting temperature profiles and thermal distortions are shown in plot and plot. The thermal effects for the 16 straight-edge design with renormalized source power for instance are strikingly similar to that for the original ring design.

An alternative straightened heater element design has also been investigated with COMSOL FEA simulation. As shown in the attached, in this new design each heater element component is cut with multiple straight edges but remains connected, shown in the same colors (green and red). In the example, four straight edges are cut from each of the four heater components (4x4=16 edges in total). There is no spacing between the neighboring edges from the same element component, but the edges from different components are separated by 2mm, as can be seen in the attached. This new N-in-one straight edge design offers similar irradiance compared to that for the evenly-spaced N-sided regular polygon straight edge design with the same number of edges, as shown in the plot. It however has fewer heater components, four in this case, which makes it easier to implement in assembly and wiring, and less vulnerable to electrical and thermal shorts with their fewer heater element pins.

  387   Thu Jun 27 11:09:14 2024 LiuUpdateScripts/ProgramsStraight edge STEP files and ray loss analysis

Drawings and CAD models of the straight-edge designs are exported, and are visualized in SOLIDWORKS. Two are attached. One is a single edge of the evenly spaced polygon design with 16 edges, and the other is the 8x2 design, with two neighboring edges grouped together to replace the original single curved heater.

For the straight edge design in COMSOL, ray power detectors were placed at the heater's front surface. The irradiance is shown in figure. The amount of light rays deposited back to the heater is small when close to the center, where it is closer to the original ring. The ray power increases as we move further away from the center toward the edges. In addition, the total power integrated at the heater's front surfaces is about 21% of the original heater's emitted power. This could account for the power efficiency difference between the straight edge design and the ring design, as shown in plot for instance.

  447   Mon Sep 23 15:11:21 2024 TylerUpdateScripts/ProgramsEffective Emissivity Analysis and RIN Update

A quick update on the effective emissivity analysis for the CIT FROSTI testing:

I was able to (roughly) match the OPD data to a referenced COMSOL model, with an applied power of 12.6 W (as seen below). However, when changing the emissivity of the ETM in COMSOL, the dT profiles do not seem to change much. I am not sure as to why this is the case at the moment, and will continue to look further.

Additionally attached are the current RIN measurements of the FROSTI prototype. Shown is the PSDs of both channels, in reference to their individual backgrounds.

  134   Tue Jun 27 14:04:42 2023 Sophia A. UpdateMeasuring Noise in InterferometerInterferometer set up and connection to red pitaya
Today we (Sophia and Tyler) constructed the set-up for the electrical noise calculation that I will be conducting this summer. I have included images of the setup below. Our system is effectively a green laser, that feeds into a type of polarizer, then into a beam splitter which sends the laser light down two arms into detectors. We started by connecting the detectors to an oscilloscope to determine whether the signal will exceed 1V, as the red pitaya (our planned data collection device) cannot receive signals with a higher voltage than 1V. We spent most of our time calibrating the oscilloscope and fine-tuning the set-up so that we would have approximately equal voltages in each arm of the interferometer. Once confirming that the output voltage would not meet or exceed 1V, we switched from an oscilloscope to the red pitaya for our measurements. Now that the system is set up, we will be able to run code in the red pitaya interface that will run an FFT on the signal, and then do noise analysis from there.
  10   Wed Aug 17 16:04:30 2022 Phoebe ZylaSummaryLoreTesting the Cartridge Heater and Collecting FLIR Data

We have tested the heater to find emissivity, mounted the heater system to the optical table, and have taken irradiance maps of the heater projected onto the screen.

The heater's emissivity was determined by using a thermocouple in conjunction with the FLIR's temperature calibration. To attach the thermocouple to the heater initially, I used Kapton tape and ran both the wires of the heater and the thermocouple through the heater bridge. This allowed for the heater to rest on an optical post and be observed without anyone directly holding it, but there were some measurement issues. The thermocouple had a very wide range of temperatures it was reading, which may have been due to intermittent contact or a short between the two legs of the thermocouple. To solve this and make the temperature measurements more stable, we pried apart the two ends of the thermocouple (to ensure there was no short) and put tape on either side, leaving the end connection bare. This was then taped to the heater, and the thermocouple was much more stable. We also used a K-type thermocouple that has an adhesive tape on it already, which assisted with the intermittent contact as well. With the thermocouple measuring the temperature of the heater, we could point the FLIR directly at the heater and calibrate the emissivity until the FLIR and the thermocouple agreed. Cassidy's emissivity calculator was also used, as I could input a temperature and observe what the emissivity of an area was based on that temperature. We found the emissivity of the heater to be 0.57.

As a note, when observing the heater with the FLIR, it appeared that there was a hot spot in the center, where the Kapton tape sat. Because the Kapton has a different emissivity than the 304 stainless steel of the heater, the FLIR will read it as having a different temperature than it actually does. When using the FLIR in the future, be sure to ascertain whether there is a temperature difference somewhere or if there may be different emissivities.

Additionally, the first heater that I used was taken to a very high temperature and oxidized. The emissivity of this oxidized heater is not known, but could be good information for knowing how oxidation affects these heaters specifically.

To mount the heater system in front of the screen, I used 1/2'' optical posts and the mount I designed using COMSOL's CAD program. The heater was originally 2.5 inches away from the screen, and has since been moved back by an additional two inches so that we could observe the heater side of the screen with the FLIR. We wanted to see what temperature the heater side of the screen was when irradiated by the heater, and how that compared to the camera side of the screen. When the heater ran at 1.12 W of input power, the heater side of the screen had a max temperature of around 29.7 C, and the camera side of the screen read at about 29.5 C. This means that there is very little thermal loss between the two sides of the screen, and any insulation that the screen's adhesive may have is largely negligible. Additionally, the camera was placed at an angle and undetermined distance for these tests, confirming that the temperature measurements compensate well/don’t depend on changes in angle or distance between the camera and the screen. However, there was spots on the back of the screen that the camera was measuring as hot spots where there shouldn’t have been any. I have included an example below. It would be useful to run a test where the camera is directly on the back of the screen without the heater to characterize the screen and see if the hot spots are physically present on the screen or if this is an artifice of the camera because of something like angle of viewing.

Taking irradiance maps of the screen was straightforward. After checking that the emissivity of the screen is 0.99 by viewing it at room temperature, we monitored the max temperature while slowing increasing the wattage the heater was running at. There is not a large change until the heater is at around 95 C, at which point the screen began to rise in temperature from 27 C to 28 C. We took measurements of this while the heater was 2.5 and 4.5 inches away from the screen. The irradiance map has a very symmetrical and circular shape, but does not have the ring pattern that we expected. There may be a few reasons for this: there could be some conduction between the two sides of the screen that is causing the pattern to spread further, the heater setup may not be as ideal as it was modeled to be, or there could be a different, unknown issue.

TO DO:

- It would be useful to run a test of the camera in multiple different positions to ensure our conclusion that the camera’s measurements don’t depend on angle or distance (or that these factors are well accounted for in the current temperature calculations) is correct.

- Measure the back of the screen straight on to identify bright spots and possible reasons as to their appearance.

- Recalibrate camera to ensure it is still correct after testing in multiple positions.

- Take another irradiance map of the screen at a higher input power, as well as moving the heater close/further away to try and replicate the COMSOL irradiance maps. It would be useful to also redo the COMSOL modeling at lower powers and variable distances.

Pictures included of full table setup, the heater mount, the heater with Kapton tape attaching the thermocouple as well as FLIR's measured irradiance map.

  274   Tue Nov 21 14:47:24 2023 TylerUpdateLore1129 Workbench Assembly Update 1

[Tyler, Shane, Mohak, Cynthia, Luke, Michael, Luis]

Started assembly of the workbench equipment today. We completed the stools, and have constructed the frames of each workbench. All that needs to be added are the tabletops and the top shelves, which will be done on Monday.
  278   Mon Nov 27 14:22:30 2023 TylerUpdateLore1129 Assembly Update
[Tyler, Michael, Luke, Cynthia]

The tabletops have been attached to the workbench frames. Unfortunately, one of the tabletops came out of the box with a large scratch and small dent in the middle. One of the electric top shelves is ready to be attached to the undamaged table, but the other is yet to be opened. Assembly will be completed Wednesday morning.

  281   Thu Nov 30 13:50:32 2023 TylerUpdateLoreWorkbench Assembly Completed
[Tyler, Luke, Aiden]

The workbenches are now completely assembled and put into their final places. Additionally, the tool chest has been moved.

  321   Tue Feb 13 01:26:30 2024 PeterUpdateInterferometer SimulationsCARM Power Simulations
Cao's simulations of the circulating power and gouy phase through a single arm cavity of the interferometer have been reproduced. Images of the plots can be shown in the pdfs attached. There are approx. 400 lines in this code (scenario_3_carm) that produces these plots. This code also calls on a separate code source file (thermal_models) that defines many of the functions used in this main simulation. The thermal_models file consists of over 1000 lines. More work needs to be done to fully understand and document the scripts.
  322   Tue Feb 13 04:05:32 2024 MichaelUpdateInterferometer SimulationsShoelaces 1 Layout Simulated in GTrace
I've worked on and have completed a first simulation of Cosmic Explorer's Shoelaces 1 layout. This is based off of Pooyan's original work with Gtrace much like the Long Crab 1 layout I worked on last week. This layout will allow me to quickly created the alternate shoelaces layouts. I've included an image of the dxf, and a desmos model for reference.
  324   Tue Feb 13 12:26:23 2024 TylerUpdateInterferometer SimulationsBS Code Update

I reproduced Cao's CE beamsplitter code (see below for example plots). I received the current info on the beamsplitter parameters for A+ and A# from GariLynn also. The next steps are to perform a similar power loss analysis on the anticipated A# beamsplitter.

  326   Tue Feb 13 13:02:41 2024 PooyanUpdateInterferometer SimulationsCacity sacn of Fabry-Perot
Created a simple model of Fabry-Perot cavity in SIS, and did a cavity scan. Total power in the cavity, 00 mode, and HOMs is measured.
  334   Wed Feb 21 23:15:07 2024 MichaelUpdateInterferometer SimulationsLong Shoelaces 1 Layout Created in Gtrace and Fixed Ghosting in Beamsplitter
I have created the long shoelaces 1 layout for cosmic explorer using gtrace, a slight modification from the shoelaces 1 layout design. I also modified the simulation code slightly to remove ghosting effects in the beamsplitter. Originally the python code specified that the HR and AR sides of the beamsplitter both have the same transmission/reflection. I modified this to the ideal case of: Refl_AR = 0, Trans_AR = 1. I have attached two images below to show the before and after effect of this modification.
  342   Tue Feb 27 03:26:28 2024 MichaelUpdateInterferometer SimulationsReverse aLIGO Layout Created in Gtrace
I've created the simulation for reverse aLIGO layout in gtrace. Attached are the desmos model and the output dxf file. From here Pooyan and I plan to create a brief report of our progress to the CE optical design group.
  343   Tue Feb 27 09:06:29 2024 Cynthia UpdateInterferometer Simulationscavity scan with higher order input laser
I performed a few cavity scan with the inputing laser with a different mode (not pure 00). For each laser I included a graph for just plotting the order with highest power (for example 1st order laser input the first plot only scanned for 1st order in that cavity), and I have also included a graph scanning for order 1-10.
  357   Sun Apr 7 13:42:51 2024 MichaelUpdateInterferometer SimulationsUpdate on status of gtrace project
[Pooyan, Michael]

After meeting and discussing the current state of our work with Prof. Fulda a few weeks ago, we have decided that the best next step for the gtrace project is its integration into finesse work. Our first step towards this integration involved creating a sequential beam trace in contrast to the previous non sequential gtrace simulations. A sequential beam trace not only allows for faster runtimes of the simulation (<1 second) but also allows for more direct reading of certain beam parameters (beam size, gouy phase, and angle of incidence). The sequential model was created alongside a yaml output which provides values of parameters, now including the angle of incidence on a mirror.

Last Monday, Pooyan gave a report to the Cosmic Explorer optical design team on the current state of our project and the ultimate goal of our work. During the same meeting another group working in the optical design team presented their own work with gtrace and optical design, focusing more on optimization of parameters based on desired beam sizes at each mirror. It might be a good idea to begin attempting to bring our individual projects together to allow for collaboration and further developments.

Currently, only the crab1 layout has a sequential trace model. Pooyan is currently working on creating a finesse model for crab1 to serve as a proof of concept for how gtrace could be integrated with finesse by providing useful values such as angles of incidence.

  358   Mon Apr 8 14:43:29 2024 PooyanUpdateInterferometer SimulationsSIS update single and coupled cavities
[Pooyan, Cynthia]

Attached is a brief recap PDF file. A video file showing separate HOMs plots for the cavity scan with ETM08 surface map is also attached.

The codes are available at https://git.ligo.org/uc_riverside/hom-rh/-/tree/main/SIS

  359   Mon Apr 8 14:57:41 2024 Cynthia, PooyanUpdateInterferometer Simulationsperformed cavity scans for O4 O5, and coupled cavity
  361   Mon Apr 15 15:25:10 2024 CynthiaUpdateInterferometer Simulationsprogress on simulation so far
  363   Mon Apr 22 15:06:33 2024 Cynthia UpdateInterferometer Simulationscavity scan update
[Cynthia,Pooyan] Completed some simulations injecting 0-10th order modes. Some graphs will be used for the poster after some further titles, axis, and range adjustments.
  374   Mon Jun 3 14:59:44 2024 CynthiaUpdateInterferometer SimulationsCreated cavity scan with LG modes
  381   Mon Jun 24 14:28:51 2024 Cynthia UpdateInterferometer SimulationsSIS cavity with thermal effect
tried to run a cavity scan with thermal deformation and ring heater for ITM04 ETM08 (aLIGO mirrors). Not sure about the accuracy of the graph as there is some commands that still need to verified.
  391   Mon Jul 1 11:45:45 2024 SidUpdateInterferometer Simulations 
Progress update: Most of last week was spent getting set up with SIS, and learning how to do basic simulations. The goal for this week is to begin reproducing the methodology from T2000338. I have begun with studying perturbations to mirror curvature and position in a simple FP cavity, but thus far have been unable to get the same results.
  392   Mon Jul 1 15:19:42 2024 Cynthia UpdateInterferometer SimulationsO4 and O5 mirror cavity scans with thermal effect
  393   Fri Jul 5 13:17:44 2024 LiuUpdateInterferometer SimulationsFour-quadrant FROSTI-like RH for astigmatic thermal actuation for CE optics
In the CE corner layout design and down selection study, interferometer layouts with large incidence angles on some of the curved optics are being considered, such as the folding mirrors in the "long crab". This however generates astigmatic beams upon reflection and results in mode mismatches in coupled cavities that need to be mitigated. Astigmatic thermal actuation for the optics involved is thus essential. One way we are considering is to implement a FROSTI-like barrel RH that delivers different irradiance for the four quadrants. This post summarizes primitive results on the astigmatic thermal actuation for the HR surface by powering the heater elements from one diagonal differently compared to the other.

For this study, we looked at a simple case with an aLIGO-like test mass geometry (R=0.17m, H=0.2m) plus a barrel RH with 0.02m width at 0.03m from the AR surface with FEniCSx. The irradiance profiles are constant inside the width along the longitudinal direction, and zero outside the width. For the baseline non-astigmatic actuation with constant irradiance azimuthally. We have obtained roughly equal quadratic actuations along the x and y directions, as shown in figure. The total delivered power on the entire barrel is normalized to 1 W. The actuation on the curvature per power Delta S/Delta P in this non-astigmatic case thus is 0.835 uD/W.

For the astigmatic case however, the irradiance for the regions from one diagonal is increased by a given amount, compared to the non-astigmatic case, whereas for the other diagonal regions is decreased by the same amount (thus the total power is unchanged at 1 W). The HR deformation when the power is changed by 50%, for instance, is shown in picture, where the deformation along the x direction is larger than the y direction. The deformation in each direction however remains quadratic, with different curvature per powers for the x and y components, as shown in plot. The actuation on the curvature per power for an increasing amount of astigmatism is shown in plot. In terms of Zernike polynomials, the maximum amount of Z22 (astigmatism) for 1 W of total power is 2um while the remaining curvature content (Z20) is 6nm. This is shown in plot.

  394   Fri Jul 5 14:12:32 2024 LiuUpdateInterferometer SimulationsCE BS Mechanical Resonances
The butterfly and drumhead mechanical modes for the aLIGO BS were calculated in COMSOL. The resonant frequencies for the two acoustic modes are 2.45 kHz and 3.61 kHz, matching the results in reference for instance.

For a quick projection for the resonant frequencies going from aLIGO to CE, the height and width of the BS are increased assuming the mass is increased from 14 kg to 70 kg, while keeping the aspect ratio fixed. The resonant frequencies for the two mechanical modes as a result becomes smaller, to 1.43 kHz and 2.11 kHz respectively, risking getting in the detection band.

Next step is to implement a mechanical ring with high stiffness outside the BS barrel to combat the decrement of the resonant frequencies of the relevant mechanical modes.

  395   Fri Jul 5 14:23:13 2024 LiuUpdateInterferometer SimulationsEngineering drawings for straight edge heater element designs for FROSTI
Step files and engineering drawings for the straight edge heater element designs have been created in COMSOL and SolidWorks. They are available in the group Git Repo. With those, we will initiate a discussion with the ceramics supplier for an estimate of the feasibility and benefits of the straight edge element over the curved element in terms of manufacturing cost and time.
  397   Mon Jul 8 12:26:10 2024 MichaelUpdateInterferometer SimulationsMinimizing Astigmatic Effects in the SRC of LIGO
This is the first look and analysis of the effects of astigmatism in the aLIGO optical layout which can lead to mode mismatch and therefore increased losses into higher order modes. Specifically I am currently looking at measuring the effect of changing the radii of curvature of the SRC mirrors https://docs.google.com/presentation/d/1qhIehqyNukg4g8S2fqfQZz83yr9aB76tEa6fn2J-TrM/edit?usp=sharing
  404   Mon Jul 15 09:36:44 2024 LiuUpdateInterferometer SimulationsETM Profile Optimization for FROSTI

This is to optimize the FROSTI heating profile for ETM, by minimizing the residual RMSE of the HR surface deformation after the beam size weighted curvature is removed by the current RH. The parameters of the profile being explored are the location, width, and total power for the Gaussian Annulus. As shown in the attached series of plots, the optimal location is 9.9 cm, with a width of 7.7 cm, and a total FROSTI power of 12.7 W (for 1 W of Gaussian beam absorption). The residual RMSE is 1.2 nm. About 0.5% of the FROSTI power is lost at the edges of the TM.

For comparison, without FROSTI, the residual RMSE after the beam size weighted curvature removed by the current RH is 44.5 nm. When the width of the Annulus is set to be 3 cm however, the residual RMS is 3.1 nm, with much smaller FROSTI power needed at 4.7 W, and less power loss at 0.02%.

  406   Mon Jul 15 14:28:32 2024 PooyanUpdateInterferometer SimulationsaLIGO test mass surface profiles

Created a Google Slides presentation to summarize all the mirror surface map information that we use for simulating interferometers. 

A+ expected maps are based on correspondence with G. Billingsley. The estimate for the A+ ITMs will be to take the “as polished” data and add coating non-uniformity to it. (T2000398) Neither of these are scaled for the precise thickness of the Ti:Ge coatings.

Google Slides link: https://docs.google.com/presentation/d/1ge-ciAiEdNyyTvSShYdZz2JpACFRY2W3JDpxHRqMnOQ/edit?usp=sharing

 

 

 

  408   Mon Jul 15 15:44:52 2024 Cynthia UpdateInterferometer Simulationsperformed cavity scans with thermal effects and ring heater
  409   Mon Jul 15 15:52:40 2024 MichaelUpdateInterferometer SimulationsaLIGO locking with varying SRC mirrors and measuring mode mismatch
  413   Mon Jul 29 12:18:52 2024 LiuUpdateInterferometer SimulationsUpdate on FROSTI O5 ETM profile optimization
Update on FROSTI O5 ETM profile optimization is attached.
ELOG V3.1.3-7933898