1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <?xml-stylesheet type =" text/xsl" href =" nxdlformat.xsl" ?>
3+ <!--
4+ # NeXus - Neutron and X-ray Common Data Format
5+ #
6+ # Copyright (C) 2008-2024 NeXus International Advisory Committee (NIAC)
7+ #
8+ # This library is free software; you can redistribute it and/or
9+ # modify it under the terms of the GNU Lesser General Public
10+ # License as published by the Free Software Foundation; either
11+ # version 3 of the License, or (at your option) any later version.
12+ #
13+ # This library is distributed in the hope that it will be useful,
14+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
15+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16+ # Lesser General Public License for more details.
17+ #
18+ # You should have received a copy of the GNU Lesser General Public
19+ # License along with this library; if not, write to the Free Software
20+ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21+ #
22+ # For further information, see http://www.nexusformat.org
23+ -->
24+ <definition category =" base" extends =" NXdetector" name =" NXelectron_detector"
25+ type =" group"
26+ xsi : schemaLocation =" http://definition.nexusformat.org/nxdl/3.1 ../nxdl.xsd"
27+ xmlns =" http://definition.nexusformat.org/nxdl/3.1"
28+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
29+ xmlns : xs =" http://www.w3.org/2001/XMLSchema"
30+ xmlns : ns =" http://definition.nexusformat.org/nxdl/@NXDL_RELEASE@"
31+ >
32+ <doc >
33+ A subclass of NXdetector for detectors that detect electrons.
34+ </doc >
35+ <field name =" amplifier_type" type =" NX_CHAR" >
36+ <doc >
37+ Type of electron amplifier, MCP, channeltron, etc.
38+ </doc >
39+ </field >
40+ <field name =" detector_type" type =" NX_CHAR" >
41+ <doc >
42+ Description of the electron detector type, DLD, Phosphor+CCD, CMOS.
43+ </doc >
44+ </field >
45+ <field name =" detector_voltage" type =" NX_FLOAT" units =" NX_VOLTAGE" >
46+ <doc >
47+ Voltage applied to the electron detector.
48+ </doc >
49+ </field >
50+ <field name =" amplifier_voltage" type =" NX_FLOAT" units =" NX_VOLTAGE" >
51+ <doc >
52+ Voltage applied to the amplifier.
53+ </doc >
54+ </field >
55+ <field name =" amplifier_bias" type =" NX_FLOAT" units =" NX_VOLTAGE" >
56+ <doc >
57+ The low voltage of the amplifier might not be the ground.
58+ </doc >
59+ </field >
60+ </definition >
0 commit comments