cansas1d.xml: Difference between revisions

From canSAS
(change revision from 0.1a to 1.0)
Line 9: Line 9:
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.smallangles.net/cansas1d cansas1d.xsd"
xsi:schemaLocation="http://www.smallangles.net/cansas1d cansas1d.xsd"
version="0.1a">
version="1.0">
<SASentry>
<SASentry>
<Title></Title>
<Title></Title>

Revision as of 21:43, 2 January 2008

XML template: cansas1d.xml

--Jemian 16:31, 2 January 2008 (EST)
(cansas1d.xml has been validated against cansas1d.xsd)

<?xml version="1.0"?>
<SASroot xmlns="http://www.smallangles.net/cansas1d"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.smallangles.net/cansas1d cansas1d.xsd"
	version="1.0">
	<SASentry>
		<Title></Title>
		<Run></Run>
		<SASdata>
			<Idata>
				<Q unit="1/A">0.02</Q>
				<I unit="1/cm">1000</I>
				<Qdev unit="1/A">0.01</Qdev>
				<Idev unit="1/cm">3</Idev>
				<Qfwhm unit="1/A"><!-- Qfwhm is optional --></Qfwhm>
				<Qmean unit="1/A"><!-- Qmean is optional --></Qmean>
				<Shadowfactor><!-- Shadowfactor is optional --></Shadowfactor>
			</Idata>
		</SASdata>
		<SASsample>
			<ID>SI600-new-long</ID>
			<thickness unit="mm">1.03</thickness>
			<transmission>0.327</transmission>
			<temperature unit="C">0.0000</temperature>
			<position>
				<x unit="mm">10.00</x>
				<y unit="mm">0.00</y>
			</position>
			<orientation>
				<roll unit="degree">22.5<!-- was: sample_orientation --></roll>
				<pitch unit="degree">0.020<!-- was: sample_offset_angle --></pitch>
			</orientation>
			<details>
				<!-- was: sample_prep -->
				http://chemtools.chem.soton.ac.uk/projects/blog/blogs.php/bit_id/2720
			</details>
		</SASsample>
		<SASinstrument>
			<name>canSAS instrument</name>
			<SASsource>
				<radiation>neutron</radiation>
				<beam_size>
					<x unit="mm">12.00</x>
					<y unit="mm">12.00</y>
				</beam_size>
				<beam_shape>disc</beam_shape>
				<wavelength unit="A">6.00</wavelength>
				<wavelength_min unit="nm">0.22</wavelength_min>
				<wavelength_max unit="nm">1.00</wavelength_max>
				<wavelength_spread unit="percent">
					14.3
				</wavelength_spread>
			</SASsource>
			<SAScollimation>
				<distance unit="m">11.000<!-- was: distance_coll --></distance>
				<aperture name="source" type="radius">
					<size>
						<x unit="mm">50</x>
					</size>
				</aperture>
				<aperture name="sample" type="radius">
					<size>
						<x unit="mm">0</x>
					</size>
				</aperture>
			</SAScollimation>
			<SASdetector>
				<name>fictional hybrid</name>
				<SDD unit="m">
					<!-- sample-to-detector distance -->
					4.150
				</SDD>
				<orientation>
					<roll unit="degree">0.00</roll>
					<pitch unit="degree">0.00</pitch>
					<yaw unit="degree">0.00</yaw>
				</orientation>
				<beam_center>
					<x unit="mm">322.64</x>
					<y unit="mm">327.68</y>
				</beam_center>
				<pixel_size>
					<x unit="mm">5.00</x>
					<y unit="mm">5.00</y>
				</pixel_size>
			</SASdetector>
		</SASinstrument>
		<SASprocess>
			<name>spol</name>
			<date>04-Sep-2007 18:35:02</date>
			<term name="radialstep" unit="mm">10.000</term>
			<term name="sector_width" unit="degree">180.0</term>
			<term name="sector_orient" unit="degree">0.0</term>
			<term name="MASK_file">USER:MASK.COM</term>
			<SASprocessnote>
				AvA1 0.0000E+00 AsA2 1.0000E+00 XvA3 1.0526E+03 XsA4
				5.2200E-02 XfA5 0.0000E+00
			</SASprocessnote>
			<SASprocessnote>
				S... 13597 0 2.26E+02 2A 5mM 0%D2O Sbak 13594 0 1.13E+02
				H2O Buffer
			</SASprocessnote>
			<SASprocessnote>V... 13552 3 1.00E+00 H2O5m</SASprocessnote>
		</SASprocess>
		<SASprocess>
			<name>NCNR-IGOR</name>
			<date>03-SEP-2006 11:42:47</date>
			<description />
			<term name="average_type">Circular</term>
			<term name="SAM_file">SEP06064.SA3_AJJ_L205</term>
			<term name="BKD_file">SEP06064.SA3_AJJ_L205</term>
			<term name="EMP_file">SEP06064.SA3_AJJ_L205</term>
			<term name="DIV_file">SEP06064.SA3_AJJ_L205</term>
			<term name="MASK_file">SEP06064.SA3_AJJ_L205</term>
			<term name="ABS:TSTAND">1</term>
			<term name="ABS:DSTAND" unit="mm">1</term>
			<term name="ABS:IZERO">230.09</term>
			<term name="ABS:XSECT" unit="mm">1</term>
			<SASprocessnote/>
		</SASprocess>
		<SASnote />
	</SASentry>
</SASroot>