Notation of array of structure indices: itime indicates a time index; i1, i2, i3,
... indicate other indices with their depth in the IDS. This notation clarifies the
path of a given node, but should not be used to compare indices of different nodes
(they may have different meanings).
| Full path name |
Description |
Data Type |
Coordinates |
| ids_properties |
Interface Data Structure properties. This element identifies the node above as an
IDS |
structure |
|
| ids_properties/comment |
Any comment describing the content of this IDS {constant} |
STR_0D |
|
| ids_properties/homogeneous_time |
This node must be filled (with 0, 1, or 2) for the IDS to be valid. If 1, the time
of this IDS is homogeneous, i.e. the time values for this IDS are stored in the time
node just below the root of this IDS. If 0, the time values are stored in the various
time fields at lower levels in the tree. In the case only constant or static nodes
are filled within the IDS, homogeneous_time must be set to 2 {constant} |
INT_0D |
|
ids_properties/source Lifecycle status: obsolescent since version 3.34.0 |
Source of the data (any comment describing the origin of the data : code, path to
diagnostic signals, processing method, ...). Superseeded by the new provenance structure. {constant} |
STR_0D |
|
| ids_properties/provider |
Name of the person in charge of producing this data {constant} |
STR_0D |
|
| ids_properties/creation_date |
Date at which this data has been produced {constant} |
STR_0D |
|
| ids_properties/version_put |
Version of the access layer package used to PUT this IDS |
structure |
|
| ids_properties/version_put/data_dictionary |
Version of Data Dictionary used to PUT this IDS {constant} |
STR_0D |
|
| ids_properties/version_put/access_layer |
Version of Access Layer used to PUT this IDS {constant} |
STR_0D |
|
| ids_properties/version_put/access_layer_language |
Programming language of the Access Layer high level API used to PUT this IDS {constant} |
STR_0D |
|
ids_properties/provenance Lifecycle status: alpha since version 3.34.0 |
Provenance information about this IDS |
structure |
|
| ids_properties/provenance/node(i1) |
Set of IDS nodes for which the provenance is given. The provenance information applies
to the whole structure below the IDS node. For documenting provenance information
for the whole IDS, set the size of this array of structure to 1 and leave the child
"path" node empty {constant} |
struct_array [max_size=20 (limited in MDS+ backend only)] |
1- 1...N
|
| ids_properties/provenance/node(i1)/path |
Path of the node within the IDS, following the syntax given in the link below. If
empty, means the provenance information applies to the whole IDS. Click here for further documentation. {constant} |
STR_0D |
|
| ids_properties/provenance/node(i1)/sources(:) |
List of sources used to import or calculate this node, identified as explained below.
In case the node is the result of of a calculation / data processing, the source is
an input to the process described in the "code" structure at the root of the IDS.
The source can be an IDS (identified by a URI or a persitent identifier, see syntax
in the link below) or non-IDS data imported directly from an non-IMAS database (identified
by the command used to import the source, or the persistent identifier of the data
source). Often data are obtained by a chain of processes, however only the last process
input are recorded here. The full chain of provenance has then to be reconstructed
recursively from the provenance information contained in the data sources. Click here for further documentation. {constant} |
STR_1D |
1- 1...N
|
ids_properties/plugins Lifecycle status: alpha since version 3.39.0 |
Information about the plugins used to write/read this IDS. This structure is filled
automatically by the Access Layer at GET/PUT time, no need to fill it via a user program.. Introduced after DD version 3.38.1 |
structure |
|
| ids_properties/plugins/node(i1) |
Set of IDS nodes for which a plugin has been applied {constant} |
struct_array [max_size=20 (limited in MDS+ backend only)] |
1- 1...N
|
| ids_properties/plugins/node(i1)/path |
Path of the node within the IDS, following the syntax given in the link below. If
empty, means the plugin applies to the whole IDS. Click here for further documentation. {constant} |
STR_0D |
|
| ids_properties/plugins/node(i1)/put_operation(i2) |
Plugins used to PUT a node (potentially, multiple plugins can be applied, if so they
are listed by order of application) |
struct_array [max_size=10 (limited in MDS+ backend only)] |
1- 1...N
|
| ids_properties/plugins/node(i1)/put_operation(i2)/name |
Name of software used {constant} |
STR_0D |
|
| ids_properties/plugins/node(i1)/put_operation(i2)/description |
Short description of the software (type, purpose) {constant}. Introduced after DD version 3.38.1 |
STR_0D |
|
| ids_properties/plugins/node(i1)/put_operation(i2)/commit |
Unique commit reference of software {constant} |
STR_0D |
|
| ids_properties/plugins/node(i1)/put_operation(i2)/version |
Unique version (tag) of software {constant} |
STR_0D |
|
| ids_properties/plugins/node(i1)/put_operation(i2)/repository |
URL of software repository {constant} |
STR_0D |
|
| ids_properties/plugins/node(i1)/put_operation(i2)/parameters |
List of the code specific parameters in XML format {constant} |
STR_0D |
|
| ids_properties/plugins/node(i1)/readback(i2) |
Plugins to be used to read back a node (potentially, multiple plugins can be applied,
listed in reverse order of application) |
struct_array [max_size=10 (limited in MDS+ backend only)] |
1- 1...N
|
| ids_properties/plugins/node(i1)/readback(i2)/name |
Name of software used {constant} |
STR_0D |
|
| ids_properties/plugins/node(i1)/readback(i2)/description |
Short description of the software (type, purpose) {constant}. Introduced after DD version 3.38.1 |
STR_0D |
|
| ids_properties/plugins/node(i1)/readback(i2)/commit |
Unique commit reference of software {constant} |
STR_0D |
|
| ids_properties/plugins/node(i1)/readback(i2)/version |
Unique version (tag) of software {constant} |
STR_0D |
|
| ids_properties/plugins/node(i1)/readback(i2)/repository |
URL of software repository {constant} |
STR_0D |
|
| ids_properties/plugins/node(i1)/readback(i2)/parameters |
List of the code specific parameters in XML format {constant} |
STR_0D |
|
| ids_properties/plugins/node(i1)/get_operation(i2) |
Plugins actually used to read back a node (potentially, multiple plugins can be applied,
listed in reverse order of application). This information is filled by the plugin
infrastructure during the GET operation. |
struct_array [max_size=10 (limited in MDS+ backend only)] |
1- 1...N
|
| ids_properties/plugins/node(i1)/get_operation(i2)/name |
Name of software used {constant} |
STR_0D |
|
| ids_properties/plugins/node(i1)/get_operation(i2)/description |
Short description of the software (type, purpose) {constant}. Introduced after DD version 3.38.1 |
STR_0D |
|
| ids_properties/plugins/node(i1)/get_operation(i2)/commit |
Unique commit reference of software {constant} |
STR_0D |
|
| ids_properties/plugins/node(i1)/get_operation(i2)/version |
Unique version (tag) of software {constant} |
STR_0D |
|
| ids_properties/plugins/node(i1)/get_operation(i2)/repository |
URL of software repository {constant} |
STR_0D |
|
| ids_properties/plugins/node(i1)/get_operation(i2)/parameters |
List of the code specific parameters in XML format {constant} |
STR_0D |
|
| ids_properties/plugins/infrastructure_put |
Plugin infrastructure used to PUT the data |
structure |
|
| ids_properties/plugins/infrastructure_put/name |
Name of software used {constant} |
STR_0D |
|
| ids_properties/plugins/infrastructure_put/description |
Short description of the software (type, purpose) {constant}. Introduced after DD version 3.38.1 |
STR_0D |
|
| ids_properties/plugins/infrastructure_put/commit |
Unique commit reference of software {constant} |
STR_0D |
|
| ids_properties/plugins/infrastructure_put/version |
Unique version (tag) of software {constant} |
STR_0D |
|
| ids_properties/plugins/infrastructure_put/repository |
URL of software repository {constant} |
STR_0D |
|
| ids_properties/plugins/infrastructure_get |
Plugin infrastructure used to GET the data |
structure |
|
| ids_properties/plugins/infrastructure_get/name |
Name of software used {constant} |
STR_0D |
|
| ids_properties/plugins/infrastructure_get/description |
Short description of the software (type, purpose) {constant}. Introduced after DD version 3.38.1 |
STR_0D |
|
| ids_properties/plugins/infrastructure_get/commit |
Unique commit reference of software {constant} |
STR_0D |
|
| ids_properties/plugins/infrastructure_get/version |
Unique version (tag) of software {constant} |
STR_0D |
|
| ids_properties/plugins/infrastructure_get/repository |
URL of software repository {constant} |
STR_0D |
|
| channel(i1) |
Measurement channel, composed of a camera, a crystal, and (optional) a set of reflectors.
The light coming from the plasma passes through the (optional) set of reflectors,
then the crystal and arrives at the camera. Introduced after DD version 3.33.0 |
struct_array [max_size=30 (limited in MDS+ backend only)] |
1- 1...N
|
| channel(i1)/exposure_time |
Exposure time of the measurement {static} [s] |
FLT_0D |
|
| channel(i1)/exposure_time_error_upper |
Upper error for "exposure_time" {static} [s] |
FLT_0D |
|
| channel(i1)/exposure_time_error_lower |
Lower error for "exposure_time" {static} [s] |
FLT_0D |
|
channel(i1)/exposure_time_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "exposure_time" {constant} |
INT_0D |
|
| channel(i1)/energy_bound_lower(:,:) |
Lower energy bound for the photon detection, for each pixel (horizontal, vertical) {static} [eV] |
FLT_2D |
1- 1...N
2- channel(i1)/z_frames
|
| channel(i1)/energy_bound_lower_error_upper(:,:) |
Upper error for "energy_bound_lower" {static} [eV] |
FLT_2D |
1- 1...N
2- channel(i1)/z_frames
|
| channel(i1)/energy_bound_lower_error_lower(:,:) |
Lower error for "energy_bound_lower" {static} [eV] |
FLT_2D |
1- 1...N
2- channel(i1)/z_frames
|
channel(i1)/energy_bound_lower_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "energy_bound_lower" {constant} |
INT_0D |
|
| channel(i1)/energy_bound_upper(:,:) |
Upper energy bound for the photon detection, for each pixel (horizontal, vertical) {static} [eV] |
FLT_2D |
1- 1...N
2- channel(i1)/z_frames
|
| channel(i1)/energy_bound_upper_error_upper(:,:) |
Upper error for "energy_bound_upper" {static} [eV] |
FLT_2D |
1- 1...N
2- channel(i1)/z_frames
|
| channel(i1)/energy_bound_upper_error_lower(:,:) |
Lower error for "energy_bound_upper" {static} [eV] |
FLT_2D |
1- 1...N
2- channel(i1)/z_frames
|
channel(i1)/energy_bound_upper_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "energy_bound_upper" {constant} |
INT_0D |
|
| channel(i1)/aperture |
Collimating aperture |
structure |
|
| channel(i1)/aperture/geometry_type |
Type of geometry used to describe the surface of the detector or aperture (1:'outline',
2:'circular', 3:'rectangle'). In case of 'outline', the surface is described by an
outline of point in a local coordinate system defined by a centre and three unit vectors
X1, X2, X3. Note that there is some flexibility here and the data provider should
choose the most convenient coordinate system for the object, respecting the definitions
of (X1,X2,X3) indicated below. In case of 'circular', the surface is a circle defined
by its centre, radius, and normal vector oriented towards the plasma X3. In case
of 'rectangle', the surface is a rectangle defined by its centre, widths in the X1
and X2 directions, and normal vector oriented towards the plasma X3. {static} |
INT_0D |
|
| channel(i1)/aperture/centre |
If geometry_type=2, coordinates of the centre of the circle. If geometry_type=1 or
3, coordinates of the origin of the local coordinate system (X1,X2,X3) describing
the plane detector/aperture. This origin is located within the detector/aperture area. |
structure |
|
| channel(i1)/aperture/centre/r |
Major radius {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/centre/r_error_upper |
Upper error for "r" {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/centre/r_error_lower |
Lower error for "r" {static} [m] |
FLT_0D |
|
channel(i1)/aperture/centre/r_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "r" {constant} |
INT_0D |
|
| channel(i1)/aperture/centre/z |
Height {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/centre/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/centre/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/aperture/centre/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/aperture/centre/phi |
Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] |
FLT_0D |
|
| channel(i1)/aperture/centre/phi_error_upper |
Upper error for "phi" {static} [rad] |
FLT_0D |
|
| channel(i1)/aperture/centre/phi_error_lower |
Lower error for "phi" {static} [rad] |
FLT_0D |
|
channel(i1)/aperture/centre/phi_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "phi" {constant} |
INT_0D |
|
| channel(i1)/aperture/radius |
Radius of the circle, used only if geometry_type = 2 {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/radius_error_upper |
Upper error for "radius" {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/radius_error_lower |
Lower error for "radius" {static} [m] |
FLT_0D |
|
channel(i1)/aperture/radius_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "radius" {constant} |
INT_0D |
|
| channel(i1)/aperture/x1_unit_vector |
Components of the X1 direction unit vector in the (X,Y,Z) coordinate system, where
X is the major radius axis for phi = 0, Y is the major radius axis for phi = pi/2,
and Z is the height axis. The X1 vector is more horizontal than X2 (has a smaller
abs(Z) component) and oriented in the positive phi direction (counter-clockwise when
viewing from above). Click here for further documentation. |
structure |
|
| channel(i1)/aperture/x1_unit_vector/x |
Component along X axis {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x1_unit_vector/x_error_upper |
Upper error for "x" {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x1_unit_vector/x_error_lower |
Lower error for "x" {static} [m] |
FLT_0D |
|
channel(i1)/aperture/x1_unit_vector/x_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x" {constant} |
INT_0D |
|
| channel(i1)/aperture/x1_unit_vector/y |
Component along Y axis {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x1_unit_vector/y_error_upper |
Upper error for "y" {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x1_unit_vector/y_error_lower |
Lower error for "y" {static} [m] |
FLT_0D |
|
channel(i1)/aperture/x1_unit_vector/y_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "y" {constant} |
INT_0D |
|
| channel(i1)/aperture/x1_unit_vector/z |
Component along Z axis {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x1_unit_vector/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x1_unit_vector/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/aperture/x1_unit_vector/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/aperture/x2_unit_vector |
Components of the X2 direction unit vector in the (X,Y,Z) coordinate system, where
X is the major radius axis for phi = 0, Y is the major radius axis for phi = pi/2,
and Z is the height axis. The X2 axis is orthonormal so that uX2 = uX3 x uX1. Click here for further documentation. |
structure |
|
| channel(i1)/aperture/x2_unit_vector/x |
Component along X axis {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x2_unit_vector/x_error_upper |
Upper error for "x" {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x2_unit_vector/x_error_lower |
Lower error for "x" {static} [m] |
FLT_0D |
|
channel(i1)/aperture/x2_unit_vector/x_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x" {constant} |
INT_0D |
|
| channel(i1)/aperture/x2_unit_vector/y |
Component along Y axis {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x2_unit_vector/y_error_upper |
Upper error for "y" {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x2_unit_vector/y_error_lower |
Lower error for "y" {static} [m] |
FLT_0D |
|
channel(i1)/aperture/x2_unit_vector/y_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "y" {constant} |
INT_0D |
|
| channel(i1)/aperture/x2_unit_vector/z |
Component along Z axis {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x2_unit_vector/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x2_unit_vector/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/aperture/x2_unit_vector/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/aperture/x3_unit_vector |
Components of the X3 direction unit vector in the (X,Y,Z) coordinate system, where
X is the major radius axis for phi = 0, Y is the major radius axis for phi = pi/2,
and Z is the height axis. The X3 axis is normal to the detector/aperture plane and
oriented towards the plasma. Click here for further documentation. |
structure |
|
| channel(i1)/aperture/x3_unit_vector/x |
Component along X axis {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x3_unit_vector/x_error_upper |
Upper error for "x" {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x3_unit_vector/x_error_lower |
Lower error for "x" {static} [m] |
FLT_0D |
|
channel(i1)/aperture/x3_unit_vector/x_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x" {constant} |
INT_0D |
|
| channel(i1)/aperture/x3_unit_vector/y |
Component along Y axis {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x3_unit_vector/y_error_upper |
Upper error for "y" {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x3_unit_vector/y_error_lower |
Lower error for "y" {static} [m] |
FLT_0D |
|
channel(i1)/aperture/x3_unit_vector/y_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "y" {constant} |
INT_0D |
|
| channel(i1)/aperture/x3_unit_vector/z |
Component along Z axis {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x3_unit_vector/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x3_unit_vector/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/aperture/x3_unit_vector/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/aperture/x1_width |
Full width of the aperture in the X1 direction, used only if geometry_type = 3 {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x1_width_error_upper |
Upper error for "x1_width" {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x1_width_error_lower |
Lower error for "x1_width" {static} [m] |
FLT_0D |
|
channel(i1)/aperture/x1_width_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x1_width" {constant} |
INT_0D |
|
| channel(i1)/aperture/x2_width |
Full width of the aperture in the X2 direction, used only if geometry_type = 3 {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x2_width_error_upper |
Upper error for "x2_width" {static} [m] |
FLT_0D |
|
| channel(i1)/aperture/x2_width_error_lower |
Lower error for "x2_width" {static} [m] |
FLT_0D |
|
channel(i1)/aperture/x2_width_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x2_width" {constant} |
INT_0D |
|
| channel(i1)/aperture/outline |
Irregular outline of the detector/aperture in the (X1, X2) coordinate system. Do NOT
repeat the first point. |
structure |
|
| channel(i1)/aperture/outline/x1(:) |
Positions along x1 axis {static} [m] |
FLT_1D |
1- 1...N
|
| channel(i1)/aperture/outline/x1_error_upper(:) |
Upper error for "x1" {static} [m] |
FLT_1D |
1- 1...N
|
| channel(i1)/aperture/outline/x1_error_lower(:) |
Lower error for "x1" {static} [m] |
FLT_1D |
1- 1...N
|
channel(i1)/aperture/outline/x1_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x1" {constant} |
INT_0D |
|
| channel(i1)/aperture/outline/x2(:) |
Positions along x2 axis {static} [m] |
FLT_1D |
1- channel(i1)/aperture/outline/x1
|
| channel(i1)/aperture/outline/x2_error_upper(:) |
Upper error for "x2" {static} [m] |
FLT_1D |
1- channel(i1)/aperture/outline/x1
|
| channel(i1)/aperture/outline/x2_error_lower(:) |
Lower error for "x2" {static} [m] |
FLT_1D |
1- channel(i1)/aperture/outline/x1
|
channel(i1)/aperture/outline/x2_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x2" {constant} |
INT_0D |
|
| channel(i1)/aperture/surface |
Surface of the detector/aperture, derived from the above geometric data {static} [m^2] |
FLT_0D |
|
| channel(i1)/aperture/surface_error_upper |
Upper error for "surface" {static} [m^2] |
FLT_0D |
|
| channel(i1)/aperture/surface_error_lower |
Lower error for "surface" {static} [m^2] |
FLT_0D |
|
channel(i1)/aperture/surface_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "surface" {constant} |
INT_0D |
|
| channel(i1)/reflector(i2) |
Set of reflectors (optional) reflecting the light coming from the plasma towards the
crystal. If empty, means that the plasma light directly arrives on the crystal. |
struct_array [max_size=10 (limited in MDS+ backend only)] |
1- 1...N
|
| channel(i1)/reflector(i2)/identifier |
ID of the object {static} |
STR_0D |
|
| channel(i1)/reflector(i2)/geometry_type |
Geometry of the object contour. Note that there is some flexibility in the choice
of the local coordinate system (X1,X2,X3). The data provider should choose the most
convenient coordinate system for the object, respecting the definitions of (X1,X2,X3)
indicated below.. Available options (refer to the children of this identifier structure) :
| Name |
Index |
Description |
| polygonal |
1 |
Contour described by a polygonal outline in the (X1, X2) plane |
| circular |
2 |
Circle in the (X1, X2) plane, defined by its centre and radius |
| rectangle |
3 |
Rectangle in the (X1, X2) plane, defined by its centre and widths in the X1 and X2
directions |
|
structure |
|
| channel(i1)/reflector(i2)/geometry_type/name |
Short string identifier {static} |
STR_0D |
|
| channel(i1)/reflector(i2)/geometry_type/index |
Integer identifier (enumeration index within a list). Private identifier values must
be indicated by a negative index. {static} |
INT_0D |
|
| channel(i1)/reflector(i2)/geometry_type/description |
Verbose description {static} |
STR_0D |
|
| channel(i1)/reflector(i2)/curvature_type |
Curvature of the object.. Available options (refer to the children of this identifier structure) :
| Name |
Index |
Description |
| planar |
1 |
Planar object, no curvature |
| cylindrical_x1 |
2 |
Cylindrical in the X1 direction, use x1_curvature |
| cylindrical_x2 |
3 |
Cylindrical in the X2 direction, use x2_curvature |
| spherical |
4 |
Spherical : same curvature radius in X1 and X2 directions, indicated in x1_curvature |
| toroidal |
5 |
Toroidal : x1_curvature in X1 direction and x2_curvature in X2 direction |
|
structure |
|
| channel(i1)/reflector(i2)/curvature_type/name |
Short string identifier {static} |
STR_0D |
|
| channel(i1)/reflector(i2)/curvature_type/index |
Integer identifier (enumeration index within a list). Private identifier values must
be indicated by a negative index. {static} |
INT_0D |
|
| channel(i1)/reflector(i2)/curvature_type/description |
Verbose description {static} |
STR_0D |
|
| channel(i1)/reflector(i2)/material |
Material of the object. Available options (refer to the children of this identifier structure) :
| Name |
Index |
Description |
| unspecified |
0 |
unspecified |
| C |
1 |
Carbon |
| W |
2 |
Tungsten |
| C_W_coating |
3 |
Carbon with tungsten coating |
| SS |
4 |
Stainless steel |
| SS_C_coating |
5 |
Stainless steel with carbon coating |
| IN |
6 |
Inconel |
| IN_C_coating |
7 |
Inconel with carbon coating |
| BC |
8 |
Boron carbide |
| BN |
17 |
Boron nitride |
| Ti_C_coating |
9 |
Titanium with carbon coating |
| Be |
10 |
Beryllium |
| Mo |
11 |
Molybdenum |
| Quartz |
12 |
Quartz |
| Ge |
13 |
Germanium |
| Si |
14 |
Silicon |
| LiF |
15 |
Lithium fluoride |
| InSb |
16 |
Indium antimonide |
| Cu |
18 |
Copper |
| CuCrZr |
19 |
Copper Chromium Zirconium alloy |
|
structure |
|
| channel(i1)/reflector(i2)/material/name |
Short string identifier {static} |
STR_0D |
|
| channel(i1)/reflector(i2)/material/index |
Integer identifier (enumeration index within a list). Private identifier values must
be indicated by a negative index. {static} |
INT_0D |
|
| channel(i1)/reflector(i2)/material/description |
Verbose description {static} |
STR_0D |
|
| channel(i1)/reflector(i2)/centre |
Coordinates of the origin of the local coordinate system (X1,X2,X3) describing the
object. This origin is located within the object area and should be the middle point
of the object surface. If geometry_type=2, it's the centre of the circular object.
If geometry_type=3, it's the centre of the rectangular object. |
structure |
|
| channel(i1)/reflector(i2)/centre/r |
Major radius {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/centre/r_error_upper |
Upper error for "r" {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/centre/r_error_lower |
Lower error for "r" {static} [m] |
FLT_0D |
|
channel(i1)/reflector(i2)/centre/r_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "r" {constant} |
INT_0D |
|
| channel(i1)/reflector(i2)/centre/z |
Height {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/centre/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/centre/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/reflector(i2)/centre/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/reflector(i2)/centre/phi |
Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] |
FLT_0D |
|
| channel(i1)/reflector(i2)/centre/phi_error_upper |
Upper error for "phi" {static} [rad] |
FLT_0D |
|
| channel(i1)/reflector(i2)/centre/phi_error_lower |
Lower error for "phi" {static} [rad] |
FLT_0D |
|
channel(i1)/reflector(i2)/centre/phi_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "phi" {constant} |
INT_0D |
|
| channel(i1)/reflector(i2)/radius |
Radius of the circle, used only if geometry_type/index = 2 {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/radius_error_upper |
Upper error for "radius" {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/radius_error_lower |
Lower error for "radius" {static} [m] |
FLT_0D |
|
channel(i1)/reflector(i2)/radius_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "radius" {constant} |
INT_0D |
|
| channel(i1)/reflector(i2)/x1_unit_vector |
Components of the X1 direction unit vector in the (X,Y,Z) coordinate system, where
X is the major radius axis for phi = 0, Y is the major radius axis for phi = pi/2,
and Z is the height axis. The X1 vector is more horizontal than X2 (has a smaller
abs(Z) component) and oriented in the positive phi direction (counter-clockwise when
viewing from above). Click here for further documentation. |
structure |
|
| channel(i1)/reflector(i2)/x1_unit_vector/x |
Component along X axis {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x1_unit_vector/x_error_upper |
Upper error for "x" {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x1_unit_vector/x_error_lower |
Lower error for "x" {static} [m] |
FLT_0D |
|
channel(i1)/reflector(i2)/x1_unit_vector/x_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x" {constant} |
INT_0D |
|
| channel(i1)/reflector(i2)/x1_unit_vector/y |
Component along Y axis {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x1_unit_vector/y_error_upper |
Upper error for "y" {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x1_unit_vector/y_error_lower |
Lower error for "y" {static} [m] |
FLT_0D |
|
channel(i1)/reflector(i2)/x1_unit_vector/y_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "y" {constant} |
INT_0D |
|
| channel(i1)/reflector(i2)/x1_unit_vector/z |
Component along Z axis {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x1_unit_vector/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x1_unit_vector/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/reflector(i2)/x1_unit_vector/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/reflector(i2)/x2_unit_vector |
Components of the X2 direction unit vector in the (X,Y,Z) coordinate system, where
X is the major radius axis for phi = 0, Y is the major radius axis for phi = pi/2,
and Z is the height axis. The X2 axis is orthonormal so that uX2 = uX3 x uX1. Click here for further documentation. |
structure |
|
| channel(i1)/reflector(i2)/x2_unit_vector/x |
Component along X axis {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x2_unit_vector/x_error_upper |
Upper error for "x" {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x2_unit_vector/x_error_lower |
Lower error for "x" {static} [m] |
FLT_0D |
|
channel(i1)/reflector(i2)/x2_unit_vector/x_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x" {constant} |
INT_0D |
|
| channel(i1)/reflector(i2)/x2_unit_vector/y |
Component along Y axis {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x2_unit_vector/y_error_upper |
Upper error for "y" {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x2_unit_vector/y_error_lower |
Lower error for "y" {static} [m] |
FLT_0D |
|
channel(i1)/reflector(i2)/x2_unit_vector/y_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "y" {constant} |
INT_0D |
|
| channel(i1)/reflector(i2)/x2_unit_vector/z |
Component along Z axis {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x2_unit_vector/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x2_unit_vector/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/reflector(i2)/x2_unit_vector/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/reflector(i2)/x3_unit_vector |
Components of the X3 direction unit vector in the (X,Y,Z) coordinate system, where
X is the major radius axis for phi = 0, Y is the major radius axis for phi = pi/2,
and Z is the height axis. The X3 axis is normal to the object surface and oriented
towards the plasma. Click here for further documentation. |
structure |
|
| channel(i1)/reflector(i2)/x3_unit_vector/x |
Component along X axis {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x3_unit_vector/x_error_upper |
Upper error for "x" {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x3_unit_vector/x_error_lower |
Lower error for "x" {static} [m] |
FLT_0D |
|
channel(i1)/reflector(i2)/x3_unit_vector/x_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x" {constant} |
INT_0D |
|
| channel(i1)/reflector(i2)/x3_unit_vector/y |
Component along Y axis {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x3_unit_vector/y_error_upper |
Upper error for "y" {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x3_unit_vector/y_error_lower |
Lower error for "y" {static} [m] |
FLT_0D |
|
channel(i1)/reflector(i2)/x3_unit_vector/y_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "y" {constant} |
INT_0D |
|
| channel(i1)/reflector(i2)/x3_unit_vector/z |
Component along Z axis {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x3_unit_vector/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x3_unit_vector/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/reflector(i2)/x3_unit_vector/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/reflector(i2)/x1_width |
Full width of the object in the X1 direction, used only if geometry_type/index = 3 {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x1_width_error_upper |
Upper error for "x1_width" {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x1_width_error_lower |
Lower error for "x1_width" {static} [m] |
FLT_0D |
|
channel(i1)/reflector(i2)/x1_width_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x1_width" {constant} |
INT_0D |
|
| channel(i1)/reflector(i2)/x2_width |
Full width of the object in the X2 direction, used only if geometry_type/index = 3 {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x2_width_error_upper |
Upper error for "x2_width" {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x2_width_error_lower |
Lower error for "x2_width" {static} [m] |
FLT_0D |
|
channel(i1)/reflector(i2)/x2_width_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x2_width" {constant} |
INT_0D |
|
| channel(i1)/reflector(i2)/outline |
Irregular outline of the object in the (X1, X2) coordinate system, used only if geometry_type/index=1.
Do NOT repeat the first point. |
structure |
|
| channel(i1)/reflector(i2)/outline/x1(:) |
Positions along x1 axis {static} [m] |
FLT_1D |
1- 1...N
|
| channel(i1)/reflector(i2)/outline/x1_error_upper(:) |
Upper error for "x1" {static} [m] |
FLT_1D |
1- 1...N
|
| channel(i1)/reflector(i2)/outline/x1_error_lower(:) |
Lower error for "x1" {static} [m] |
FLT_1D |
1- 1...N
|
channel(i1)/reflector(i2)/outline/x1_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x1" {constant} |
INT_0D |
|
| channel(i1)/reflector(i2)/outline/x2(:) |
Positions along x2 axis {static} [m] |
FLT_1D |
1- channel(i1)/reflector(i2)/outline/x1
|
| channel(i1)/reflector(i2)/outline/x2_error_upper(:) |
Upper error for "x2" {static} [m] |
FLT_1D |
1- channel(i1)/reflector(i2)/outline/x1
|
| channel(i1)/reflector(i2)/outline/x2_error_lower(:) |
Lower error for "x2" {static} [m] |
FLT_1D |
1- channel(i1)/reflector(i2)/outline/x1
|
channel(i1)/reflector(i2)/outline/x2_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x2" {constant} |
INT_0D |
|
| channel(i1)/reflector(i2)/x1_curvature |
Radius of curvature in the X1 direction, to be filled only for curvature_type/index
= 2, 4 or 5 {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x1_curvature_error_upper |
Upper error for "x1_curvature" {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x1_curvature_error_lower |
Lower error for "x1_curvature" {static} [m] |
FLT_0D |
|
channel(i1)/reflector(i2)/x1_curvature_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x1_curvature" {constant} |
INT_0D |
|
| channel(i1)/reflector(i2)/x2_curvature |
Radius of curvature in the X2 direction, to be filled only for curvature_type/index
= 3 or 5 {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x2_curvature_error_upper |
Upper error for "x2_curvature" {static} [m] |
FLT_0D |
|
| channel(i1)/reflector(i2)/x2_curvature_error_lower |
Lower error for "x2_curvature" {static} [m] |
FLT_0D |
|
channel(i1)/reflector(i2)/x2_curvature_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x2_curvature" {constant} |
INT_0D |
|
| channel(i1)/reflector(i2)/surface |
Surface of the object, derived from the above geometric data {static} [m^2] |
FLT_0D |
|
| channel(i1)/reflector(i2)/surface_error_upper |
Upper error for "surface" {static} [m^2] |
FLT_0D |
|
| channel(i1)/reflector(i2)/surface_error_lower |
Lower error for "surface" {static} [m^2] |
FLT_0D |
|
channel(i1)/reflector(i2)/surface_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "surface" {constant} |
INT_0D |
|
| channel(i1)/crystal |
Characteristics of the crystal used |
structure |
|
| channel(i1)/crystal/identifier |
ID of the object {static} |
STR_0D |
|
| channel(i1)/crystal/geometry_type |
Geometry of the object contour. Note that there is some flexibility in the choice
of the local coordinate system (X1,X2,X3). The data provider should choose the most
convenient coordinate system for the object, respecting the definitions of (X1,X2,X3)
indicated below.. Available options (refer to the children of this identifier structure) :
| Name |
Index |
Description |
| polygonal |
1 |
Contour described by a polygonal outline in the (X1, X2) plane |
| circular |
2 |
Circle in the (X1, X2) plane, defined by its centre and radius |
| rectangle |
3 |
Rectangle in the (X1, X2) plane, defined by its centre and widths in the X1 and X2
directions |
|
structure |
|
| channel(i1)/crystal/geometry_type/name |
Short string identifier {static} |
STR_0D |
|
| channel(i1)/crystal/geometry_type/index |
Integer identifier (enumeration index within a list). Private identifier values must
be indicated by a negative index. {static} |
INT_0D |
|
| channel(i1)/crystal/geometry_type/description |
Verbose description {static} |
STR_0D |
|
| channel(i1)/crystal/curvature_type |
Curvature of the object.. Available options (refer to the children of this identifier structure) :
| Name |
Index |
Description |
| planar |
1 |
Planar object, no curvature |
| cylindrical_x1 |
2 |
Cylindrical in the X1 direction, use x1_curvature |
| cylindrical_x2 |
3 |
Cylindrical in the X2 direction, use x2_curvature |
| spherical |
4 |
Spherical : same curvature radius in X1 and X2 directions, indicated in x1_curvature |
| toroidal |
5 |
Toroidal : x1_curvature in X1 direction and x2_curvature in X2 direction |
|
structure |
|
| channel(i1)/crystal/curvature_type/name |
Short string identifier {static} |
STR_0D |
|
| channel(i1)/crystal/curvature_type/index |
Integer identifier (enumeration index within a list). Private identifier values must
be indicated by a negative index. {static} |
INT_0D |
|
| channel(i1)/crystal/curvature_type/description |
Verbose description {static} |
STR_0D |
|
| channel(i1)/crystal/material |
Material of the object. Available options (refer to the children of this identifier structure) :
| Name |
Index |
Description |
| unspecified |
0 |
unspecified |
| C |
1 |
Carbon |
| W |
2 |
Tungsten |
| C_W_coating |
3 |
Carbon with tungsten coating |
| SS |
4 |
Stainless steel |
| SS_C_coating |
5 |
Stainless steel with carbon coating |
| IN |
6 |
Inconel |
| IN_C_coating |
7 |
Inconel with carbon coating |
| BC |
8 |
Boron carbide |
| BN |
17 |
Boron nitride |
| Ti_C_coating |
9 |
Titanium with carbon coating |
| Be |
10 |
Beryllium |
| Mo |
11 |
Molybdenum |
| Quartz |
12 |
Quartz |
| Ge |
13 |
Germanium |
| Si |
14 |
Silicon |
| LiF |
15 |
Lithium fluoride |
| InSb |
16 |
Indium antimonide |
| Cu |
18 |
Copper |
| CuCrZr |
19 |
Copper Chromium Zirconium alloy |
|
structure |
|
| channel(i1)/crystal/material/name |
Short string identifier {static} |
STR_0D |
|
| channel(i1)/crystal/material/index |
Integer identifier (enumeration index within a list). Private identifier values must
be indicated by a negative index. {static} |
INT_0D |
|
| channel(i1)/crystal/material/description |
Verbose description {static} |
STR_0D |
|
| channel(i1)/crystal/centre |
Coordinates of the origin of the local coordinate system (X1,X2,X3) describing the
object. This origin is located within the object area and should be the middle point
of the object surface. If geometry_type=2, it's the centre of the circular object.
If geometry_type=3, it's the centre of the rectangular object. |
structure |
|
| channel(i1)/crystal/centre/r |
Major radius {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/centre/r_error_upper |
Upper error for "r" {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/centre/r_error_lower |
Lower error for "r" {static} [m] |
FLT_0D |
|
channel(i1)/crystal/centre/r_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "r" {constant} |
INT_0D |
|
| channel(i1)/crystal/centre/z |
Height {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/centre/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/centre/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/crystal/centre/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/crystal/centre/phi |
Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] |
FLT_0D |
|
| channel(i1)/crystal/centre/phi_error_upper |
Upper error for "phi" {static} [rad] |
FLT_0D |
|
| channel(i1)/crystal/centre/phi_error_lower |
Lower error for "phi" {static} [rad] |
FLT_0D |
|
channel(i1)/crystal/centre/phi_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "phi" {constant} |
INT_0D |
|
| channel(i1)/crystal/radius |
Radius of the circle, used only if geometry_type/index = 2 {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/radius_error_upper |
Upper error for "radius" {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/radius_error_lower |
Lower error for "radius" {static} [m] |
FLT_0D |
|
channel(i1)/crystal/radius_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "radius" {constant} |
INT_0D |
|
| channel(i1)/crystal/x1_unit_vector |
Components of the X1 direction unit vector in the (X,Y,Z) coordinate system, where
X is the major radius axis for phi = 0, Y is the major radius axis for phi = pi/2,
and Z is the height axis. The X1 vector is more horizontal than X2 (has a smaller
abs(Z) component) and oriented in the positive phi direction (counter-clockwise when
viewing from above). Click here for further documentation. |
structure |
|
| channel(i1)/crystal/x1_unit_vector/x |
Component along X axis {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x1_unit_vector/x_error_upper |
Upper error for "x" {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x1_unit_vector/x_error_lower |
Lower error for "x" {static} [m] |
FLT_0D |
|
channel(i1)/crystal/x1_unit_vector/x_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x" {constant} |
INT_0D |
|
| channel(i1)/crystal/x1_unit_vector/y |
Component along Y axis {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x1_unit_vector/y_error_upper |
Upper error for "y" {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x1_unit_vector/y_error_lower |
Lower error for "y" {static} [m] |
FLT_0D |
|
channel(i1)/crystal/x1_unit_vector/y_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "y" {constant} |
INT_0D |
|
| channel(i1)/crystal/x1_unit_vector/z |
Component along Z axis {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x1_unit_vector/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x1_unit_vector/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/crystal/x1_unit_vector/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/crystal/x2_unit_vector |
Components of the X2 direction unit vector in the (X,Y,Z) coordinate system, where
X is the major radius axis for phi = 0, Y is the major radius axis for phi = pi/2,
and Z is the height axis. The X2 axis is orthonormal so that uX2 = uX3 x uX1. Click here for further documentation. |
structure |
|
| channel(i1)/crystal/x2_unit_vector/x |
Component along X axis {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x2_unit_vector/x_error_upper |
Upper error for "x" {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x2_unit_vector/x_error_lower |
Lower error for "x" {static} [m] |
FLT_0D |
|
channel(i1)/crystal/x2_unit_vector/x_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x" {constant} |
INT_0D |
|
| channel(i1)/crystal/x2_unit_vector/y |
Component along Y axis {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x2_unit_vector/y_error_upper |
Upper error for "y" {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x2_unit_vector/y_error_lower |
Lower error for "y" {static} [m] |
FLT_0D |
|
channel(i1)/crystal/x2_unit_vector/y_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "y" {constant} |
INT_0D |
|
| channel(i1)/crystal/x2_unit_vector/z |
Component along Z axis {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x2_unit_vector/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x2_unit_vector/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/crystal/x2_unit_vector/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/crystal/x3_unit_vector |
Components of the X3 direction unit vector in the (X,Y,Z) coordinate system, where
X is the major radius axis for phi = 0, Y is the major radius axis for phi = pi/2,
and Z is the height axis. The X3 axis is normal to the object surface and oriented
towards the plasma. Click here for further documentation. |
structure |
|
| channel(i1)/crystal/x3_unit_vector/x |
Component along X axis {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x3_unit_vector/x_error_upper |
Upper error for "x" {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x3_unit_vector/x_error_lower |
Lower error for "x" {static} [m] |
FLT_0D |
|
channel(i1)/crystal/x3_unit_vector/x_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x" {constant} |
INT_0D |
|
| channel(i1)/crystal/x3_unit_vector/y |
Component along Y axis {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x3_unit_vector/y_error_upper |
Upper error for "y" {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x3_unit_vector/y_error_lower |
Lower error for "y" {static} [m] |
FLT_0D |
|
channel(i1)/crystal/x3_unit_vector/y_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "y" {constant} |
INT_0D |
|
| channel(i1)/crystal/x3_unit_vector/z |
Component along Z axis {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x3_unit_vector/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x3_unit_vector/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/crystal/x3_unit_vector/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/crystal/x1_width |
Full width of the object in the X1 direction, used only if geometry_type/index = 3 {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x1_width_error_upper |
Upper error for "x1_width" {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x1_width_error_lower |
Lower error for "x1_width" {static} [m] |
FLT_0D |
|
channel(i1)/crystal/x1_width_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x1_width" {constant} |
INT_0D |
|
| channel(i1)/crystal/x2_width |
Full width of the object in the X2 direction, used only if geometry_type/index = 3 {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x2_width_error_upper |
Upper error for "x2_width" {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x2_width_error_lower |
Lower error for "x2_width" {static} [m] |
FLT_0D |
|
channel(i1)/crystal/x2_width_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x2_width" {constant} |
INT_0D |
|
| channel(i1)/crystal/outline |
Irregular outline of the object in the (X1, X2) coordinate system, used only if geometry_type/index=1.
Do NOT repeat the first point. |
structure |
|
| channel(i1)/crystal/outline/x1(:) |
Positions along x1 axis {static} [m] |
FLT_1D |
1- 1...N
|
| channel(i1)/crystal/outline/x1_error_upper(:) |
Upper error for "x1" {static} [m] |
FLT_1D |
1- 1...N
|
| channel(i1)/crystal/outline/x1_error_lower(:) |
Lower error for "x1" {static} [m] |
FLT_1D |
1- 1...N
|
channel(i1)/crystal/outline/x1_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x1" {constant} |
INT_0D |
|
| channel(i1)/crystal/outline/x2(:) |
Positions along x2 axis {static} [m] |
FLT_1D |
1- channel(i1)/crystal/outline/x1
|
| channel(i1)/crystal/outline/x2_error_upper(:) |
Upper error for "x2" {static} [m] |
FLT_1D |
1- channel(i1)/crystal/outline/x1
|
| channel(i1)/crystal/outline/x2_error_lower(:) |
Lower error for "x2" {static} [m] |
FLT_1D |
1- channel(i1)/crystal/outline/x1
|
channel(i1)/crystal/outline/x2_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x2" {constant} |
INT_0D |
|
| channel(i1)/crystal/x1_curvature |
Radius of curvature in the X1 direction, to be filled only for curvature_type/index
= 2, 4 or 5 {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x1_curvature_error_upper |
Upper error for "x1_curvature" {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x1_curvature_error_lower |
Lower error for "x1_curvature" {static} [m] |
FLT_0D |
|
channel(i1)/crystal/x1_curvature_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x1_curvature" {constant} |
INT_0D |
|
| channel(i1)/crystal/x2_curvature |
Radius of curvature in the X2 direction, to be filled only for curvature_type/index
= 3 or 5 {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x2_curvature_error_upper |
Upper error for "x2_curvature" {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/x2_curvature_error_lower |
Lower error for "x2_curvature" {static} [m] |
FLT_0D |
|
channel(i1)/crystal/x2_curvature_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x2_curvature" {constant} |
INT_0D |
|
| channel(i1)/crystal/surface |
Surface of the object, derived from the above geometric data {static} [m^2] |
FLT_0D |
|
| channel(i1)/crystal/surface_error_upper |
Upper error for "surface" {static} [m^2] |
FLT_0D |
|
| channel(i1)/crystal/surface_error_lower |
Lower error for "surface" {static} [m^2] |
FLT_0D |
|
channel(i1)/crystal/surface_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "surface" {constant} |
INT_0D |
|
| channel(i1)/crystal/wavelength_bragg |
Bragg wavelength of the crystal {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/wavelength_bragg_error_upper |
Upper error for "wavelength_bragg" {static} [m] |
FLT_0D |
|
| channel(i1)/crystal/wavelength_bragg_error_lower |
Lower error for "wavelength_bragg" {static} [m] |
FLT_0D |
|
channel(i1)/crystal/wavelength_bragg_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "wavelength_bragg" {constant} |
INT_0D |
|
| channel(i1)/crystal/angle_bragg |
Bragg angle of the crystal {static} [rad] |
FLT_0D |
|
| channel(i1)/crystal/angle_bragg_error_upper |
Upper error for "angle_bragg" {static} [rad] |
FLT_0D |
|
| channel(i1)/crystal/angle_bragg_error_lower |
Lower error for "angle_bragg" {static} [rad] |
FLT_0D |
|
channel(i1)/crystal/angle_bragg_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "angle_bragg" {constant} |
INT_0D |
|
| channel(i1)/crystal/thickness |
Thickness of the crystal {static} [m]. Introduced after DD version 3.34.0 |
FLT_0D |
|
| channel(i1)/crystal/thickness_error_upper |
Upper error for "thickness" {static} [m]. Introduced after DD version 3.34.0 |
FLT_0D |
|
| channel(i1)/crystal/thickness_error_lower |
Lower error for "thickness" {static} [m]. Introduced after DD version 3.34.0 |
FLT_0D |
|
channel(i1)/crystal/thickness_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "thickness" {constant} |
INT_0D |
|
| channel(i1)/crystal/cut(:) |
Miller indices characterizing the cut of the crystal (can be of length 3 or 4) {static}. Introduced after DD version 3.34.0 |
INT_1D |
1- 1...N
|
| channel(i1)/crystal/mesh_type |
Crystal mesh type. Introduced after DD version 3.34.0. Available options (refer to the children of this identifier structure) :
| Name |
Index |
Description |
| hexagonal |
1 |
Hexagonal mesh |
| cubic |
2 |
Cubic mesh |
|
structure |
|
| channel(i1)/crystal/mesh_type/name |
Short string identifier {static} |
STR_0D |
|
| channel(i1)/crystal/mesh_type/index |
Integer identifier (enumeration index within a list). Private identifier values must
be indicated by a negative index. {static} |
INT_0D |
|
| channel(i1)/crystal/mesh_type/description |
Verbose description {static} |
STR_0D |
|
| channel(i1)/filter_window(i2) |
Set of filter windows |
struct_array [max_size=5 (limited in MDS+ backend only)] |
1- 1...N
|
| channel(i1)/filter_window(i2)/identifier |
ID of the filter {static} |
STR_0D |
|
| channel(i1)/filter_window(i2)/geometry_type |
Geometry of the filter contour. Note that there is some flexibility in the choice
of the local coordinate system (X1,X2,X3). The data provider should choose the most
convenient coordinate system for the filter, respecting the definitions of (X1,X2,X3)
indicated below.. Available options (refer to the children of this identifier structure) :
| Name |
Index |
Description |
| polygonal |
1 |
Contour described by a polygonal outline in the (X1, X2) plane |
| circular |
2 |
Circle in the (X1, X2) plane, defined by its centre and radius |
| rectangle |
3 |
Rectangle in the (X1, X2) plane, defined by its centre and widths in the X1 and X2
directions |
|
structure |
|
| channel(i1)/filter_window(i2)/geometry_type/name |
Short string identifier {static} |
STR_0D |
|
| channel(i1)/filter_window(i2)/geometry_type/index |
Integer identifier (enumeration index within a list). Private identifier values must
be indicated by a negative index. {static} |
INT_0D |
|
| channel(i1)/filter_window(i2)/geometry_type/description |
Verbose description {static} |
STR_0D |
|
| channel(i1)/filter_window(i2)/curvature_type |
Curvature of the filter.. Available options (refer to the children of this identifier structure) :
| Name |
Index |
Description |
| planar |
1 |
Planar object, no curvature |
| cylindrical_x1 |
2 |
Cylindrical in the X1 direction, use x1_curvature |
| cylindrical_x2 |
3 |
Cylindrical in the X2 direction, use x2_curvature |
| spherical |
4 |
Spherical : same curvature radius in X1 and X2 directions, indicated in x1_curvature |
| toroidal |
5 |
Toroidal : x1_curvature in X1 direction and x2_curvature in X2 direction |
|
structure |
|
| channel(i1)/filter_window(i2)/curvature_type/name |
Short string identifier {static} |
STR_0D |
|
| channel(i1)/filter_window(i2)/curvature_type/index |
Integer identifier (enumeration index within a list). Private identifier values must
be indicated by a negative index. {static} |
INT_0D |
|
| channel(i1)/filter_window(i2)/curvature_type/description |
Verbose description {static} |
STR_0D |
|
| channel(i1)/filter_window(i2)/centre |
Coordinates of the origin of the local coordinate system (X1,X2,X3) describing the
filter. This origin is located within the filter area and should be the middle point
of the filter surface. If geometry_type=2, it's the centre of the circular filter.
If geometry_type=3, it's the centre of the rectangular filter. |
structure |
|
| channel(i1)/filter_window(i2)/centre/r |
Major radius {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/centre/r_error_upper |
Upper error for "r" {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/centre/r_error_lower |
Lower error for "r" {static} [m] |
FLT_0D |
|
channel(i1)/filter_window(i2)/centre/r_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "r" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/centre/z |
Height {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/centre/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/centre/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/filter_window(i2)/centre/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/centre/phi |
Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/centre/phi_error_upper |
Upper error for "phi" {static} [rad] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/centre/phi_error_lower |
Lower error for "phi" {static} [rad] |
FLT_0D |
|
channel(i1)/filter_window(i2)/centre/phi_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "phi" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/radius |
Radius of the circle, used only if geometry_type/index = 2 {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/radius_error_upper |
Upper error for "radius" {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/radius_error_lower |
Lower error for "radius" {static} [m] |
FLT_0D |
|
channel(i1)/filter_window(i2)/radius_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "radius" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/x1_unit_vector |
Components of the X1 direction unit vector in the (X,Y,Z) coordinate system, where
X is the major radius axis for phi = 0, Y is the major radius axis for phi = pi/2,
and Z is the height axis. The X1 vector is more horizontal than X2 (has a smaller
abs(Z) component) and oriented in the positive phi direction (counter-clockwise when
viewing from above). Click here for further documentation. |
structure |
|
| channel(i1)/filter_window(i2)/x1_unit_vector/x |
Component along X axis {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x1_unit_vector/x_error_upper |
Upper error for "x" {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x1_unit_vector/x_error_lower |
Lower error for "x" {static} [m] |
FLT_0D |
|
channel(i1)/filter_window(i2)/x1_unit_vector/x_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/x1_unit_vector/y |
Component along Y axis {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x1_unit_vector/y_error_upper |
Upper error for "y" {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x1_unit_vector/y_error_lower |
Lower error for "y" {static} [m] |
FLT_0D |
|
channel(i1)/filter_window(i2)/x1_unit_vector/y_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "y" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/x1_unit_vector/z |
Component along Z axis {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x1_unit_vector/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x1_unit_vector/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/filter_window(i2)/x1_unit_vector/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/x2_unit_vector |
Components of the X2 direction unit vector in the (X,Y,Z) coordinate system, where
X is the major radius axis for phi = 0, Y is the major radius axis for phi = pi/2,
and Z is the height axis. The X2 axis is orthonormal so that uX2 = uX3 x uX1. Click here for further documentation. |
structure |
|
| channel(i1)/filter_window(i2)/x2_unit_vector/x |
Component along X axis {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x2_unit_vector/x_error_upper |
Upper error for "x" {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x2_unit_vector/x_error_lower |
Lower error for "x" {static} [m] |
FLT_0D |
|
channel(i1)/filter_window(i2)/x2_unit_vector/x_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/x2_unit_vector/y |
Component along Y axis {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x2_unit_vector/y_error_upper |
Upper error for "y" {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x2_unit_vector/y_error_lower |
Lower error for "y" {static} [m] |
FLT_0D |
|
channel(i1)/filter_window(i2)/x2_unit_vector/y_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "y" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/x2_unit_vector/z |
Component along Z axis {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x2_unit_vector/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x2_unit_vector/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/filter_window(i2)/x2_unit_vector/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/x3_unit_vector |
Components of the X3 direction unit vector in the (X,Y,Z) coordinate system, where
X is the major radius axis for phi = 0, Y is the major radius axis for phi = pi/2,
and Z is the height axis. The X3 axis is normal to the filter surface and oriented
towards the plasma. Click here for further documentation. |
structure |
|
| channel(i1)/filter_window(i2)/x3_unit_vector/x |
Component along X axis {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x3_unit_vector/x_error_upper |
Upper error for "x" {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x3_unit_vector/x_error_lower |
Lower error for "x" {static} [m] |
FLT_0D |
|
channel(i1)/filter_window(i2)/x3_unit_vector/x_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/x3_unit_vector/y |
Component along Y axis {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x3_unit_vector/y_error_upper |
Upper error for "y" {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x3_unit_vector/y_error_lower |
Lower error for "y" {static} [m] |
FLT_0D |
|
channel(i1)/filter_window(i2)/x3_unit_vector/y_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "y" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/x3_unit_vector/z |
Component along Z axis {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x3_unit_vector/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x3_unit_vector/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/filter_window(i2)/x3_unit_vector/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/x1_width |
Full width of the filter in the X1 direction, used only if geometry_type/index = 3 {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x1_width_error_upper |
Upper error for "x1_width" {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x1_width_error_lower |
Lower error for "x1_width" {static} [m] |
FLT_0D |
|
channel(i1)/filter_window(i2)/x1_width_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x1_width" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/x2_width |
Full width of the filter in the X2 direction, used only if geometry_type/index = 3 {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x2_width_error_upper |
Upper error for "x2_width" {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x2_width_error_lower |
Lower error for "x2_width" {static} [m] |
FLT_0D |
|
channel(i1)/filter_window(i2)/x2_width_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x2_width" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/outline |
Irregular outline of the filter in the (X1, X2) coordinate system, used only if geometry_type/index=1.
Do NOT repeat the first point. |
structure |
|
| channel(i1)/filter_window(i2)/outline/x1(:) |
Positions along x1 axis {static} [m] |
FLT_1D |
1- 1...N
|
| channel(i1)/filter_window(i2)/outline/x1_error_upper(:) |
Upper error for "x1" {static} [m] |
FLT_1D |
1- 1...N
|
| channel(i1)/filter_window(i2)/outline/x1_error_lower(:) |
Lower error for "x1" {static} [m] |
FLT_1D |
1- 1...N
|
channel(i1)/filter_window(i2)/outline/x1_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x1" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/outline/x2(:) |
Positions along x2 axis {static} [m] |
FLT_1D |
1- channel(i1)/filter_window(i2)/outline/x1
|
| channel(i1)/filter_window(i2)/outline/x2_error_upper(:) |
Upper error for "x2" {static} [m] |
FLT_1D |
1- channel(i1)/filter_window(i2)/outline/x1
|
| channel(i1)/filter_window(i2)/outline/x2_error_lower(:) |
Lower error for "x2" {static} [m] |
FLT_1D |
1- channel(i1)/filter_window(i2)/outline/x1
|
channel(i1)/filter_window(i2)/outline/x2_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x2" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/x1_curvature |
Radius of curvature in the X1 direction, to be filled only for curvature_type/index
= 2, 4 or 5 {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x1_curvature_error_upper |
Upper error for "x1_curvature" {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x1_curvature_error_lower |
Lower error for "x1_curvature" {static} [m] |
FLT_0D |
|
channel(i1)/filter_window(i2)/x1_curvature_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x1_curvature" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/x2_curvature |
Radius of curvature in the X2 direction, to be filled only for curvature_type/index
= 3 or 5 {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x2_curvature_error_upper |
Upper error for "x2_curvature" {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/x2_curvature_error_lower |
Lower error for "x2_curvature" {static} [m] |
FLT_0D |
|
channel(i1)/filter_window(i2)/x2_curvature_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x2_curvature" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/surface |
Surface of the filter, derived from the above geometric data {static} [m^2] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/surface_error_upper |
Upper error for "surface" {static} [m^2] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/surface_error_lower |
Lower error for "surface" {static} [m^2] |
FLT_0D |
|
channel(i1)/filter_window(i2)/surface_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "surface" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/material |
Material of the filter window. Available options (refer to the children of this identifier structure) :
| Name |
Index |
Description |
| unspecified |
0 |
unspecified |
| C |
1 |
Carbon |
| W |
2 |
Tungsten |
| C_W_coating |
3 |
Carbon with tungsten coating |
| SS |
4 |
Stainless steel |
| SS_C_coating |
5 |
Stainless steel with carbon coating |
| IN |
6 |
Inconel |
| IN_C_coating |
7 |
Inconel with carbon coating |
| BC |
8 |
Boron carbide |
| BN |
17 |
Boron nitride |
| Ti_C_coating |
9 |
Titanium with carbon coating |
| Be |
10 |
Beryllium |
| Mo |
11 |
Molybdenum |
| Quartz |
12 |
Quartz |
| Ge |
13 |
Germanium |
| Si |
14 |
Silicon |
| LiF |
15 |
Lithium fluoride |
| InSb |
16 |
Indium antimonide |
| Cu |
18 |
Copper |
| CuCrZr |
19 |
Copper Chromium Zirconium alloy |
|
structure |
|
| channel(i1)/filter_window(i2)/material/name |
Short string identifier {static} |
STR_0D |
|
| channel(i1)/filter_window(i2)/material/index |
Integer identifier (enumeration index within a list). Private identifier values must
be indicated by a negative index. {static} |
INT_0D |
|
| channel(i1)/filter_window(i2)/material/description |
Verbose description {static} |
STR_0D |
|
| channel(i1)/filter_window(i2)/thickness |
Thickness of the filter window {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/thickness_error_upper |
Upper error for "thickness" {static} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/thickness_error_lower |
Lower error for "thickness" {static} [m] |
FLT_0D |
|
channel(i1)/filter_window(i2)/thickness_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "thickness" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/wavelength_lower |
Lower bound of the filter wavelength range {constant} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/wavelength_lower_error_upper |
Upper error for "wavelength_lower" {constant} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/wavelength_lower_error_lower |
Lower error for "wavelength_lower" {constant} [m] |
FLT_0D |
|
channel(i1)/filter_window(i2)/wavelength_lower_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "wavelength_lower" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/wavelength_upper |
Upper bound of the filter wavelength range {constant} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/wavelength_upper_error_upper |
Upper error for "wavelength_upper" {constant} [m] |
FLT_0D |
|
| channel(i1)/filter_window(i2)/wavelength_upper_error_lower |
Lower error for "wavelength_upper" {constant} [m] |
FLT_0D |
|
channel(i1)/filter_window(i2)/wavelength_upper_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "wavelength_upper" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/wavelengths(:) |
Array of wavelength values {static} [m] |
FLT_1D |
1- 1...N
|
| channel(i1)/filter_window(i2)/wavelengths_error_upper(:) |
Upper error for "wavelengths" {static} [m] |
FLT_1D |
1- 1...N
|
| channel(i1)/filter_window(i2)/wavelengths_error_lower(:) |
Lower error for "wavelengths" {static} [m] |
FLT_1D |
1- 1...N
|
channel(i1)/filter_window(i2)/wavelengths_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "wavelengths" {constant} |
INT_0D |
|
| channel(i1)/filter_window(i2)/photon_absorption(:) |
Probability of absorbing a photon passing through the filter as a function of its
wavelength {static} [-] |
FLT_1D |
1- channel(i1)/filter_window(i2)/wavelengths
|
| channel(i1)/filter_window(i2)/photon_absorption_error_upper(:) |
Upper error for "photon_absorption" {static} [-] |
FLT_1D |
1- channel(i1)/filter_window(i2)/wavelengths
|
| channel(i1)/filter_window(i2)/photon_absorption_error_lower(:) |
Lower error for "photon_absorption" {static} [-] |
FLT_1D |
1- channel(i1)/filter_window(i2)/wavelengths
|
channel(i1)/filter_window(i2)/photon_absorption_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "photon_absorption" {constant} |
INT_0D |
|
| channel(i1)/camera |
Characteristics of the camera used |
structure |
|
| channel(i1)/camera/identifier |
ID of the camera {static} |
STR_0D |
|
| channel(i1)/camera/pixel_dimensions(:) |
Pixel dimension in each direction (x1, x2) {static} [m] |
FLT_1D |
1- 1...2
|
| channel(i1)/camera/pixel_dimensions_error_upper(:) |
Upper error for "pixel_dimensions" {static} [m] |
FLT_1D |
1- 1...2
|
| channel(i1)/camera/pixel_dimensions_error_lower(:) |
Lower error for "pixel_dimensions" {static} [m] |
FLT_1D |
1- 1...2
|
channel(i1)/camera/pixel_dimensions_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "pixel_dimensions" {constant} |
INT_0D |
|
| channel(i1)/camera/pixels_n(:) |
Number of pixels in each direction (x1, x2) {static} |
INT_1D |
1- 1...2
|
| channel(i1)/camera/pixel_position |
Position of the centre of each pixel. First dimension : line index (x1 axis). Second
dimension: column index (x2 axis). |
structure |
|
| channel(i1)/camera/pixel_position/r(:,:) |
Major radius {static} [m] |
FLT_2D |
1- 1...N
2- 1...N
|
| channel(i1)/camera/pixel_position/r_error_upper(:,:) |
Upper error for "r" {static} [m] |
FLT_2D |
1- 1...N
2- 1...N
|
| channel(i1)/camera/pixel_position/r_error_lower(:,:) |
Lower error for "r" {static} [m] |
FLT_2D |
1- 1...N
2- 1...N
|
channel(i1)/camera/pixel_position/r_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "r" {constant} |
INT_0D |
|
| channel(i1)/camera/pixel_position/z(:,:) |
Height {static} [m] |
FLT_2D |
1- 1...N
2- 1...N
|
| channel(i1)/camera/pixel_position/z_error_upper(:,:) |
Upper error for "z" {static} [m] |
FLT_2D |
1- 1...N
2- 1...N
|
| channel(i1)/camera/pixel_position/z_error_lower(:,:) |
Lower error for "z" {static} [m] |
FLT_2D |
1- 1...N
2- 1...N
|
channel(i1)/camera/pixel_position/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/camera/pixel_position/phi(:,:) |
Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] |
FLT_2D |
1- 1...N
2- 1...N
|
| channel(i1)/camera/pixel_position/phi_error_upper(:,:) |
Upper error for "phi" {static} [rad] |
FLT_2D |
1- 1...N
2- 1...N
|
| channel(i1)/camera/pixel_position/phi_error_lower(:,:) |
Lower error for "phi" {static} [rad] |
FLT_2D |
1- 1...N
2- 1...N
|
channel(i1)/camera/pixel_position/phi_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "phi" {constant} |
INT_0D |
|
| channel(i1)/camera/camera_dimensions(:) |
Total camera dimension in each direction (x1, x2) {static} [m] |
FLT_1D |
1- 1...2
|
| channel(i1)/camera/camera_dimensions_error_upper(:) |
Upper error for "camera_dimensions" {static} [m] |
FLT_1D |
1- 1...2
|
| channel(i1)/camera/camera_dimensions_error_lower(:) |
Lower error for "camera_dimensions" {static} [m] |
FLT_1D |
1- 1...2
|
channel(i1)/camera/camera_dimensions_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "camera_dimensions" {constant} |
INT_0D |
|
| channel(i1)/camera/centre |
Position of the camera centre |
structure |
|
| channel(i1)/camera/centre/r |
Major radius {static} [m] |
FLT_0D |
|
| channel(i1)/camera/centre/r_error_upper |
Upper error for "r" {static} [m] |
FLT_0D |
|
| channel(i1)/camera/centre/r_error_lower |
Lower error for "r" {static} [m] |
FLT_0D |
|
channel(i1)/camera/centre/r_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "r" {constant} |
INT_0D |
|
| channel(i1)/camera/centre/z |
Height {static} [m] |
FLT_0D |
|
| channel(i1)/camera/centre/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/camera/centre/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/camera/centre/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/camera/centre/phi |
Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] |
FLT_0D |
|
| channel(i1)/camera/centre/phi_error_upper |
Upper error for "phi" {static} [rad] |
FLT_0D |
|
| channel(i1)/camera/centre/phi_error_lower |
Lower error for "phi" {static} [rad] |
FLT_0D |
|
channel(i1)/camera/centre/phi_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "phi" {constant} |
INT_0D |
|
| channel(i1)/camera/x1_unit_vector |
Components of the X1 direction unit vector in the (X,Y,Z) coordinate system, where
X is the major radius axis for phi = 0, Y is the major radius axis for phi = pi/2,
and Z is the height axis. The X1 vector is more horizontal than X2 (has a smaller
abs(Z) component) and oriented in the positive phi direction (counter-clockwise when
viewing from above). Click here for further documentation. |
structure |
|
| channel(i1)/camera/x1_unit_vector/x |
Component along X axis {static} [m] |
FLT_0D |
|
| channel(i1)/camera/x1_unit_vector/x_error_upper |
Upper error for "x" {static} [m] |
FLT_0D |
|
| channel(i1)/camera/x1_unit_vector/x_error_lower |
Lower error for "x" {static} [m] |
FLT_0D |
|
channel(i1)/camera/x1_unit_vector/x_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x" {constant} |
INT_0D |
|
| channel(i1)/camera/x1_unit_vector/y |
Component along Y axis {static} [m] |
FLT_0D |
|
| channel(i1)/camera/x1_unit_vector/y_error_upper |
Upper error for "y" {static} [m] |
FLT_0D |
|
| channel(i1)/camera/x1_unit_vector/y_error_lower |
Lower error for "y" {static} [m] |
FLT_0D |
|
channel(i1)/camera/x1_unit_vector/y_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "y" {constant} |
INT_0D |
|
| channel(i1)/camera/x1_unit_vector/z |
Component along Z axis {static} [m] |
FLT_0D |
|
| channel(i1)/camera/x1_unit_vector/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/camera/x1_unit_vector/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/camera/x1_unit_vector/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/camera/x2_unit_vector |
Components of the X2 direction unit vector in the (X,Y,Z) coordinate system, where
X is the major radius axis for phi = 0, Y is the major radius axis for phi = pi/2,
and Z is the height axis. The X2 axis is orthonormal so that uX2 = uX3 x uX1. Click here for further documentation. |
structure |
|
| channel(i1)/camera/x2_unit_vector/x |
Component along X axis {static} [m] |
FLT_0D |
|
| channel(i1)/camera/x2_unit_vector/x_error_upper |
Upper error for "x" {static} [m] |
FLT_0D |
|
| channel(i1)/camera/x2_unit_vector/x_error_lower |
Lower error for "x" {static} [m] |
FLT_0D |
|
channel(i1)/camera/x2_unit_vector/x_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x" {constant} |
INT_0D |
|
| channel(i1)/camera/x2_unit_vector/y |
Component along Y axis {static} [m] |
FLT_0D |
|
| channel(i1)/camera/x2_unit_vector/y_error_upper |
Upper error for "y" {static} [m] |
FLT_0D |
|
| channel(i1)/camera/x2_unit_vector/y_error_lower |
Lower error for "y" {static} [m] |
FLT_0D |
|
channel(i1)/camera/x2_unit_vector/y_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "y" {constant} |
INT_0D |
|
| channel(i1)/camera/x2_unit_vector/z |
Component along Z axis {static} [m] |
FLT_0D |
|
| channel(i1)/camera/x2_unit_vector/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/camera/x2_unit_vector/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/camera/x2_unit_vector/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/camera/x3_unit_vector |
Components of the X3 direction unit vector in the (X,Y,Z) coordinate system, where
X is the major radius axis for phi = 0, Y is the major radius axis for phi = pi/2,
and Z is the height axis. The X3 axis is normal to the camera plane and oriented towards
the plasma. |
structure |
|
| channel(i1)/camera/x3_unit_vector/x |
Component along X axis {static} [m] |
FLT_0D |
|
| channel(i1)/camera/x3_unit_vector/x_error_upper |
Upper error for "x" {static} [m] |
FLT_0D |
|
| channel(i1)/camera/x3_unit_vector/x_error_lower |
Lower error for "x" {static} [m] |
FLT_0D |
|
channel(i1)/camera/x3_unit_vector/x_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "x" {constant} |
INT_0D |
|
| channel(i1)/camera/x3_unit_vector/y |
Component along Y axis {static} [m] |
FLT_0D |
|
| channel(i1)/camera/x3_unit_vector/y_error_upper |
Upper error for "y" {static} [m] |
FLT_0D |
|
| channel(i1)/camera/x3_unit_vector/y_error_lower |
Lower error for "y" {static} [m] |
FLT_0D |
|
channel(i1)/camera/x3_unit_vector/y_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "y" {constant} |
INT_0D |
|
| channel(i1)/camera/x3_unit_vector/z |
Component along Z axis {static} [m] |
FLT_0D |
|
| channel(i1)/camera/x3_unit_vector/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/camera/x3_unit_vector/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/camera/x3_unit_vector/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/camera/line_of_sight |
Description of the line of sight for each pixel, given by 2 points. For each coordinate
: first dimension : line index (x1 axis); second dimension: column index (x2 axis). |
structure |
|
| channel(i1)/camera/line_of_sight/first_point |
Position of the first point |
structure |
|
| channel(i1)/camera/line_of_sight/first_point/r(:,:) |
Major radius {static} [m] |
FLT_2D |
1- 1...N
2- 1...N
|
| channel(i1)/camera/line_of_sight/first_point/r_error_upper(:,:) |
Upper error for "r" {static} [m] |
FLT_2D |
1- 1...N
2- 1...N
|
| channel(i1)/camera/line_of_sight/first_point/r_error_lower(:,:) |
Lower error for "r" {static} [m] |
FLT_2D |
1- 1...N
2- 1...N
|
channel(i1)/camera/line_of_sight/first_point/r_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "r" {constant} |
INT_0D |
|
| channel(i1)/camera/line_of_sight/first_point/z(:,:) |
Height {static} [m] |
FLT_2D |
1- 1...N
2- 1...N
|
| channel(i1)/camera/line_of_sight/first_point/z_error_upper(:,:) |
Upper error for "z" {static} [m] |
FLT_2D |
1- 1...N
2- 1...N
|
| channel(i1)/camera/line_of_sight/first_point/z_error_lower(:,:) |
Lower error for "z" {static} [m] |
FLT_2D |
1- 1...N
2- 1...N
|
channel(i1)/camera/line_of_sight/first_point/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/camera/line_of_sight/first_point/phi(:,:) |
Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] |
FLT_2D |
1- 1...N
2- 1...N
|
| channel(i1)/camera/line_of_sight/first_point/phi_error_upper(:,:) |
Upper error for "phi" {static} [rad] |
FLT_2D |
1- 1...N
2- 1...N
|
| channel(i1)/camera/line_of_sight/first_point/phi_error_lower(:,:) |
Lower error for "phi" {static} [rad] |
FLT_2D |
1- 1...N
2- 1...N
|
channel(i1)/camera/line_of_sight/first_point/phi_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "phi" {constant} |
INT_0D |
|
| channel(i1)/camera/line_of_sight/second_point |
Position of the second point |
structure |
|
| channel(i1)/camera/line_of_sight/second_point/r(:,:) |
Major radius {static} [m] |
FLT_2D |
1- 1...N
2- 1...N
|
| channel(i1)/camera/line_of_sight/second_point/r_error_upper(:,:) |
Upper error for "r" {static} [m] |
FLT_2D |
1- 1...N
2- 1...N
|
| channel(i1)/camera/line_of_sight/second_point/r_error_lower(:,:) |
Lower error for "r" {static} [m] |
FLT_2D |
1- 1...N
2- 1...N
|
channel(i1)/camera/line_of_sight/second_point/r_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "r" {constant} |
INT_0D |
|
| channel(i1)/camera/line_of_sight/second_point/z(:,:) |
Height {static} [m] |
FLT_2D |
1- 1...N
2- 1...N
|
| channel(i1)/camera/line_of_sight/second_point/z_error_upper(:,:) |
Upper error for "z" {static} [m] |
FLT_2D |
1- 1...N
2- 1...N
|
| channel(i1)/camera/line_of_sight/second_point/z_error_lower(:,:) |
Lower error for "z" {static} [m] |
FLT_2D |
1- 1...N
2- 1...N
|
channel(i1)/camera/line_of_sight/second_point/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/camera/line_of_sight/second_point/phi(:,:) |
Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] |
FLT_2D |
1- 1...N
2- 1...N
|
| channel(i1)/camera/line_of_sight/second_point/phi_error_upper(:,:) |
Upper error for "phi" {static} [rad] |
FLT_2D |
1- 1...N
2- 1...N
|
| channel(i1)/camera/line_of_sight/second_point/phi_error_lower(:,:) |
Lower error for "phi" {static} [rad] |
FLT_2D |
1- 1...N
2- 1...N
|
channel(i1)/camera/line_of_sight/second_point/phi_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "phi" {constant} |
INT_0D |
|
| channel(i1)/z_frames(:) |
Height of the observed zone at the focal plane in the plasma, corresponding to the
vertical dimension of the frame {static} [m] |
FLT_1D |
1- 1...N
|
| channel(i1)/z_frames_error_upper(:) |
Upper error for "z_frames" {static} [m] |
FLT_1D |
1- 1...N
|
| channel(i1)/z_frames_error_lower(:) |
Lower error for "z_frames" {static} [m] |
FLT_1D |
1- 1...N
|
channel(i1)/z_frames_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z_frames" {constant} |
INT_0D |
|
| channel(i1)/wavelength_frames(:,:) |
Wavelength of incoming photons on each pixel of the frames, mainly varying accross
the horizontal dimension of the frame. However a 2D map of the wavelength is given
since it is not constant vertically due to the elliptical curvature of the photon
iso-surfaces {static} [m] |
FLT_2D |
1- 1...N
2- channel(i1)/z_frames
|
| channel(i1)/wavelength_frames_error_upper(:,:) |
Upper error for "wavelength_frames" {static} [m] |
FLT_2D |
1- 1...N
2- channel(i1)/z_frames
|
| channel(i1)/wavelength_frames_error_lower(:,:) |
Lower error for "wavelength_frames" {static} [m] |
FLT_2D |
1- 1...N
2- channel(i1)/z_frames
|
channel(i1)/wavelength_frames_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "wavelength_frames" {constant} |
INT_0D |
|
| channel(i1)/bin(i2) |
Set of bins (binning in the vertical dimension) defined to increase the signal to
noise ratio of the spectra. Introduced after DD version 3.35.0 |
struct_array [max_size=100 (limited in MDS+ backend only)] |
1- 1...N
|
| channel(i1)/bin(i2)/z_pixel_range(:) |
Vertical pixel index range indicating the corresponding binned detector area {static} |
INT_1D |
1- 1...2
|
| channel(i1)/bin(i2)/wavelength(:) |
Wavelength of incoming photons on each horizontal pixel of this bin. {static} [m] |
FLT_1D |
1- 1...N
|
| channel(i1)/bin(i2)/wavelength_error_upper(:) |
Upper error for "wavelength" {static} [m] |
FLT_1D |
1- 1...N
|
| channel(i1)/bin(i2)/wavelength_error_lower(:) |
Lower error for "wavelength" {static} [m] |
FLT_1D |
1- 1...N
|
channel(i1)/bin(i2)/wavelength_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "wavelength" {constant} |
INT_0D |
|
| channel(i1)/bin(i2)/line_of_sight |
Description of the line of sight from the crystal to the plasma for this bin, defined
by two points |
structure |
|
| channel(i1)/bin(i2)/line_of_sight/first_point |
Position of the first point |
structure |
|
| channel(i1)/bin(i2)/line_of_sight/first_point/r |
Major radius {static} [m] |
FLT_0D |
|
| channel(i1)/bin(i2)/line_of_sight/first_point/r_error_upper |
Upper error for "r" {static} [m] |
FLT_0D |
|
| channel(i1)/bin(i2)/line_of_sight/first_point/r_error_lower |
Lower error for "r" {static} [m] |
FLT_0D |
|
channel(i1)/bin(i2)/line_of_sight/first_point/r_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "r" {constant} |
INT_0D |
|
| channel(i1)/bin(i2)/line_of_sight/first_point/z |
Height {static} [m] |
FLT_0D |
|
| channel(i1)/bin(i2)/line_of_sight/first_point/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/bin(i2)/line_of_sight/first_point/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/bin(i2)/line_of_sight/first_point/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/bin(i2)/line_of_sight/first_point/phi |
Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] |
FLT_0D |
|
| channel(i1)/bin(i2)/line_of_sight/first_point/phi_error_upper |
Upper error for "phi" {static} [rad] |
FLT_0D |
|
| channel(i1)/bin(i2)/line_of_sight/first_point/phi_error_lower |
Lower error for "phi" {static} [rad] |
FLT_0D |
|
channel(i1)/bin(i2)/line_of_sight/first_point/phi_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "phi" {constant} |
INT_0D |
|
| channel(i1)/bin(i2)/line_of_sight/second_point |
Position of the second point |
structure |
|
| channel(i1)/bin(i2)/line_of_sight/second_point/r |
Major radius {static} [m] |
FLT_0D |
|
| channel(i1)/bin(i2)/line_of_sight/second_point/r_error_upper |
Upper error for "r" {static} [m] |
FLT_0D |
|
| channel(i1)/bin(i2)/line_of_sight/second_point/r_error_lower |
Lower error for "r" {static} [m] |
FLT_0D |
|
channel(i1)/bin(i2)/line_of_sight/second_point/r_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "r" {constant} |
INT_0D |
|
| channel(i1)/bin(i2)/line_of_sight/second_point/z |
Height {static} [m] |
FLT_0D |
|
| channel(i1)/bin(i2)/line_of_sight/second_point/z_error_upper |
Upper error for "z" {static} [m] |
FLT_0D |
|
| channel(i1)/bin(i2)/line_of_sight/second_point/z_error_lower |
Lower error for "z" {static} [m] |
FLT_0D |
|
channel(i1)/bin(i2)/line_of_sight/second_point/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/bin(i2)/line_of_sight/second_point/phi |
Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] |
FLT_0D |
|
| channel(i1)/bin(i2)/line_of_sight/second_point/phi_error_upper |
Upper error for "phi" {static} [rad] |
FLT_0D |
|
| channel(i1)/bin(i2)/line_of_sight/second_point/phi_error_lower |
Lower error for "phi" {static} [rad] |
FLT_0D |
|
channel(i1)/bin(i2)/line_of_sight/second_point/phi_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "phi" {constant} |
INT_0D |
|
| channel(i1)/bin(i2)/instrument_function |
Instrument function for this bin (replaces the ../../instrument function in case vertical
binning is used), i.e. response of the detector to a monochromatic emission passing
through the spectrometer. The resulting image on the detector will be a 2-D distribution
of pixel values, for each wavelength. It can be given as explicit values for each
detector pixel (values node) or as a parametric function of wavelength (described
by the other nodes) . Introduced after DD version 3.38.1 |
structure |
|
| channel(i1)/bin(i2)/instrument_function/wavelengths(:) |
Array of wavelengths on which the instrument function is defined {static} [m] |
FLT_1D |
1- 1...N
|
| channel(i1)/bin(i2)/instrument_function/wavelengths_error_upper(:) |
Upper error for "wavelengths" {static} [m] |
FLT_1D |
1- 1...N
|
| channel(i1)/bin(i2)/instrument_function/wavelengths_error_lower(:) |
Lower error for "wavelengths" {static} [m] |
FLT_1D |
1- 1...N
|
channel(i1)/bin(i2)/instrument_function/wavelengths_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "wavelengths" {constant} |
INT_0D |
|
| channel(i1)/bin(i2)/instrument_function/values(:,:) |
Explicit instrument function values for the detector. When multiplied by the line-integrated
emission spectrum in photons/second/sr/m/m^2 received on a binned pixel of the detector,
gives the detector pixel output in counts/seconds. {static} [sr.m] |
FLT_2D |
1- 1...N
2- channel(i1)/bin(i2)/instrument_function/wavelengths
|
| channel(i1)/bin(i2)/instrument_function/values_error_upper(:,:) |
Upper error for "values" {static} [sr.m] |
FLT_2D |
1- 1...N
2- channel(i1)/bin(i2)/instrument_function/wavelengths
|
| channel(i1)/bin(i2)/instrument_function/values_error_lower(:,:) |
Lower error for "values" {static} [sr.m] |
FLT_2D |
1- 1...N
2- channel(i1)/bin(i2)/instrument_function/wavelengths
|
channel(i1)/bin(i2)/instrument_function/values_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "values" {constant} |
INT_0D |
|
| channel(i1)/bin(i2)/instrument_function/type |
Instrument function type. Available options (refer to the children of this identifier structure) :
| Name |
Index |
Description |
| explicit |
1 |
Explicit values, use the values node |
| gaussian |
2 |
Gaussian : use parameters intensity, centre, and sigma |
| lorentzian |
3 |
Lorentzian : use parameters intensity, centre, and scale |
| voigt |
4 |
Voigt : use parameters intensity, centre, sigma, and scale |
|
structure |
|
| channel(i1)/bin(i2)/instrument_function/type/name |
Short string identifier {static} |
STR_0D |
|
| channel(i1)/bin(i2)/instrument_function/type/index |
Integer identifier (enumeration index within a list). Private identifier values must
be indicated by a negative index. {static} |
INT_0D |
|
| channel(i1)/bin(i2)/instrument_function/type/description |
Verbose description {static} |
STR_0D |
|
| channel(i1)/bin(i2)/instrument_function/intensity(:) |
Scaling factor for the instrument function such that convolving the instrument function
with an emission spectrum gives the counts per second on the detector {static} [m] |
FLT_1D |
1- channel(i1)/bin(i2)/instrument_function/wavelengths
|
| channel(i1)/bin(i2)/instrument_function/intensity_error_upper(:) |
Upper error for "intensity" {static} [m] |
FLT_1D |
1- channel(i1)/bin(i2)/instrument_function/wavelengths
|
| channel(i1)/bin(i2)/instrument_function/intensity_error_lower(:) |
Lower error for "intensity" {static} [m] |
FLT_1D |
1- channel(i1)/bin(i2)/instrument_function/wavelengths
|
channel(i1)/bin(i2)/instrument_function/intensity_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "intensity" {constant} |
INT_0D |
|
| channel(i1)/bin(i2)/instrument_function/centre(:) |
Centre (in terms of absolute wavelength) of instrument function {static} [m] |
FLT_1D |
1- channel(i1)/bin(i2)/instrument_function/wavelengths
|
| channel(i1)/bin(i2)/instrument_function/centre_error_upper(:) |
Upper error for "centre" {static} [m] |
FLT_1D |
1- channel(i1)/bin(i2)/instrument_function/wavelengths
|
| channel(i1)/bin(i2)/instrument_function/centre_error_lower(:) |
Lower error for "centre" {static} [m] |
FLT_1D |
1- channel(i1)/bin(i2)/instrument_function/wavelengths
|
channel(i1)/bin(i2)/instrument_function/centre_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "centre" {constant} |
INT_0D |
|
| channel(i1)/bin(i2)/instrument_function/sigma(:) |
Standard deviation of Gaussian instrument function {static} [m] |
FLT_1D |
1- channel(i1)/bin(i2)/instrument_function/wavelengths
|
| channel(i1)/bin(i2)/instrument_function/sigma_error_upper(:) |
Upper error for "sigma" {static} [m] |
FLT_1D |
1- channel(i1)/bin(i2)/instrument_function/wavelengths
|
| channel(i1)/bin(i2)/instrument_function/sigma_error_lower(:) |
Lower error for "sigma" {static} [m] |
FLT_1D |
1- channel(i1)/bin(i2)/instrument_function/wavelengths
|
channel(i1)/bin(i2)/instrument_function/sigma_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "sigma" {constant} |
INT_0D |
|
| channel(i1)/bin(i2)/instrument_function/scale(:) |
Scale of Lorentzian instrument function (full width at half height) {static} [m] |
FLT_1D |
1- channel(i1)/bin(i2)/instrument_function/wavelengths
|
| channel(i1)/bin(i2)/instrument_function/scale_error_upper(:) |
Upper error for "scale" {static} [m] |
FLT_1D |
1- channel(i1)/bin(i2)/instrument_function/wavelengths
|
| channel(i1)/bin(i2)/instrument_function/scale_error_lower(:) |
Lower error for "scale" {static} [m] |
FLT_1D |
1- channel(i1)/bin(i2)/instrument_function/wavelengths
|
channel(i1)/bin(i2)/instrument_function/scale_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "scale" {constant} |
INT_0D |
|
| channel(i1)/frame(itime) |
Set of frames {dynamic} |
struct_array |
1- channel(i1)/frame(itime)/time
|
| channel(i1)/frame(itime)/counts_n(:,:) |
Number of counts detected on each pixel of the frame during one exposure time {dynamic} [-]. Introduced after DD version 3.34.0 |
FLT_2D |
1- 1...N
2- channel(i1)/z_frames
|
| channel(i1)/frame(itime)/counts_n_error_upper(:,:) |
Upper error for "counts_n" {dynamic} [-]. Introduced after DD version 3.34.0 |
FLT_2D |
1- 1...N
2- channel(i1)/z_frames
|
| channel(i1)/frame(itime)/counts_n_error_lower(:,:) |
Lower error for "counts_n" {dynamic} [-]. Introduced after DD version 3.34.0 |
FLT_2D |
1- 1...N
2- channel(i1)/z_frames
|
channel(i1)/frame(itime)/counts_n_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "counts_n" {dynamic} |
INT_0D |
|
| channel(i1)/frame(itime)/counts_bin_n(:,:) |
Number of counts detected on each pixel/bin of the binned frame during one exposure
time {dynamic} [-]. Introduced after DD version 3.35.0 |
FLT_2D |
1- 1...N
2- channel(i1)/bin
|
| channel(i1)/frame(itime)/counts_bin_n_error_upper(:,:) |
Upper error for "counts_bin_n" {dynamic} [-]. Introduced after DD version 3.35.0 |
FLT_2D |
1- 1...N
2- channel(i1)/bin
|
| channel(i1)/frame(itime)/counts_bin_n_error_lower(:,:) |
Lower error for "counts_bin_n" {dynamic} [-]. Introduced after DD version 3.35.0 |
FLT_2D |
1- 1...N
2- channel(i1)/bin
|
channel(i1)/frame(itime)/counts_bin_n_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "counts_bin_n" {dynamic} |
INT_0D |
|
| channel(i1)/frame(itime)/time |
Time {dynamic} [s] |
FLT_0D |
|
| channel(i1)/energies(:) |
Array of energy values for tabulation of the detection efficiency {static} [eV]. Introduced after DD version 3.34.0 |
FLT_1D |
1- 1...N
|
| channel(i1)/energies_error_upper(:) |
Upper error for "energies" {static} [eV]. Introduced after DD version 3.34.0 |
FLT_1D |
1- 1...N
|
| channel(i1)/energies_error_lower(:) |
Lower error for "energies" {static} [eV]. Introduced after DD version 3.34.0 |
FLT_1D |
1- 1...N
|
channel(i1)/energies_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "energies" {constant} |
INT_0D |
|
| channel(i1)/detection_efficiency(:) |
Probability of detection of a photon impacting the detector as a function of its energy
{static} [-]. Introduced after DD version 3.34.0 |
FLT_1D |
1- channel(i1)/energies
|
| channel(i1)/detection_efficiency_error_upper(:) |
Upper error for "detection_efficiency" {static} [-]. Introduced after DD version 3.34.0 |
FLT_1D |
1- channel(i1)/energies
|
| channel(i1)/detection_efficiency_error_lower(:) |
Lower error for "detection_efficiency" {static} [-]. Introduced after DD version 3.34.0 |
FLT_1D |
1- channel(i1)/energies
|
channel(i1)/detection_efficiency_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "detection_efficiency" {constant} |
INT_0D |
|
| channel(i1)/profiles_line_integrated |
Profiles proxies are given in the vertical direction of the detector. They are estimated
directly from the camera, without tomographic inversion. Binning is allowed so the
number of profile points may be lower than the length of z_frames. Physical quantities
deduced from the measured spectra are given for each profile point. They correspond
to the spectra integrated along lines of sight, defined by a first point given by
the centre of the crystal and a second point (depending on the profile point) described
below.. Introduced after DD version 3.34.0 |
structure |
|
| channel(i1)/profiles_line_integrated/lines_of_sight_second_point |
For each profile point, a line of sight is defined by a first point given by the centre
of the crystal and a second point described here. |
structure |
|
| channel(i1)/profiles_line_integrated/lines_of_sight_second_point/r(:) |
Major radius {static} [m] |
FLT_1D |
1- 1...N
|
| channel(i1)/profiles_line_integrated/lines_of_sight_second_point/r_error_upper(:) |
Upper error for "r" {static} [m] |
FLT_1D |
1- 1...N
|
| channel(i1)/profiles_line_integrated/lines_of_sight_second_point/r_error_lower(:) |
Lower error for "r" {static} [m] |
FLT_1D |
1- 1...N
|
channel(i1)/profiles_line_integrated/lines_of_sight_second_point/r_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "r" {constant} |
INT_0D |
|
| channel(i1)/profiles_line_integrated/lines_of_sight_second_point/z(:) |
Height {static} [m] |
FLT_1D |
1- channel(i1)/profiles_line_integrated/lines_of_sight_second_point/r
|
| channel(i1)/profiles_line_integrated/lines_of_sight_second_point/z_error_upper(:) |
Upper error for "z" {static} [m] |
FLT_1D |
1- channel(i1)/profiles_line_integrated/lines_of_sight_second_point/r
|
| channel(i1)/profiles_line_integrated/lines_of_sight_second_point/z_error_lower(:) |
Lower error for "z" {static} [m] |
FLT_1D |
1- channel(i1)/profiles_line_integrated/lines_of_sight_second_point/r
|
channel(i1)/profiles_line_integrated/lines_of_sight_second_point/z_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "z" {constant} |
INT_0D |
|
| channel(i1)/profiles_line_integrated/lines_of_sight_second_point/phi(:) |
Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] |
FLT_1D |
1- channel(i1)/profiles_line_integrated/lines_of_sight_second_point/r
|
| channel(i1)/profiles_line_integrated/lines_of_sight_second_point/phi_error_upper(:) |
Upper error for "phi" {static} [rad] |
FLT_1D |
1- channel(i1)/profiles_line_integrated/lines_of_sight_second_point/r
|
| channel(i1)/profiles_line_integrated/lines_of_sight_second_point/phi_error_lower(:) |
Lower error for "phi" {static} [rad] |
FLT_1D |
1- channel(i1)/profiles_line_integrated/lines_of_sight_second_point/r
|
channel(i1)/profiles_line_integrated/lines_of_sight_second_point/phi_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "phi" {constant} |
INT_0D |
|
| channel(i1)/profiles_line_integrated/lines_of_sight_rho_tor_norm |
Shortest distance in rho_tor_norm between lines of sight and magnetic axis, signed
with following convention : positive (resp. negative) means the point of shortest
distance is above (resp. below) the magnetic axis [-] |
structure |
1- channel(i1)/profiles_line_integrated/lines_of_sight_second_point/r
|
| channel(i1)/profiles_line_integrated/lines_of_sight_rho_tor_norm/data(:,:) |
Data {dynamic} [as_parent] |
FLT_2D |
1- 1...N
2- channel(i1)/profiles_line_integrated/time
|
| channel(i1)/profiles_line_integrated/lines_of_sight_rho_tor_norm/data_error_upper(:,:) |
Upper error for "data" {dynamic} [as_parent] |
FLT_2D |
1- 1...N
2- channel(i1)/profiles_line_integrated/time
|
| channel(i1)/profiles_line_integrated/lines_of_sight_rho_tor_norm/data_error_lower(:,:) |
Lower error for "data" {dynamic} [as_parent] |
FLT_2D |
1- 1...N
2- channel(i1)/profiles_line_integrated/time
|
channel(i1)/profiles_line_integrated/lines_of_sight_rho_tor_norm/data_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "data" {constant} |
INT_0D |
|
| channel(i1)/profiles_line_integrated/lines_of_sight_rho_tor_norm/validity_timed(:) |
Indicator of the validity of the data for each time slice. 0: valid from automated
processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified
in the data processing (request verification by the diagnostic RO), -2: invalid data,
should not be used (values lower than -2 have a code-specific meaning detailing the
origin of their invalidity) {dynamic} |
INT_1D |
1- channel(i1)/profiles_line_integrated/time
|
| channel(i1)/profiles_line_integrated/lines_of_sight_rho_tor_norm/validity |
Indicator of the validity of the data for the whole acquisition period. 0: valid from
automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem
identified in the data processing (request verification by the diagnostic RO), -2:
invalid data, should not be used (values lower than -2 have a code-specific meaning
detailing the origin of their invalidity) {constant} |
INT_0D |
|
| channel(i1)/profiles_line_integrated/t_i |
Ion temperature (estimated from a spectral fit directly on the output line-integrated
signal, without tomographic inversion) [eV] |
structure |
1- channel(i1)/profiles_line_integrated/lines_of_sight_second_point/r
|
| channel(i1)/profiles_line_integrated/t_i/data(:,:) |
Data {dynamic} [as_parent] |
FLT_2D |
1- 1...N
2- channel(i1)/profiles_line_integrated/time
|
| channel(i1)/profiles_line_integrated/t_i/data_error_upper(:,:) |
Upper error for "data" {dynamic} [as_parent] |
FLT_2D |
1- 1...N
2- channel(i1)/profiles_line_integrated/time
|
| channel(i1)/profiles_line_integrated/t_i/data_error_lower(:,:) |
Lower error for "data" {dynamic} [as_parent] |
FLT_2D |
1- 1...N
2- channel(i1)/profiles_line_integrated/time
|
channel(i1)/profiles_line_integrated/t_i/data_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "data" {constant} |
INT_0D |
|
| channel(i1)/profiles_line_integrated/t_i/validity_timed(:) |
Indicator of the validity of the data for each time slice. 0: valid from automated
processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified
in the data processing (request verification by the diagnostic RO), -2: invalid data,
should not be used (values lower than -2 have a code-specific meaning detailing the
origin of their invalidity) {dynamic} |
INT_1D |
1- channel(i1)/profiles_line_integrated/time
|
| channel(i1)/profiles_line_integrated/t_i/validity |
Indicator of the validity of the data for the whole acquisition period. 0: valid from
automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem
identified in the data processing (request verification by the diagnostic RO), -2:
invalid data, should not be used (values lower than -2 have a code-specific meaning
detailing the origin of their invalidity) {constant} |
INT_0D |
|
| channel(i1)/profiles_line_integrated/t_e |
Electron temperature (estimated from a spectral fit directly on the output line-integrated
signal, without tomographic inversion) [eV] |
structure |
1- channel(i1)/profiles_line_integrated/lines_of_sight_second_point/r
|
| channel(i1)/profiles_line_integrated/t_e/data(:,:) |
Data {dynamic} [as_parent] |
FLT_2D |
1- 1...N
2- channel(i1)/profiles_line_integrated/time
|
| channel(i1)/profiles_line_integrated/t_e/data_error_upper(:,:) |
Upper error for "data" {dynamic} [as_parent] |
FLT_2D |
1- 1...N
2- channel(i1)/profiles_line_integrated/time
|
| channel(i1)/profiles_line_integrated/t_e/data_error_lower(:,:) |
Lower error for "data" {dynamic} [as_parent] |
FLT_2D |
1- 1...N
2- channel(i1)/profiles_line_integrated/time
|
channel(i1)/profiles_line_integrated/t_e/data_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "data" {constant} |
INT_0D |
|
| channel(i1)/profiles_line_integrated/t_e/validity_timed(:) |
Indicator of the validity of the data for each time slice. 0: valid from automated
processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified
in the data processing (request verification by the diagnostic RO), -2: invalid data,
should not be used (values lower than -2 have a code-specific meaning detailing the
origin of their invalidity) {dynamic} |
INT_1D |
1- channel(i1)/profiles_line_integrated/time
|
| channel(i1)/profiles_line_integrated/t_e/validity |
Indicator of the validity of the data for the whole acquisition period. 0: valid from
automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem
identified in the data processing (request verification by the diagnostic RO), -2:
invalid data, should not be used (values lower than -2 have a code-specific meaning
detailing the origin of their invalidity) {constant} |
INT_0D |
|
| channel(i1)/profiles_line_integrated/velocity_tor |
Toroidal velocity (estimated from a spectral fit directly on the output line-integrated
signal, without tomographic inversion) [m.s^-1] |
structure |
1- channel(i1)/profiles_line_integrated/lines_of_sight_second_point/r
|
| channel(i1)/profiles_line_integrated/velocity_tor/data(:,:) |
Data {dynamic} [as_parent] |
FLT_2D |
1- 1...N
2- channel(i1)/profiles_line_integrated/time
|
| channel(i1)/profiles_line_integrated/velocity_tor/data_error_upper(:,:) |
Upper error for "data" {dynamic} [as_parent] |
FLT_2D |
1- 1...N
2- channel(i1)/profiles_line_integrated/time
|
| channel(i1)/profiles_line_integrated/velocity_tor/data_error_lower(:,:) |
Lower error for "data" {dynamic} [as_parent] |
FLT_2D |
1- 1...N
2- channel(i1)/profiles_line_integrated/time
|
channel(i1)/profiles_line_integrated/velocity_tor/data_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "data" {constant} |
INT_0D |
|
| channel(i1)/profiles_line_integrated/velocity_tor/validity_timed(:) |
Indicator of the validity of the data for each time slice. 0: valid from automated
processing, 1: valid and certified by the diagnostic RO; - 1 means problem identified
in the data processing (request verification by the diagnostic RO), -2: invalid data,
should not be used (values lower than -2 have a code-specific meaning detailing the
origin of their invalidity) {dynamic} |
INT_1D |
1- channel(i1)/profiles_line_integrated/time
|
| channel(i1)/profiles_line_integrated/velocity_tor/validity |
Indicator of the validity of the data for the whole acquisition period. 0: valid from
automated processing, 1: valid and certified by the diagnostic RO; - 1 means problem
identified in the data processing (request verification by the diagnostic RO), -2:
invalid data, should not be used (values lower than -2 have a code-specific meaning
detailing the origin of their invalidity) {constant} |
INT_0D |
|
| channel(i1)/profiles_line_integrated/time(:) |
Timebase for the dynamic nodes of this probe located at this level of the IDS structure {dynamic} [s] |
FLT_1D |
1- 1...N
|
| channel(i1)/instrument_function |
Instrument function (to be used in case vertical binning is not used), i.e. response
of the detector to a monochromatic emission passing through the spectrometer. The
resulting image on the detector will be a 2-D distribution of pixel values, for each
wavelength. It can be given as explicit values for each detector pixel (values node)
or as a parametric function of wavelength (described by the other nodes) . Introduced after DD version 3.34.0 |
structure |
|
| channel(i1)/instrument_function/wavelengths(:) |
Array of wavelengths on which the instrument function is defined {static} [m] |
FLT_1D |
1- 1...N
|
| channel(i1)/instrument_function/wavelengths_error_upper(:) |
Upper error for "wavelengths" {static} [m] |
FLT_1D |
1- 1...N
|
| channel(i1)/instrument_function/wavelengths_error_lower(:) |
Lower error for "wavelengths" {static} [m] |
FLT_1D |
1- 1...N
|
channel(i1)/instrument_function/wavelengths_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "wavelengths" {constant} |
INT_0D |
|
| channel(i1)/instrument_function/values(:,:,:) |
Explicit instrument function values for the detector. When multiplied by the line-integrated
emission spectrum in photons/second/sr/m/m^2 received on a pixel of the detector,
gives the detector pixel output in counts/seconds. {static} [sr.m] |
FLT_3D |
1- 1...N
2- channel(i1)/z_frames
3- channel(i1)/instrument_function/wavelengths
|
| channel(i1)/instrument_function/values_error_upper(:,:,:) |
Upper error for "values" {static} [sr.m] |
FLT_3D |
1- 1...N
2- channel(i1)/z_frames
3- channel(i1)/instrument_function/wavelengths
|
| channel(i1)/instrument_function/values_error_lower(:,:,:) |
Lower error for "values" {static} [sr.m] |
FLT_3D |
1- 1...N
2- channel(i1)/z_frames
3- channel(i1)/instrument_function/wavelengths
|
channel(i1)/instrument_function/values_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "values" {constant} |
INT_0D |
|
| channel(i1)/instrument_function/type |
Instrument function type. Available options (refer to the children of this identifier structure) :
| Name |
Index |
Description |
| explicit |
1 |
Explicit values, use the values node |
| gaussian |
2 |
Gaussian : use parameters intensity, centre, and sigma |
| lorentzian |
3 |
Lorentzian : use parameters intensity, centre, and scale |
| voigt |
4 |
Voigt : use parameters intensity, centre, sigma, and scale |
|
structure |
|
| channel(i1)/instrument_function/type/name |
Short string identifier {static} |
STR_0D |
|
| channel(i1)/instrument_function/type/index |
Integer identifier (enumeration index within a list). Private identifier values must
be indicated by a negative index. {static} |
INT_0D |
|
| channel(i1)/instrument_function/type/description |
Verbose description {static} |
STR_0D |
|
| channel(i1)/instrument_function/intensity(:,:) |
Scaling factor for the instrument function such that convolving the instrument function
with an emission spectrum gives the counts per second on the detector {static} [m] |
FLT_2D |
1- channel(i1)/z_frames
2- channel(i1)/instrument_function/wavelengths
|
| channel(i1)/instrument_function/intensity_error_upper(:,:) |
Upper error for "intensity" {static} [m] |
FLT_2D |
1- channel(i1)/z_frames
2- channel(i1)/instrument_function/wavelengths
|
| channel(i1)/instrument_function/intensity_error_lower(:,:) |
Lower error for "intensity" {static} [m] |
FLT_2D |
1- channel(i1)/z_frames
2- channel(i1)/instrument_function/wavelengths
|
channel(i1)/instrument_function/intensity_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "intensity" {constant} |
INT_0D |
|
| channel(i1)/instrument_function/centre(:,:) |
Centre (in terms of absolute wavelength) of instrument function {static} [m] |
FLT_2D |
1- channel(i1)/z_frames
2- channel(i1)/instrument_function/wavelengths
|
| channel(i1)/instrument_function/centre_error_upper(:,:) |
Upper error for "centre" {static} [m] |
FLT_2D |
1- channel(i1)/z_frames
2- channel(i1)/instrument_function/wavelengths
|
| channel(i1)/instrument_function/centre_error_lower(:,:) |
Lower error for "centre" {static} [m] |
FLT_2D |
1- channel(i1)/z_frames
2- channel(i1)/instrument_function/wavelengths
|
channel(i1)/instrument_function/centre_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "centre" {constant} |
INT_0D |
|
| channel(i1)/instrument_function/sigma(:,:) |
Standard deviation of Gaussian instrument function {static} [m] |
FLT_2D |
1- channel(i1)/z_frames
2- channel(i1)/instrument_function/wavelengths
|
| channel(i1)/instrument_function/sigma_error_upper(:,:) |
Upper error for "sigma" {static} [m] |
FLT_2D |
1- channel(i1)/z_frames
2- channel(i1)/instrument_function/wavelengths
|
| channel(i1)/instrument_function/sigma_error_lower(:,:) |
Lower error for "sigma" {static} [m] |
FLT_2D |
1- channel(i1)/z_frames
2- channel(i1)/instrument_function/wavelengths
|
channel(i1)/instrument_function/sigma_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "sigma" {constant} |
INT_0D |
|
| channel(i1)/instrument_function/scale(:,:) |
Scale of Lorentzian instrument function (full width at half height) {static} [m] |
FLT_2D |
1- channel(i1)/z_frames
2- channel(i1)/instrument_function/wavelengths
|
| channel(i1)/instrument_function/scale_error_upper(:,:) |
Upper error for "scale" {static} [m] |
FLT_2D |
1- channel(i1)/z_frames
2- channel(i1)/instrument_function/wavelengths
|
| channel(i1)/instrument_function/scale_error_lower(:,:) |
Lower error for "scale" {static} [m] |
FLT_2D |
1- channel(i1)/z_frames
2- channel(i1)/instrument_function/wavelengths
|
channel(i1)/instrument_function/scale_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "scale" {constant} |
INT_0D |
|
| latency |
Upper bound of the delay between physical information received by the detector and
data available on the real-time (RT) network. {static} [s]. Introduced after DD version 3.32.1 |
FLT_0D |
|
| latency_error_upper |
Upper error for "latency" {static} [s]. Introduced after DD version 3.32.1 |
FLT_0D |
|
| latency_error_lower |
Lower error for "latency" {static} [s]. Introduced after DD version 3.32.1 |
FLT_0D |
|
latency_error_index Lifecycle status: obsolescent since version 3.39.0 |
Index in the error_description list for "latency" {constant} |
INT_0D |
|
| code |
Generic decription of the code-specific parameters for the code that has produced
this IDS |
structure |
|
| code/name |
Name of software generating IDS {constant} |
STR_0D |
|
| code/description |
Short description of the software (type, purpose) {constant}. Introduced after DD version 3.38.1 |
STR_0D |
|
| code/commit |
Unique commit reference of software {constant} |
STR_0D |
|
| code/version |
Unique version (tag) of software {constant} |
STR_0D |
|
| code/repository |
URL of software repository {constant} |
STR_0D |
|
| code/parameters |
List of the code specific parameters in XML format {constant} |
STR_0D |
|
| code/output_flag(:) |
Output flag : 0 means the run is successful, other values mean some difficulty has
been encountered, the exact meaning is then code specific. Negative values mean the
result shall not be used. {dynamic} |
INT_1D |
1- time
|
| code/library(i1) |
List of external libraries used by the code that has produced this IDS |
struct_array [max_size=10 (limited in MDS+ backend only)] |
1- 1...N
|
| code/library(i1)/name |
Name of software {constant} |
STR_0D |
|
| code/library(i1)/description |
Short description of the software (type, purpose) {constant}. Introduced after DD version 3.38.1 |
STR_0D |
|
| code/library(i1)/commit |
Unique commit reference of software {constant} |
STR_0D |
|
| code/library(i1)/version |
Unique version (tag) of software {constant} |
STR_0D |
|
| code/library(i1)/repository |
URL of software repository {constant} |
STR_0D |
|
| code/library(i1)/parameters |
List of the code specific parameters in XML format {constant} |
STR_0D |
|
| time(:) |
Generic time {dynamic} [s] |
FLT_1D |
1- 1...N
|