40m
QIL
Cryo_Lab
CTN
SUS_Lab
TCS_Lab
OMC_Lab
CRIME_Lab
FEA
ENG_Labs
OptContFac
Mariner
WBEEShop
|
Mariner elog |
Not logged in |
 |
|
Message ID: 14
Entry time: Fri May 7 17:50:31 2021
|
Author: |
Nina Vaidya & Shruti Maliakal |
Type: |
General |
Category: |
Design specs |
Subject: |
Arm Cavity Design 2021 update |
|
|
Here are the final slides with all the results on the Arm Cavity Design, please review.
For RoC of 56.2 +/- 1% things are working well. Tolerance of 0.5% will be better however, 1% is still working; as long as we do not want any peaks ~50kHz away.
For length, 38+0.5% = 38.19 (with RoC 56.2) not ideal, peak is close (48.8kHz) but maybe ok? @Rana thoughts? and 38-0.5% = 37.81 (with RoC 56.2) works well.
To summarise the design:
RoC = 56.2 +/- 1%
L = 38 +/- 0.5% |
|
|
|
{
"cells": [
{
"cell_type": "code",
"execution_count": 376,
"metadata": {},
"outputs": [],
"source": [
"from pykat import finesse\n",
"from pykat.commands import *\n",
... 617 more lines ...
|
|
import numpy as np
import scipy.constants as scc
import matplotlib as mpl, matplotlib.pyplot as plt
from matplotlib import cm
plt.rcParams.update({'text.usetex': False,
'lines.linewidth': 2,
'font.family': 'serif',
'font.serif': 'Georgia',
'font.size': 22,
... 132 more lines ...
|