cansas1d documentation: Difference between revisions

From canSAS
No edit summary
(point at tagged version)
 
(104 intermediate revisions by 6 users not shown)
Line 1: Line 1:
==Disclaimer==
This manual has been superseded (replaced) by a PDF:


This description is meant to inform the community how to layout
http://svn.smallangles.net/trac/canSAS/browser/1dwg/tags/v1.0/doc/cansas-1d-1_0-manual.pdf?format=raw
the information within the XML files.  However, should the
information in this document and the [[cansas1d_xsd | canSAS 1D SAS XML Schema]]
differ, the XML Schema will be deemed to have the most correct description
of the standard.
 
==General Layout of the XML Data==
 
*SASroot
**SASentry
***Title
***Run
***SASdata
***SASsample
***SASinstrument
***SASprocess
***SASprocess
***SASprocess...
***SASnote
***SASnote
***SASnote...
**SASentry
**SASentry
**SASentry ...
 
==Definition of terms==
 
Should this list be
* in the required order of the XML tags?
* in alphabetical order?
 
<!-- width="100%" border = "1"
! width="50%" | inconsistent
! width="50%" | consistent
-->
 
{|  border="1" style="border:1px solid navy; border-collapse: collapse"
|-
| term
| qty
| description
|-
| <tt>aperture</tt>
|
|
|-
| <tt>beam_center</tt>
|
|
|-
| <tt>beam_size</tt>
|
|
|-
| <tt>beam_shape</tt>
|
|
|-
| <tt>date</tt>
|
|
|-
| <tt>description</tt>
|
|
|-
| <tt>details</tt>
|
|
|-
| <tt>distance</tt>
|
|
|-
| <tt>I</tt>
|
|
|-
| <tt>Idev</tt>
|
|
|-
| <tt>ID</tt>
|
|
|-
| <tt>Idata</tt>
|
|
|-
| <tt>name</tt>
|
|
|-
| <tt>offset</tt>
|
|
|-
| <tt>pitch</tt>
|
|
|-
| <tt>pixel_size</tt>
|
|
|-
| <tt>Q</tt>
|
|
|-
| <tt>Qdev</tt>
|
|
|-
| <tt>Qfwhm</tt>
|
|
|-
| <tt>Qmean</tt>
|
|
|-
| <tt>radiation</tt>
|
|
|-
| <tt>roll</tt>
|
|
|-
| <tt>rotation</tt>
|
|
|-
| <tt>Run</tt>
|
|
|-
| <tt>SAScollimation</tt>
|
|
|-
| <tt>SASdetector</tt>
|
|
|-
| <tt>SASentry</tt>
| 1..inf
| describes a single 1-D SAS data scan.  <br> Time-resolved experiments or others with series data should put each step in the series into its own SASentry.
|-
| <tt>SASinstrument</tt>
| 1
| describes the SAS instrument
|-
| <tt>SASnote</tt>
| 0..inf
| allows for other information to be added to a SASentry
|-
| <tt>SASprocess</tt>
| 1
| describes a data processing or analysis step
|-
| <tt>SASprocessnote</tt>
|
|
|-
| <tt>SASroot</tt>
| 1
| (required) root node of the canSAS 1-D reduced SAS data file in XML
|-
| <tt>SASsample</tt>
| 1
| describes the sample
|-
| <tt>SASsource</tt>
|
|
|-
| <tt>SDD</tt>
|
|
|-
| <tt>Shadowfactor</tt>
|
|
|-
| <tt>size</tt>
|
|
|-
| <tt>Title</tt>
|
|
|-
| <tt>temperature</tt>
|
|
|-
| <tt>term</tt>
|
|
|-
| <tt>thickness</tt>
|
|
|-
| <tt>transmission</tt>
|
|
|-
| <tt>wavelength</tt>
|
|
|-
| <tt>wavelength_max</tt>
|
|
|-
| <tt>wavelength_min</tt>
|
|
|-
| <tt>wavelength_spread</tt>
|
|
|-
| <tt>x</tt>
|
|
|-
| <tt>y</tt>
|
|
|-
| <tt>yaw</tt>
|
|
|-
| <tt>z</tt>
|
|
|}
 
==attributes==

Latest revision as of 04:39, 30 November 2009