ITER Physics Data Model Documentation for ece
Electron cyclotron emission diagnostic
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).
Lifecycle status: alpha since version 3.2.1
Last change occured on version: 3.42.0
You are now in flat display mode, note that errorbars are not visible in this modeFull 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/name | User-defined name for this IDS occurrence {constant}. Introduced after DD version 3.39.0 | 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/occurrence_type | Type of data contained in this occurrence. Introduced after DD version 3.39.0. Available options (refer to the children of this identifier structure) :
|
structure | ||||||||||||||||
ids_properties/occurrence_type/name | Short string identifier {constant} | STR_0D | ||||||||||||||||
ids_properties/occurrence_type/index | Integer identifier (enumeration index within a list). Private identifier values must be indicated by a negative index. {constant} | INT_0D | ||||||||||||||||
ids_properties/occurrence_type/description | Verbose description {constant} | STR_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} | array of structures [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)/reference(i2) | List of references used to populate or calculate this node, identified as explained below. In case the node is the result of of a calculation / data processing, the reference is an input to the process described in the "code" structure at the root of the IDS. The reference 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 reference, or the persistent identifier of the data reference). 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 references. Click here for further documentation.. Introduced after DD version 3.41.0 | array of structures [max_size=10 (limited in MDS+ backend only)] |
1- 1...N |
|||||||||||||||
ids_properties/provenance/node(i1)/reference(i2)/name | Reference name {constant} | STR_0D | ||||||||||||||||
ids_properties/provenance/node(i1)/reference(i2)/timestamp | Date and time (UTC) at which the reference was created, expressed in a human readable form (ISO 8601) : the format of the string shall be : YYYY-MM-DDTHH:MM:SSZ. Example : 2020-07-24T14:19:00Z {constant} | STR_0D | ||||||||||||||||
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} | array of structures [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) | array of structures [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) | array of structures [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. | array of structures [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 | ||||||||||||||||
line_of_sight | Line of sight of the diagnostic (fill when valid for all channels), defined by two points. By convention, the first point is the closest to the diagnostic. In case the channels have different lines of sight, they should be described within the channel array of structures | structure | ||||||||||||||||
line_of_sight/first_point | Position of the first point | structure | ||||||||||||||||
line_of_sight/first_point/r | Major radius {static} [m] | FLT_0D | ||||||||||||||||
line_of_sight/first_point/phi | Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] | FLT_0D | ||||||||||||||||
line_of_sight/first_point/z | Height {static} [m] | FLT_0D | ||||||||||||||||
line_of_sight/second_point | Position of the second point | structure | ||||||||||||||||
line_of_sight/second_point/r | Major radius {static} [m] | FLT_0D | ||||||||||||||||
line_of_sight/second_point/phi | Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] | FLT_0D | ||||||||||||||||
line_of_sight/second_point/z | Height {static} [m] | FLT_0D | ||||||||||||||||
t_e_central Lifecycle status: obsolescent since version 3.42.0 |
Electron temperature from the closest channel to the magnetic axis, together with its radial location [eV] | structure | ||||||||||||||||
t_e_central/data(:) | Data {dynamic} [as_parent] | FLT_1D |
1- t_e_central/time |
|||||||||||||||
t_e_central/rho_tor_norm(:) | Normalised toroidal flux coordinate of the measurement {dynamic} [-] | FLT_1D |
1- t_e_central/time |
|||||||||||||||
t_e_central/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- t_e_central/time |
|||||||||||||||
t_e_central/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 | ||||||||||||||||
t_e_central/time(:) | Time {dynamic} [s] | FLT_1D |
1- 1...N |
|||||||||||||||
t_radiation_central | Radiation temperature from the closest channel to the magnetic axis, together with its radial location [eV] | structure | ||||||||||||||||
t_radiation_central/data(:) | Data {dynamic} [as_parent] | FLT_1D |
1- t_radiation_central/time |
|||||||||||||||
t_radiation_central/rho_tor_norm(:) | Normalised toroidal flux coordinate of the measurement {dynamic} [-] | FLT_1D |
1- t_radiation_central/time |
|||||||||||||||
t_radiation_central/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- t_radiation_central/time |
|||||||||||||||
t_radiation_central/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 | ||||||||||||||||
t_radiation_central/time(:) | Time {dynamic} [s] | FLT_1D |
1- 1...N |
|||||||||||||||
t_radiation_central_x Lifecycle status: alpha since version 3.42.0 |
Predicted radiation temperature of the channel closest to the magnetic axis, together with its radial location (eXtraordinary mode) [eV]. Introduced after DD version 3.41.0 | structure | ||||||||||||||||
t_radiation_central_x/data(:) | Data {dynamic} [as_parent] | FLT_1D |
1- t_radiation_central_x/time |
|||||||||||||||
t_radiation_central_x/rho_tor_norm(:) | Normalised toroidal flux coordinate of the measurement {dynamic} [-] | FLT_1D |
1- t_radiation_central_x/time |
|||||||||||||||
t_radiation_central_x/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- t_radiation_central_x/time |
|||||||||||||||
t_radiation_central_x/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 | ||||||||||||||||
t_radiation_central_x/time(:) | Time {dynamic} [s] | FLT_1D |
1- 1...N |
|||||||||||||||
t_radiation_central_o Lifecycle status: alpha since version 3.42.0 |
Predicted radiation temperature of the channel closest to the magnetic axis, together with its radial location (Ordinary mode) [eV]. Introduced after DD version 3.41.0 | structure | ||||||||||||||||
t_radiation_central_o/data(:) | Data {dynamic} [as_parent] | FLT_1D |
1- t_radiation_central_o/time |
|||||||||||||||
t_radiation_central_o/rho_tor_norm(:) | Normalised toroidal flux coordinate of the measurement {dynamic} [-] | FLT_1D |
1- t_radiation_central_o/time |
|||||||||||||||
t_radiation_central_o/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- t_radiation_central_o/time |
|||||||||||||||
t_radiation_central_o/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 | ||||||||||||||||
t_radiation_central_o/time(:) | Time {dynamic} [s] | FLT_1D |
1- 1...N |
|||||||||||||||
channel(i1) | Set of channels (frequency) | array of structures [max_size=200 (limited in MDS+ backend only)] |
1- 1...N |
|||||||||||||||
channel(i1)/name | Name of the channel {static} | STR_0D | ||||||||||||||||
channel(i1)/identifier | ID of the channel {static} | STR_0D | ||||||||||||||||
channel(i1)/frequency | Frequency of the channel [Hz] | structure | ||||||||||||||||
channel(i1)/frequency/data(:) | Data {dynamic} [as_parent] | FLT_1D |
1- channel(i1)/time |
|||||||||||||||
channel(i1)/frequency/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)/time |
|||||||||||||||
channel(i1)/frequency/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)/harmonic | Harmonic detected by the channel. 1 corresponds to the "O1" mode, while 2 corresponds to the "X2" mode. | structure | ||||||||||||||||
channel(i1)/harmonic/data(:) | Data {dynamic} | INT_1D |
1- channel(i1)/time |
|||||||||||||||
channel(i1)/harmonic/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)/time |
|||||||||||||||
channel(i1)/harmonic/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)/line_of_sight | Line of sight of this channel, defined by two points. By convention, the first point is the closest to the diagnostic. Fill only in case the channels have different lines of sight. Introduced after DD version 3.40.1 | structure | ||||||||||||||||
channel(i1)/line_of_sight/first_point | Position of the first point | structure | ||||||||||||||||
channel(i1)/line_of_sight/first_point/r | Major radius {static} [m] | FLT_0D | ||||||||||||||||
channel(i1)/line_of_sight/first_point/phi | Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] | FLT_0D | ||||||||||||||||
channel(i1)/line_of_sight/first_point/z | Height {static} [m] | FLT_0D | ||||||||||||||||
channel(i1)/line_of_sight/second_point | Position of the second point | structure | ||||||||||||||||
channel(i1)/line_of_sight/second_point/r | Major radius {static} [m] | FLT_0D | ||||||||||||||||
channel(i1)/line_of_sight/second_point/phi | Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] | FLT_0D | ||||||||||||||||
channel(i1)/line_of_sight/second_point/z | Height {static} [m] | FLT_0D | ||||||||||||||||
channel(i1)/if_bandwidth | Full-width of the Intermediate Frequency (IF) bandpass filter {static} [Hz] | FLT_0D | ||||||||||||||||
channel(i1)/position | Position of the measurements (taking into account the suprathermal shift) | structure | ||||||||||||||||
channel(i1)/position/r(:) | Major radius {dynamic} [m] | FLT_1D |
1- channel(i1)/time |
|||||||||||||||
channel(i1)/position/phi(:) | Toroidal angle (oriented counter-clockwise when viewing from above) {dynamic} [rad] | FLT_1D |
1- channel(i1)/time |
|||||||||||||||
channel(i1)/position/z(:) | Height {dynamic} [m] | FLT_1D |
1- channel(i1)/time |
|||||||||||||||
channel(i1)/position/psi(:) | Poloidal flux {dynamic} [W] | FLT_1D |
1- channel(i1)/time |
|||||||||||||||
channel(i1)/position/rho_tor_norm(:) | Normalised toroidal flux coordinate {dynamic} [-] | FLT_1D |
1- channel(i1)/time |
|||||||||||||||
channel(i1)/position/theta(:) | Poloidal angle (oriented clockwise when viewing the poloidal cross section on the right hand side of the tokamak axis of symmetry, with the origin placed on the plasma magnetic axis) {dynamic} [rad] | FLT_1D |
1- channel(i1)/time |
|||||||||||||||
channel(i1)/delta_position_suprathermal | Simple estimate of the difference in position induced by the presence of suprathermal electrons. Position without corrections = position - delta_position_suprathermal | structure | ||||||||||||||||
channel(i1)/delta_position_suprathermal/r(:) | Major radius {dynamic} [m] | FLT_1D |
1- channel(i1)/time |
|||||||||||||||
channel(i1)/delta_position_suprathermal/phi(:) | Toroidal angle (oriented counter-clockwise when viewing from above) {dynamic} [rad] | FLT_1D |
1- channel(i1)/time |
|||||||||||||||
channel(i1)/delta_position_suprathermal/z(:) | Height {dynamic} [m] | FLT_1D |
1- channel(i1)/time |
|||||||||||||||
channel(i1)/delta_position_suprathermal/psi(:) | Poloidal flux {dynamic} [W] | FLT_1D |
1- channel(i1)/time |
|||||||||||||||
channel(i1)/delta_position_suprathermal/rho_tor_norm(:) | Normalised toroidal flux coordinate {dynamic} [-] | FLT_1D |
1- channel(i1)/time |
|||||||||||||||
channel(i1)/delta_position_suprathermal/theta(:) | Poloidal angle (oriented clockwise when viewing the poloidal cross section on the right hand side of the tokamak axis of symmetry, with the origin placed on the plasma magnetic axis) {dynamic} [rad] | FLT_1D |
1- channel(i1)/time |
|||||||||||||||
channel(i1)/t_e Lifecycle status: obsolescent since version 3.42.0 |
Electron temperature [eV] | structure | ||||||||||||||||
channel(i1)/t_e/data(:) | Data {dynamic} [as_parent] | FLT_1D |
1- channel(i1)/time |
|||||||||||||||
channel(i1)/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)/time |
|||||||||||||||
channel(i1)/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)/t_radiation | Radiation temperature [eV] | structure | ||||||||||||||||
channel(i1)/t_radiation/data(:) | Data {dynamic} [as_parent] | FLT_1D |
1- channel(i1)/time |
|||||||||||||||
channel(i1)/t_radiation/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)/time |
|||||||||||||||
channel(i1)/t_radiation/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)/t_radiation_x Lifecycle status: alpha since version 3.42.0 |
Predicted radiation temperature of the e(X)traordinary mode [eV]. Introduced after DD version 3.41.0 | structure | ||||||||||||||||
channel(i1)/t_radiation_x/data(:) | Data {dynamic} [as_parent] | FLT_1D |
1- channel(i1)/time |
|||||||||||||||
channel(i1)/t_radiation_x/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)/time |
|||||||||||||||
channel(i1)/t_radiation_x/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)/t_radiation_o Lifecycle status: alpha since version 3.42.0 |
Predicted radiation temperature of the Ordinary mode [eV]. Introduced after DD version 3.41.0 | structure | ||||||||||||||||
channel(i1)/t_radiation_o/data(:) | Data {dynamic} [as_parent] | FLT_1D |
1- channel(i1)/time |
|||||||||||||||
channel(i1)/t_radiation_o/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)/time |
|||||||||||||||
channel(i1)/t_radiation_o/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)/t_e_voltage Lifecycle status: obsolescent since version 3.42.0 |
Raw voltage measured on each channel, from which the calibrated temperature data is then derived [V] | structure | ||||||||||||||||
channel(i1)/t_e_voltage/data(:) | Data {dynamic} [as_parent] | FLT_1D |
1- channel(i1)/t_e_voltage/time |
|||||||||||||||
channel(i1)/t_e_voltage/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)/t_e_voltage/time |
|||||||||||||||
channel(i1)/t_e_voltage/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)/t_e_voltage/time(:) | Time {dynamic} [s] | FLT_1D |
1- 1...N |
|||||||||||||||
channel(i1)/voltage_t_radiation | Raw voltage measured on each channel, from which the calibrated temperature data is then derived [V] | structure | ||||||||||||||||
channel(i1)/voltage_t_radiation/data(:) | Data {dynamic} [as_parent] | FLT_1D |
1- channel(i1)/voltage_t_radiation/time |
|||||||||||||||
channel(i1)/voltage_t_radiation/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)/voltage_t_radiation/time |
|||||||||||||||
channel(i1)/voltage_t_radiation/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)/voltage_t_radiation/time(:) | Time {dynamic} [s] | FLT_1D |
1- 1...N |
|||||||||||||||
channel(i1)/optical_depth | Optical depth of the plasma at the position of the measurement. This parameter is a proxy for the local / non-local character of the ECE emission. It must be greater than 1 to guarantee that the measurement is dominated by local ECE emission (non-local otherwise) [-] | structure | ||||||||||||||||
channel(i1)/optical_depth/data(:) | Data {dynamic} [as_parent] | FLT_1D |
1- channel(i1)/time |
|||||||||||||||
channel(i1)/optical_depth/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)/time |
|||||||||||||||
channel(i1)/optical_depth/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)/time(:) | Timebase for the processed dynamic data of this channel (outside of the beam and calibration_offset structures) {dynamic} [s] | FLT_1D |
1- 1...N |
|||||||||||||||
channel(i1)/calibration_factor | Calibration factor, used as t_radiation = calibration_factor * (voltage_t_radiation - calibration_offset) {static} [eV.V^-1]. Introduced after DD version 3.41.0 | FLT_0D | ||||||||||||||||
channel(i1)/calibration_offset | Calibration offset, may be re-evaluated dynamically during long pulses on some experiments [V]. Introduced after DD version 3.41.0 | structure | ||||||||||||||||
channel(i1)/calibration_offset/data(:) | Data {dynamic} [as_parent] | FLT_1D |
1- channel(i1)/calibration_offset/time |
|||||||||||||||
channel(i1)/calibration_offset/time(:) | Time {dynamic} [s] | FLT_1D |
1- 1...N |
|||||||||||||||
channel(i1)/beam | ECE Gaussian optics parameters taken at the line_of_sight/first_point position (for synthetic modelling of the ECE emission) | structure | ||||||||||||||||
channel(i1)/beam/spot | Spot ellipse characteristics | structure | ||||||||||||||||
channel(i1)/beam/spot/size | Size of the spot ellipse [m] | structure |
1- 1...2 2- channel(i1)/beam/spot/size/time |
|||||||||||||||
channel(i1)/beam/spot/size/data(:,:) | Data {dynamic} [as_parent] | FLT_2D |
1- 1...2 2- channel(i1)/beam/spot/size/time |
|||||||||||||||
channel(i1)/beam/spot/size/time(:) | Time {dynamic} [s] | FLT_1D |
1- 1...N |
|||||||||||||||
channel(i1)/beam/spot/angle | Rotation angle for the spot ellipse [rad] | structure | ||||||||||||||||
channel(i1)/beam/spot/angle/data(:) | Data {dynamic} [as_parent] | FLT_1D |
1- channel(i1)/beam/spot/angle/time |
|||||||||||||||
channel(i1)/beam/spot/angle/time(:) | Time {dynamic} [s] | FLT_1D |
1- 1...N |
|||||||||||||||
channel(i1)/beam/phase | Phase ellipse characteristics | structure | ||||||||||||||||
channel(i1)/beam/phase/curvature | Inverse curvature radii for the phase ellipse, positive/negative for divergent/convergent beams [m^-1] | structure |
1- 1...2 2- channel(i1)/beam/phase/curvature/time |
|||||||||||||||
channel(i1)/beam/phase/curvature/data(:,:) | Data {dynamic} [as_parent] | FLT_2D |
1- 1...2 2- channel(i1)/beam/phase/curvature/time |
|||||||||||||||
channel(i1)/beam/phase/curvature/time(:) | Time {dynamic} [s] | FLT_1D |
1- 1...N |
|||||||||||||||
channel(i1)/beam/phase/angle | Rotation angle for the phase ellipse [rad] | structure | ||||||||||||||||
channel(i1)/beam/phase/angle/data(:) | Data {dynamic} [as_parent] | FLT_1D |
1- channel(i1)/beam/phase/angle/time |
|||||||||||||||
channel(i1)/beam/phase/angle/time(:) | Time {dynamic} [s] | FLT_1D |
1- 1...N |
|||||||||||||||
channel(i1)/beam_tracing(itime) | Beam tracing calculations, for various time slices {dynamic}. Introduced after DD version 3.41.0 | array of structures |
1- channel(i1)/beam_tracing(itime)/time |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2) | Set of rays/beams describing the wave propagation | array of structures |
1- 1...N |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/power_initial | Initial power in the ray/beam {dynamic} [W] | FLT_0D | ||||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/mode | X or O mode for this beam {dynamic} | STR_0D | ||||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/length(:) | Ray/beam curvilinear length {dynamic} [m] | FLT_1D |
1- 1...N |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/position | Position of the ray/beam along its path | structure | ||||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/position/r(:) | Major radius {dynamic} [m] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/position/z(:) | Height {dynamic} [m] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/position/phi(:) | Toroidal angle {dynamic} [rad] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/position/psi(:) | Poloidal flux {dynamic} [Wb] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/position/rho_tor_norm(:) | Normalised toroidal flux coordinate {dynamic} [-] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/position/theta(:) | Poloidal angle (oriented clockwise when viewing the poloidal cross section on the right hand side of the tokamak axis of symmetry, with the origin placed on the plasma magnetic axis) {dynamic} [rad] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/wave_vector | Wave vector of the ray/beam along its path | structure | ||||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/wave_vector/k_r(:) | Wave vector component in the major radius direction {dynamic} [m^-1] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/wave_vector/k_z(:) | Wave vector component in the vertical direction {dynamic} [m^-1] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/wave_vector/k_tor(:) Lifecycle status: obsolescent since version 3.42.0 |
Wave vector component in the toroidal direction {dynamic} [m^-1] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/wave_vector/k_phi(:) | Wave vector component in the toroidal direction {dynamic} [m^-1] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/wave_vector/k_r_norm(:) | Normalized wave vector component in the major radius direction = k_r / norm(k) {dynamic} [-]. Introduced after DD version 3.38.1 | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/wave_vector/k_z_norm(:) | Normalized wave vector component in the vertical direction = k_z / norm(k) {dynamic} [-]. Introduced after DD version 3.38.1 | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/wave_vector/k_tor_norm(:) Lifecycle status: obsolescent since version 3.42.0 |
Normalized wave vector component in the toroidal direction = k_tor / norm(k) {dynamic} [-]. Introduced after DD version 3.38.1 | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/wave_vector/k_phi_norm(:) | Normalized wave vector component in the toroidal direction = k_phi / norm(k) {dynamic} [-] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/wave_vector/n_parallel(:) | Parallel refractive index {dynamic} [-] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/wave_vector/n_perpendicular(:) | Perpendicular refractive index {dynamic} [-] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/wave_vector/n_tor(:) Lifecycle status: obsolescent since version 3.42.0 |
Toroidal wave number, contains a single value if varying_ntor = 0 to avoid useless repetition constant values. The wave vector toroidal component is defined as k_tor = n_tor grad phi where phi is the toroidal angle so that a positive n_tor means a wave propagating in the positive phi direction {dynamic} | INT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length OR 1...1 |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/wave_vector/n_phi(:) | Toroidal wave number, contains a single value if varying_ntor = 0 to avoid useless repetition constant values. The wave vector toroidal component is defined as k_phi = n_phi grad phi where phi is the toroidal angle so that a positive n_phi means a wave propagating in the positive phi direction {dynamic} | INT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length OR 1...1 |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/wave_vector/varying_n_tor Lifecycle status: obsolescent since version 3.42.0 |
Flag telling whether n_tor is constant along the ray path (0) or varying (1) {dynamic} | INT_0D | ||||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/wave_vector/varying_n_phi | Flag telling whether n_phi is constant along the ray path (0) or varying (1) {dynamic} | INT_0D | ||||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/e_field | Electric field polarization of the ray/beam along its path | structure | ||||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/e_field/plus | Left hand polarised electric field component [V.m^-1] | structure | ||||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/e_field/plus/real(:) | Real part {dynamic} [as_parent] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/e_field/plus/imaginary(:) | Imaginary part {dynamic} [as_parent] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/e_field/minus | Right hand polarised electric field component [V.m^-1] | structure | ||||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/e_field/minus/real(:) | Real part {dynamic} [as_parent] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/e_field/minus/imaginary(:) | Imaginary part {dynamic} [as_parent] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/e_field/parallel | Parallel to magnetic field polarised electric field component [V.m^-1] | structure | ||||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/e_field/parallel/real(:) | Real part {dynamic} [as_parent] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/e_field/parallel/imaginary(:) | Imaginary part {dynamic} [as_parent] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/power_flow_norm | Normalised power flow | structure | ||||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/power_flow_norm/perpendicular(:) | Normalized power flow in the direction perpendicular to the magnetic field {dynamic} [-] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/power_flow_norm/parallel(:) | Normalized power flow in the direction parallel to the magnetic field {dynamic} [-] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/electrons | Quantities related to the electrons | structure | ||||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/electrons/power(:) | Power absorbed along the beam by the species {dynamic} [W] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/spot | Spot ellipse characteristics. Introduced after DD version 3.38.1 | structure | ||||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/spot/size(:,:) | Size of the spot ellipse: distance between the central ray and the peripheral rays in the horizontal (first index of the first coordinate) and vertical direction (second index of the first coordinate) {dynamic} [m] | FLT_2D |
1- 1...2 2- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/spot/angle(:) | Rotation angle for the spot ellipse {dynamic} [rad] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/phase | Phase ellipse characteristics. Introduced after DD version 3.38.1 | structure | ||||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/phase/curvature(:,:) | Inverse curvature radii for the phase ellipse, positive/negative for divergent/convergent beams, in the horizontal direction (first index of the first coordinate) and in the vertical direction (second index of the first coordinate) {dynamic} [m^-1] | FLT_2D |
1- 1...2 2- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/beam(i2)/phase/angle(:) | Rotation angle for the phase ellipse {dynamic} [rad] | FLT_1D |
1- channel(i1)/beam_tracing(itime)/beam(i2)/length |
|||||||||||||||
channel(i1)/beam_tracing(itime)/time | Time {dynamic} [s] | FLT_0D | ||||||||||||||||
polarizer(i1) | Set of polarizers placed in front of the diagnostic (if any). Polarizers are assumed to be orthogonal to the line of sight, so that the x3 unit vector is aligned with the line of sight | array of structures [max_size=3 (limited in MDS+ backend only)] |
1- 1...N |
|||||||||||||||
polarizer(i1)/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 polarizer. This origin is located within the polarizer area. 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. | structure | ||||||||||||||||
polarizer(i1)/centre/r | Major radius {static} [m] | FLT_0D | ||||||||||||||||
polarizer(i1)/centre/phi | Toroidal angle (oriented counter-clockwise when viewing from above) {static} [rad] | FLT_0D | ||||||||||||||||
polarizer(i1)/centre/z | Height {static} [m] | FLT_0D | ||||||||||||||||
polarizer(i1)/radius | Radius of the circle, used only if geometry_type = 2 {static} [m] | FLT_0D | ||||||||||||||||
polarizer(i1)/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). | structure | ||||||||||||||||
polarizer(i1)/x1_unit_vector/x | Component along X axis {static} [m] | FLT_0D | ||||||||||||||||
polarizer(i1)/x1_unit_vector/y | Component along Y axis {static} [m] | FLT_0D | ||||||||||||||||
polarizer(i1)/x1_unit_vector/z | Component along Z axis {static} [m] | FLT_0D | ||||||||||||||||
polarizer(i1)/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. | structure | ||||||||||||||||
polarizer(i1)/x2_unit_vector/x | Component along X axis {static} [m] | FLT_0D | ||||||||||||||||
polarizer(i1)/x2_unit_vector/y | Component along Y axis {static} [m] | FLT_0D | ||||||||||||||||
polarizer(i1)/x2_unit_vector/z | Component along Z axis {static} [m] | FLT_0D | ||||||||||||||||
polarizer(i1)/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 polarizer plane and oriented towards the plasma. | structure | ||||||||||||||||
polarizer(i1)/x3_unit_vector/x | Component along X axis {static} [m] | FLT_0D | ||||||||||||||||
polarizer(i1)/x3_unit_vector/y | Component along Y axis {static} [m] | FLT_0D | ||||||||||||||||
polarizer(i1)/x3_unit_vector/z | Component along Z axis {static} [m] | FLT_0D | ||||||||||||||||
polarizer(i1)/polarization_angle | Alignment angle of the polarizer in the (x1,x2) plane. Electric fields parallel to the polarizer angle will be reflected. The angle is defined with respect to the x1 unit vector, positive in the counter-clockwise direction when looking towards the plasma {static} [rad] | FLT_0D | ||||||||||||||||
psi_normalization | Quantities to use to normalize psi, as a function of time | structure | ||||||||||||||||
psi_normalization/psi_magnetic_axis(:) | Value of the poloidal magnetic flux at the magnetic axis {dynamic} [Wb] | FLT_1D |
1- psi_normalization/time |
|||||||||||||||
psi_normalization/psi_boundary(:) | Value of the poloidal magnetic flux at the plasma boundary {dynamic} [Wb] | FLT_1D |
1- psi_normalization/time |
|||||||||||||||
psi_normalization/time(:) | Time for the R,Z,phi coordinates {dynamic} [s] | FLT_1D |
1- 1...N |
|||||||||||||||
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 | ||||||||||||||||
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 | array of structures [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 |