source: sasview/test/sansdataloader/test/write_test.xml @ eda8972

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since eda8972 was eda8972, checked in by Jeff Krzywon <jeffery.krzywon@…>, 10 years ago

I will finalize this on Monday.

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" ?>
2<SASroot version="1.0" xmlns="cansas1d/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="cansas1d/1.0 http://svn.smallangles.net/svn/canSAS/1dwg/trunk/cansas1d.xsd">
3        <SASentry>
4                <Title>
5                        Test title
6                </Title>
7                <Run name="run name">
8                        1234
9                </Run>
10                <SASdata>
11                        <Idata>
12                                <Q unit="1/A">
13                                        0.02
14                                </Q>
15                                <I unit="1/cm">
16                                        1000.0
17                                </I>
18                <Idev unit="1/cm">
19                    3.0
20                </Idev>
21                                <Qdev unit="1/A">
22                                        0.01
23                                </Qdev>
24                        </Idata>
25                        <Idata>
26                                <Q unit="1/A">
27                                        0.03
28                                </Q>
29                                <I unit="1/cm">
30                                        1001.0
31                                </I>
32                <Idev unit="1/cm">
33                    4.0
34                </Idev>
35                                <Qdev unit="1/A">
36                                        0.02
37                                </Qdev>
38                        </Idata>
39                </SASdata>
40                <SASsample name="my sample">
41                        <ID>
42                                SI600-new-long
43                        </ID>
44                        <thickness unit="mm">
45                                1.03
46                        </thickness>
47                        <transmission>
48                                0.327
49                        </transmission>
50                        <temperature unit="C">
51                                0.0
52                        </temperature>
53            <position>
54                <x unit="mm">
55                    10.0
56                </x>
57                <y unit="mm">
58                    0.0
59                </y>
60            </position>
61            <orientation>
62                <roll unit="degree">
63                    22.5
64                </roll>
65                <pitch unit="degree">
66                    0.02
67                </pitch>
68            </orientation>
69                        <details>
70                                http://chemtools.chem.soton.ac.uk/projects/blog/blogs.php/bit_id/2720
71                        </details>
72                        <details>
73                                Some text here
74                        </details>
75                </SASsample>
76                <SASinstrument>
77                        <name>
78                                canSAS instrument
79                        </name>
80                        <SASsource name="source name">
81                                <radiation>
82                                        neutron
83                                </radiation>
84                <beam_size name="bm">
85                    <x unit="mm">
86                        12.0
87                    </x>
88                    <y unit="mm">
89                        13.0
90                    </y>
91                </beam_size>
92                                <beam_shape>
93                                        disc
94                                </beam_shape>
95                                <wavelength unit="A">
96                                        6.0
97                                </wavelength>
98                                <wavelength_min unit="nm">
99                                        0.22
100                                </wavelength_min>
101                                <wavelength_max unit="nm">
102                                        1.0
103                                </wavelength_max>
104                                <wavelength_spread unit="percent">
105                                        14.3
106                                </wavelength_spread>
107                        </SASsource>
108                        <SAScollimation name="test coll name">
109                                <length unit="mm">
110                                        123.0
111                                </length>
112                                <aperture name="source" type="radius">
113                                        <size>
114                                                <x unit="mm">
115                                                        50.0
116                                                </x>
117                                        </size>
118                                        <distance unit="mm">
119                        11000
120                    </distance>
121                                </aperture>
122                                <aperture name="sample" type="radius">
123                                        <size name="size name">
124                                                <x unit="mm">
125                                                        1.0
126                                                </x>
127                                        </size>
128                                </aperture>
129                        </SAScollimation>
130                        <SASdetector>
131                                <name>
132                                        fictional hybrid
133                                </name>
134                                <SDD unit="mm">
135                                        4150
136                                </SDD>
137                                <offset>
138                                        <x unit="m">
139                                                0.001
140                                        </x>
141                                        <y unit="m">
142                                                0.002
143                                        </y>
144                                </offset>
145                <orientation>
146                    <roll unit="degree">
147                        1.0
148                    </roll>
149                    <pitch unit="degree">
150                        0.0
151                    </pitch>
152                    <yaw unit="degree">
153                        0.0
154                    </yaw>
155                </orientation>
156                                <beam_center>
157                                        <x unit="mm">
158                                                322.64
159                                        </x>
160                                        <y unit="mm">
161                                                327.68
162                                        </y>
163                                </beam_center>
164                                <pixel_size>
165                                        <x unit="mm">
166                                                5.0
167                                        </x>
168                                        <y unit="mm">
169                                                5.0
170                                        </y>
171                                </pixel_size>
172                        </SASdetector>
173                </SASinstrument>
174                <SASprocess>
175                        <name>
176                                spol
177                        </name>
178                        <date>
179                                04-Sep-2007 18:35:02
180                        </date>
181                        <description>
182                               
183                        </description>
184                        <term name="radialstep" unit="mm">
185                                10.000
186                        </term>
187                        <term name="sector_width" unit="degree">
188                                180.0
189                        </term>
190                        <term name="sector_orient" unit="degree">
191                                0.0
192                        </term>
193                        <term name="MASK_file">
194                                USER:MASK.COM
195                        </term>
196                        <SASprocessnote>
197                                AvA1 0.0000E+00 AsA2 1.0000E+00 XvA3 1.0526E+03 XsA4
198                                5.2200E-02 XfA5 0.0000E+00
199                        </SASprocessnote>
200                        <SASprocessnote>
201                                S... 13597 0 2.26E+02 2A 5mM 0%D2O Sbak 13594 0 1.13E+02
202                                H2O Buffer
203                        </SASprocessnote>
204                        <SASprocessnote>
205                                V... 13552 3 1.00E+00 H2O5m
206                        </SASprocessnote>
207                </SASprocess>
208                <SASprocess>
209                        <name>
210                                NCNR-IGOR
211                        </name>
212                        <date>
213                                03-SEP-2006 11:42:47
214                        </date>
215                        <description>
216                               
217                        </description>
218                        <term name="average_type">
219                                Circular
220                        </term>
221                        <term name="SAM_file">
222                                SEP06064.SA3_AJJ_L205
223                        </term>
224                        <term name="BKD_file">
225                                SEP06064.SA3_AJJ_L205
226                        </term>
227                        <term name="EMP_file">
228                                SEP06064.SA3_AJJ_L205
229                        </term>
230                        <term name="DIV_file">
231                                SEP06064.SA3_AJJ_L205
232                        </term>
233                        <term name="MASK_file">
234                                SEP06064.SA3_AJJ_L205
235                        </term>
236                        <term name="ABS:TSTAND">
237                                1
238                        </term>
239                        <term name="ABS:DSTAND" unit="mm">
240                                1
241                        </term>
242                        <term name="ABS:IZERO">
243                                230.09
244                        </term>
245                        <term name="ABS:XSECT" unit="mm">
246                                1
247                        </term>
248                        <SASProcessnote />
249                </SASprocess>
250                <SASnote />
251        </SASentry>
252</SASroot>
Note: See TracBrowser for help on using the repository browser.