-
Notifications
You must be signed in to change notification settings - Fork 3
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
cmargalejo
wants to merge
2
commits into
master
Choose a base branch
from
cris_LLNL
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<xml> | ||
<globals> | ||
<constant name="pi" value="3.1415927" /> | ||
</globals> | ||
|
||
<TRestAxionWolterOptics name="xmm" verboseLevel="warning" > | ||
<parameter name="opticsFile" value="LLNL.Wolter" /> | ||
|
||
<parameter name="mirrorLength" value="225" /> | ||
|
||
<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"> | ||
<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> | ||
|
||
</TRestAxionWolterOptics> | ||
</xml> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.