Skip to content

Commit

Permalink
Merge pull request #38323 from mantidproject/new_container_pg3
Browse files Browse the repository at this point in the history
add in new container type for POWGEN
  • Loading branch information
KedoKudo authored Oct 30, 2024
2 parents e77dbfa + b7b837e commit 79f9548
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- New container type added in for POWGEN instrument and accordingly the :ref:`SNSPowderReduction <algm-SNSPowderReduction>` interface has been updated to accommodate this new container type.
21 changes: 21 additions & 0 deletions instrument/sampleenvironments/SNS/InAir.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,27 @@
<!-- TODO need dimensions for QuartzTube05 -->
<!-- TODO need dimensions for thin walled 3mm QuartzTube -->

<!-- Powder Cell for POWGEN AGES -->
<container id="PowderCell" material="quartz">
<geometry>
<hollow-cylinder id="cyla">
<centre-of-bottom-base x="0.0" y="-0.035" z="0.0"/>
<axis x="0.0" y="1" z="0" />
<inner-radius val="0.0049" />
<outer-radius val="0.005" />
<height val="0.07" />
</hollow-cylinder>
</geometry>
<samplegeometry>
<cylinder id="cyla">
<centre-of-bottom-base x="0.0" y="-0.035" z="0.0"/>
<axis x="0.0" y="1" z="0" />
<radius val="0.0049" />
<height val="0.07" />
</cylinder>
</samplegeometry>
</container>

<!-- 3mm quartz capillary -->
<container id="QuartzTube03" material="quartz">
<geometry>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1199,6 +1199,11 @@
<string>PAC10</string>
</property>
</item>
<item>
<property name="text">
<string>PowderCell</string>
</property>
</item>
</widget>
</item>
<item row="1" column="4">
Expand Down

0 comments on commit 79f9548

Please sign in to comment.