cansas1d SASdetector: Difference between revisions
 (New page: <gallery caption="block diagrams"> Image:cansas1d-v1-7-SASdetector.png </gallery>  == SASdetector ==  {| {{Tablestyle}} |- ! {{Headcellstyle}} | Name ! {{Headcellstyle}} | Type ! {{Headcel...)  | 
				No edit summary  | 
				||
| Line 2: | Line 2: | ||
Image:cansas1d-v1-7-SASdetector.png  | Image:cansas1d-v1-7-SASdetector.png  | ||
</gallery>  | </gallery>  | ||
* parent: [[cansas1d_SASinstrument | SASinstrument]]  | |||
== SASdetector ==  | == SASdetector ==  | ||
Revision as of 20:45, 25 April 2008
- block diagrams
 
- parent: SASinstrument
 
SASdetector
| Name | Type | occurrence | Description | Attributes | 
|---|---|---|---|---|
| name | string | [1..1] | Text string that identifies the name of this detector. | |
| SDD | floating-point number | [1..1] | Distance between sample and detector. | unit="{unit}" | 
| offset | container | [1..1] | Offset of this detector position in X, Y, (and Z if necessary). | |
| orientation | container | [1..1] | Orientation (rotation) of this detector in roll, pitch, and yaw. | |
| beam_center | container | [1..1] | Center of the beam on the detector in X and Y (and Z if necessary). | |
| pixel_size | container | [1..1] | Size of detector pixels in X and Y (and Z if necessary). | |
| slit_length | floating-point number | [1..1] | Slit length of the instrument for this detector. | unit="{unit}" | 
geometry
- geometry
 
offset
| Name | Type | occurrence | Description | Attributes | 
|---|---|---|---|---|
| x | floating-point number | [0..1] | Offset of the detector position in X.
 The unit attribute is required. See cansas1d_documentation#Rules for acceptable values.  | 
unit="{units}" | 
| y | floating-point number | [0..1] | Offset of the detector position in Y.
 The unit attribute is required. See cansas1d_documentation#Rules for acceptable values.  | 
unit="{units}" | 
| z | floating-point number | [0..1] | Offset of the detector position in Z.
 The unit attribute is required. See cansas1d_documentation#Rules for acceptable values. Note: While Z is allowed by the standard (provided by use of a standard element in the XML Schema), it does not make sense for small-angle scattering.  | 
unit="{units}" | 
orientation
| Name | Type | occurrence | Description | Attributes | 
|---|---|---|---|---|
| roll | floating-point number | [0..1] | Rotation about the Z axis (roll).
 The unit attribute is required. See cansas1d_documentation#Rules for acceptable values.  | 
unit="{units}" | 
| pitch | floating-point number | [0..1] | Rotation about the X axis (pitch).
 The unit attribute is required. See cansas1d_documentation#Rules for acceptable values.  | 
unit="{units}" | 
| yaw | floating-point number | [0..1] | Rotation about the Y axis (yaw).
 The unit attribute is required. See cansas1d_documentation#Rules for acceptable values.  | 
unit="{units}" | 
beam_center
| Name | Type | occurrence | Description | Attributes | 
|---|---|---|---|---|
| x | floating-point number | [0..1] | Position of the beam center on the detector in X.
 The unit attribute is required. See cansas1d_documentation#Rules for acceptable values.  | 
unit="{units}" | 
| y | floating-point number | [0..1] | Position of the beam center on the detector in Y.
 The unit attribute is required. See cansas1d_documentation#Rules for acceptable values.  | 
unit="{units}" | 
| z | floating-point number | [0..1] | Position of the beam center on the detector in Z.
 The unit attribute is required. See cansas1d_documentation#Rules for acceptable values. Note: While Z dimension is allowed by the standard (provided by use of a standard element in the XML Schema), it does not make sense for small-angle scattering.  | 
unit="{units}" | 
pixel_size
| Name | Type | occurrence | Description | Attributes | 
|---|---|---|---|---|
| x | floating-point number | [0..1] | Size of a detector pixel in X.
 The unit attribute is required. See cansas1d_documentation#Rules for acceptable values.  | 
unit="{units}" | 
| y | floating-point number | [0..1] | Size of a detector pixel in Y.
 The unit attribute is required. See cansas1d_documentation#Rules for acceptable values.  | 
unit="{units}" | 
| z | floating-point number | [0..1] | Size of a detector pixel in Z.
 The unit attribute is required. See cansas1d_documentation#Rules for acceptable values. Note: While Z dimension is allowed by the standard (provided by use of a standard element in the XML Schema), it does not make sense for small-angle scattering.  | 
unit="{units}" |