1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
|
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="example.xsl" ?>
<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"
>
<SASentry>
<Title>Test title</Title>
<Run name='run name'>1234</Run>
<SASdata>
<Idata>
<Q unit="1/A">0.02</Q>
<I unit="1/cm">1000</I>
<Idev unit="1/cm">3</Idev>
<Qdev unit="1/A">0.01</Qdev>
<Qmean unit="1/A"><!-- Qmean is optional --></Qmean>
<Shadowfactor><!-- Shadowfactor is optional --></Shadowfactor>
</Idata>
<Idata>
<Q unit="1/A">0.03</Q>
<I unit="1/cm">1001</I>
<Idev unit="1/cm">4</Idev>
<Qdev unit="1/A">0.02</Qdev>
<Qmean unit="1/A"><!-- Qmean is optional --></Qmean>
<Shadowfactor><!-- Shadowfactor is optional --></Shadowfactor>
</Idata>
</SASdata>
<SASsample name='my sample'>
<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>
<details>
Some text here
</details>
</SASsample>
<SASinstrument>
<name>canSAS instrument</name>
<SASsource name="source name">
<radiation>neutron</radiation>
<beam_size name='bm'>
<x unit="mm">12.00</x>
<y unit="mm">13.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 name="test coll name">
<length unit='mm'> 123.0</length>
<aperture name="source" type="radius">
<size>
<x unit="mm">50</x>
</size>
<distance unit="m">11.000<!-- was: distance_coll --></distance>
</aperture>
<aperture name="sample" type="radius">
<size name='size name'>
<x unit="mm">1</x>
</size>
</aperture>
</SAScollimation>
<SASdetector>
<name>fictional hybrid</name>
<SDD unit="m">
<!-- sample-to-detector distance -->
4.150
</SDD>
<offset>
<x unit="mm">1</x>
<y unit="mm">2</y>
</offset>
<orientation>
<roll unit="degree">1.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>No Information</SASprocessnote>
</SASprocess>
<SASnote />
</SASentry>
</SASroot>
|