NXcollimator
From NeXus
Contents |
XML Meta-DTD Definition for NXcollimator.xml
This follows the XML Meta-DTD Definition format and can be downloaded from http://svn.nexusformat.org/definitions/tags/PRE_NXDL/base_classes/NXcollimator.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
URL: http://www.nexus.anl.gov/classes/xml/NXcollimator.xml
Editor: NIAC
$Id: NXcollimator.xml 4 2005-07-19 04:10:26Z rio $
Template of a beamline collimator.
-->
<NXcollimator name="{Name of collimator}">
<NXgeometry name="">
{position, shape and size}?
</NXgeometry>
<type type="NX_CHAR">
"Soller"|"radial"|"oscillating"|"honeycomb"?
</type>
<soller_angle type="NX_FLOAT" units="minutes">
{Angular divergence of Soller collimator}?
</soller_angle>
<divergence_x type="NX_FLOAT">
{divergence of collimator in local x direction}?
</divergence_x>
<divergence_y type="NX_FLOAT">
{divergence of collimator in local y direction}?
</divergence_y>
<frequency type="NX_FLOAT">
{Frequency of oscillating collimator}?
</frequency>
<NXlog name="frequency">
{Log of frequency}?
</NXlog>
<blade_thickness type="NX_FLOAT">
{}
</blade_thickness>
<blade_spacing type="NX_FLOAT">
{}
</blade_spacing>
<absorbing_material type="NX_CHAR">
{}
</absorbing_material>
<transmitting_material type="NX_CHAR">
{}
</transmitting_material>
</NXcollimator>
Tabular Representation of XML Meta-DTD
(automatically generated from http://svn.nexusformat.org/definitions/tags/PRE_NXDL/base_classes/NXcollimator.xml)
-
NXcollimator
Name Type Description Attributes NXgeometry position, shape and size type NX_CHAR soller_angle NX_FLOAT Angular divergence of Soller collimator units="minutes"
divergence_x NX_FLOAT divergence of collimator in local x direction divergence_y NX_FLOAT divergence of collimator in local y direction frequency NX_FLOAT Frequency of oscillating collimator frequency NXlog Log of frequency blade_thickness NX_FLOAT blade_spacing NX_FLOAT absorbing_material NX_CHAR transmitting_material NX_CHAR

