Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding LLNL optics #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions optics/LLNL.Wolter
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# R1 R2 R3 R4 R5 MANGLE MLENGTH MTHICK
# 1D 1D 1D 1D 1D 1D 1D 1D
# mm mm mm mm mm deg mm mm
63.01 60.73 60.71 60.65 53.83 0.579 225 0.21
65.61 63.24 63.22 63.15 56.05 0.603 225 0.21
68.31 65.84 65.82 65.75 58.35 0.628 225 0.21
71.11 68.54 68.51 68.44 60.74 0.654 225 0.21
74.01 71.34 71.32 71.24 63.23 0.68 225 0.21
77.03 74.25 74.22 74.14 65.8 0.708 225 0.21
80.16 77.26 77.24 77.15 68.47 0.737 225 0.21
83.41 80.39 80.36 80.28 71.24 0.767 225 0.21
86.78 83.64 83.61 83.52 74.12 0.798 225 0.21
90.27 87.01 86.98 86.89 77.11 0.83 225 0.21
93.9 90.51 90.48 90.38 80.22 0.863 225 0.21
97.67 94.14 94.11 94 83.43 0.898 225 0.21
101.6 97.91 97.88 97.77 86.78 0.933 225 0.21
105.6 101.8 101.8 101.7 90.25 0.97 225 0.21

34 changes: 34 additions & 0 deletions optics/llnlWolter.rml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<xml>
<globals>
<constant name="pi" value="3.1415927" />
</globals>

<TRestAxionTrueWolterOptics name="xmm" verboseLevel="warning" >
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here no "true" (because llnl is cone shaped) and "llnl" for the name

<parameter name="opticsFile" value="LLNL.Wolter" />

<parameter name="mirrorLength" value="150" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be the length of one mirror module (225mm or something?)


<TRestAxionOpticsMirror name="LLNL_bilayer">
<parameter name="mirrorType" value="Bilayer" />

<parameter name="layerThicknessTop" value="10.125" />
<parameter name="sigmaTop" value="0" />

<parameter name="layerBottom" value="Pt" />
<parameter name="layerThicknessBottom" value="12.3755" />
<parameter name="sigmaBottom" value="0.4" />

<parameter name="substrate" value="SiO2" />
</TRestAxionOpticsMirror>

<TRestSpiderMask name="spider" verboseLevel="warning">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to figure out how to make that into the 2 mm wide graphite spacers. they were in the center which is 90° from the y-axis (as it is on the x-axis) so I think putting the armsSeperationAngle at 90° (or 360°/4) would make sense. The width is here in degree but can probably also be put in mm somehow.

<parameter name="maskRadius" value="70cm"/>
<parameter name="offset" value="(0,0)cm"/>
<parameter name="rotationAngle" value="0"/>
<parameter name="armsWidth" value="2.29deg"/>
<parameter name="armsSeparationAngle" value="360./16degrees"/>
<parameter name="initialRadius" value="0cm"/>
</TRestSpiderMask>

</TRestAxionTrueWolterOptics>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No "true"

</xml>
14 changes: 14 additions & 0 deletions opticsMirror/mirrors.rml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,18 @@

<parameter name="substrate" value="Ni" />
</TRestAxionOpticsMirror>

<TRestAxionOpticsMirror name="LLNL_bilayer">
<parameter name="mirrorType" value="Bilayer" /> <!-- In reality it is multilayer, but this does not exist in REST. Here only the top bilayer is included -->

<parameter name="layerTop" value="C" />
<parameter name="layerThicknessTop" value="10.125" />
<parameter name="sigmaTop" value="1" />

<parameter name="layerBottom" value="Pt" />
<parameter name="layerThicknessBottom" value="12.3755" />
<parameter name="sigmaBottom" value="1" />

<parameter name="substrate" value="SiO2" />
</TRestAxionOpticsMirror>
</mirrors>