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

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 5777106 was 5777106, checked in by Mathieu Doucet <doucetm@…>, 11 years ago

Moving things around. Will definitely not build.

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