.. auto-generated by dev_tools.docs.nxdl from the NXDL source contributed_definitions/NXevent_data_apm.nxdl.xml -- DO NOT EDIT .. index:: ! NXevent_data_apm (base class) ! event_data_apm (base class) see: event_data_apm (base class); NXevent_data_apm .. _NXevent_data_apm: ================ NXevent_data_apm ================ **Status**: base class, extends :ref:`NXobject` **Description**: .. collapse:: Base class to store state and (meta)data of events over the course of an atom pr ... Base class to store state and (meta)data of events over the course of an atom probe experiment. This base class applies the concept of the :ref:`NXevent_data_em` base class to the specific needs of atom probe research. Against static and dynamic quantities are splitted to avoid a duplication of information. Specifically, the time interval considered is the entire time starting at start_time until end_time during which we assume the pulser triggered named pulses. These pulses are identified via the pulse_identifier field. The point in time when each was issued is specified via the combination of start_time and delta_time. Conceptually and technically NeXus currently stores tensorial information as arrays of values (with each value of the same datatype). For instance, a field temperature(NX_FLOAT) stores a set of temperature values but that field when used somewhere is a concept. However, that concept has no information at which point in time these temperatures were taken. An existent functional relationship between the two concepts is not defined. However, a correct interpretation of the temperature values demands knowledge about what is the independent quantity on which temperature depends on or according to which frequency temperature values were sampled. In NeXus there are two approaches which cope with such correlations: One is :ref:`NXdata` where the attribute signal specifies the correlation. The other one is :ref:`NXlog` which, like NXdata, demands to granularize logged_against (dependent signal) and independent quantities into an own group. In many cases this additional grouping is not desired though. One naive solution typically employed is then to store the independent variable values via a second vector e.g. time_stamp with the same number of entries (with dimensionality defined through symbols). However, there is no independent logical connection between these two concepts, i.e. temperature and time_stamp. In the case of atom probe though the time that one would use in NXlog is defined implicitly via pulse_identifier, which is the independent variable vector against which eventually dozens of channels of data are logged. Not only are these channels logged they should ideally also be self-descriptive in that these channels have pulse_identifier as the independent variable but we do not wish to duplicate this information all the time but reference it. Therefore, we here explore the use of an attribute with symbol logged_against. Maybe it is better to use the symbol depends_on but this is easily to be confused with depends_on that is used for instances of :ref:`NXtransformations`. Consequently, if depends_on were to be used extra logic is needed by consuming applications to understand that the here build correlations are conceptually different ones. This issue should be discussed further by the NeXus community. **Symbols**: The symbols used in the schema to specify e.g. dimensions of arrays. **p**: Number of pulses collected in between start_time and end_time. **Groups cited**: :ref:`NXchamber`, :ref:`NXcollection`, :ref:`NXdetector`, :ref:`NXinstrument`, :ref:`NXlens_em`, :ref:`NXpulser_apm`, :ref:`NXreflectron`, :ref:`NXstage_lab` .. index:: NXinstrument (base class); used in base class, NXcollection (base class); used in base class, NXreflectron (base class); used in base class, NXlens_em (base class); used in base class, NXdetector (base class); used in base class, NXpulser_apm (base class); used in base class, NXstage_lab (base class); used in base class, NXchamber (base class); used in base class **Structure**: .. _/NXevent_data_apm/start_time-field: .. index:: start_time (field) **start_time**: (optional) :ref:`NX_DATE_TIME ` .. collapse:: ISO 8601 time code with local time zone offset to UTC information included ... ISO 8601 time code with local time zone offset to UTC information included when the snapshot time interval started. If the user wishes to specify an interval of time that the snapshot should represent during which the instrument was stable and configured using specific settings and calibrations, the start_time is the start (left bound of the time interval) while the end_time specifies the end (right bound) of the time interval. .. _/NXevent_data_apm/end_time-field: .. index:: end_time (field) **end_time**: (optional) :ref:`NX_DATE_TIME ` .. collapse:: ISO 8601 time code with local time zone offset to UTC information included ... ISO 8601 time code with local time zone offset to UTC information included when the snapshot time interval ended. .. _/NXevent_data_apm/delta_time-field: .. index:: delta_time (field) **delta_time**: (optional) :ref:`NX_NUMBER ` (Rank: 1, Dimensions: [p]) {units=\ :ref:`NX_TIME `} .. collapse:: Delta time array which resolves for each pulse_identifier the time difference ... Delta time array which resolves for each pulse_identifier the time difference between when that pulse was issued and start_time. In summary, using start_time, end_time, delta_time, pulse_identifier_offset, and pulse_identifier exactly specifies the connection between when a pulse was issued relative to start and absolute in UTC. .. _/NXevent_data_apm/pulse_identifier_offset-field: .. index:: pulse_identifier_offset (field) **pulse_identifier_offset**: (optional) :ref:`NX_INT ` {units=\ :ref:`NX_UNITLESS `} .. collapse:: Integer used to name the first pulse to know if there is an ... Integer used to name the first pulse to know if there is an offset of the identifiers to zero. Identifiers can be defined either implicitly or explicitly. For implicit indexing identifiers are defined on the interval :math:`[identifier\_offset, identifier\_offset + c - 1]`. Therefore, implicit identifier are completely defined by the value of identifier_offset and cardinality. For example if identifier run from -2 to 3 the value for identifier_offset is -2. For explicit indexing the field identifier has to be used. Fortran-/Matlab- and C-/Python-style indexing have specific implicit identifier conventions where identifier_offset is 1 and 0 respectively. .. _/NXevent_data_apm/pulse_identifier-field: .. index:: pulse_identifier (field) **pulse_identifier**: (optional) :ref:`NX_INT ` (Rank: 1, Dimensions: [p]) {units=\ :ref:`NX_UNITLESS `} .. collapse:: Identifier that contextualizes how the detector and pulser of an atom probe ... Identifier that contextualizes how the detector and pulser of an atom probe instrument follows a sequence of pulses to trigger field evaporation. The pulse_identifier is used to associate thus an information about time when the quantities documented in this NXpulser_apm base class have been collected via sampling. In virtually all cases the pulser is a blackbox. Depending on how the instrument is configured during a measurement the target values and thus also the actual values may change. Maybe the first part of the experiment is run at a certain pulse fraction but thereafter the pulse_fraction is changed. In this case the field pulse_fraction is a vector which collects all measured values of the pulse_fraction, pulse_identifier is then an equally long vector which stores the set of events (e.g. pulsing events) when that value was measured. This may cause several situations: In the case that e.g. the pulse_fraction is never changed and also exact details not interesting, one stores the set value for the pulse_fraction and a single value for the pulse_identifier e.g. 0 to indicate that the pulse_fraction was set at the beginning and it was maintained constant during the measurement. If the pulse_fraction was maybe changed after the 100000th pulse, pulse_fraction is a vector with two values one for the first and another one for the value from the 100000-th pulse onwards. The values of pulse_identifier are then [0, 99999] respectively. .. _/NXevent_data_apm/instrument-group: **instrument**: (optional) :ref:`NXinstrument` .. collapse:: (Meta)data of the dynamics and changes of the microscope over the course of ... (Meta)data of the dynamics and changes of the microscope over the course of pulsing. .. _/NXevent_data_apm/instrument/control-group: **control**: (optional) :ref:`NXcollection` :ref:`⤆ ` .. collapse:: Relevant quantities during a measurement with a LEAP system as suggested by ... Relevant quantities during a measurement with a LEAP system as suggested by `T. Blum et al. `_. .. _/NXevent_data_apm/instrument/control/evaporation_control-field: .. index:: evaporation_control (field) **evaporation_control**: (optional) :ref:`NX_CHAR ` Obligatory value: ``detection_rate`` .. _/NXevent_data_apm/instrument/control/target_detection_rate-field: .. index:: target_detection_rate (field) **target_detection_rate**: (optional) :ref:`NX_FLOAT ` {units=\ :ref:`NX_ANY `} .. _/NXevent_data_apm/instrument/REFLECTRON-group: **REFLECTRON**: (optional) :ref:`NXreflectron` .. _/NXevent_data_apm/instrument/local_electrode-group: **local_electrode**: (optional) :ref:`NXlens_em` .. _/NXevent_data_apm/instrument/ion_detector-group: **ion_detector**: (optional) :ref:`NXdetector` :ref:`⤆ ` .. _/NXevent_data_apm/instrument/ion_detector/signal_amplitude-field: .. index:: signal_amplitude (field) **signal_amplitude**: (optional) :ref:`NX_FLOAT ` (Rank: 1, Dimensions: [p]) {units=\ :ref:`NX_CURRENT `} .. collapse:: Amplitude of the signal detected on the multi-channel plate (MCP). ... Amplitude of the signal detected on the multi-channel plate (MCP). This field should be used for storing the signal amplitude quantity within ATO files. The ATO file format is used primarily by the atom probe groups of the GPM in Rouen, France. .. _/NXevent_data_apm/instrument/pulser-group: **pulser**: (optional) :ref:`NXpulser_apm` .. _/NXevent_data_apm/instrument/stage_lab-group: **stage_lab**: (optional) :ref:`NXstage_lab` .. _/NXevent_data_apm/instrument/stage_lab/setpoint_temperature-field: .. index:: setpoint_temperature (field) **setpoint_temperature**: (optional) :ref:`NX_FLOAT ` {units=\ :ref:`NX_TEMPERATURE `} Set point temperature to achieve during the measurement. .. _/NXevent_data_apm/instrument/stage_lab/base_temperature-field: .. index:: base_temperature (field) **base_temperature**: (optional) :ref:`NX_FLOAT ` {units=\ :ref:`NX_TEMPERATURE `} Average temperature (at the specimen base) during the measurement. .. _/NXevent_data_apm/instrument/stage_lab/temperature-field: .. index:: temperature (field) **temperature**: (optional) :ref:`NX_FLOAT ` (Rank: 1, Dimensions: [p]) {units=\ :ref:`NX_TEMPERATURE `} .. collapse:: The best estimate, at experiment time, for the temperature at the ... The best estimate, at experiment time, for the temperature at the sample base (furthest point along sample apex and holding assembly that is removable from the sample stage). .. _/NXevent_data_apm/instrument/stage_lab/temperature@logged_against-attribute: .. index:: logged_against (field attribute) **@logged_against**: (optional) :ref:`NX_CHAR ` Path to pulse_identifier in an instance of :ref:`NXevent_data_apm`. .. _/NXevent_data_apm/instrument/analysis_chamber-group: **analysis_chamber**: (optional) :ref:`NXchamber` .. _/NXevent_data_apm/instrument/analysis_chamber/chamber_pressure-field: .. index:: chamber_pressure (field) **chamber_pressure**: (optional) :ref:`NX_FLOAT ` {units=\ :ref:`NX_PRESSURE `} Average pressure in the analysis chamber during the measurement. .. _/NXevent_data_apm/instrument/analysis_chamber/pressure-field: .. index:: pressure (field) **pressure**: (optional) :ref:`NX_FLOAT ` (Rank: 1, Dimensions: [p]) {units=\ :ref:`NX_PRESSURE `} Pressure in the analysis chamber. .. _/NXevent_data_apm/instrument/analysis_chamber/pressure@logged_against-attribute: .. index:: logged_against (field attribute) **@logged_against**: (optional) :ref:`NX_CHAR ` Path to pulse_identifier in an instance of :ref:`NXevent_data_apm`. .. _/NXevent_data_apm/instrument/buffer_chamber-group: **buffer_chamber**: (optional) :ref:`NXchamber` .. _/NXevent_data_apm/instrument/buffer_chamber/pressure-field: .. index:: pressure (field) **pressure**: (optional) :ref:`NX_FLOAT ` (Rank: 1, Dimensions: [p]) {units=\ :ref:`NX_PRESSURE `} Pressure in the analysis chamber. .. _/NXevent_data_apm/instrument/buffer_chamber/pressure@logged_against-attribute: .. index:: logged_against (field attribute) **@logged_against**: (optional) :ref:`NX_CHAR ` Path to pulse_identifier in an instance of :ref:`NXevent_data_apm`. .. _/NXevent_data_apm/instrument/load_lock_chamber-group: **load_lock_chamber**: (optional) :ref:`NXchamber` .. _/NXevent_data_apm/instrument/load_lock_chamber/pressure-field: .. index:: pressure (field) **pressure**: (optional) :ref:`NX_FLOAT ` (Rank: 1, Dimensions: [p]) {units=\ :ref:`NX_PRESSURE `} Pressure in the analysis chamber. .. _/NXevent_data_apm/instrument/load_lock_chamber/pressure@logged_against-attribute: .. index:: logged_against (field attribute) **@logged_against**: (optional) :ref:`NX_CHAR ` Path to pulse_identifier in an instance of :ref:`NXevent_data_apm`. Hypertext Anchors ----------------- List of hypertext anchors for all groups, fields, attributes, and links defined in this class. * :ref:`/NXevent_data_apm/delta_time-field ` * :ref:`/NXevent_data_apm/end_time-field ` * :ref:`/NXevent_data_apm/instrument-group ` * :ref:`/NXevent_data_apm/instrument/analysis_chamber-group ` * :ref:`/NXevent_data_apm/instrument/analysis_chamber/chamber_pressure-field ` * :ref:`/NXevent_data_apm/instrument/analysis_chamber/pressure-field ` * :ref:`/NXevent_data_apm/instrument/analysis_chamber/pressure@logged_against-attribute ` * :ref:`/NXevent_data_apm/instrument/buffer_chamber-group ` * :ref:`/NXevent_data_apm/instrument/buffer_chamber/pressure-field ` * :ref:`/NXevent_data_apm/instrument/buffer_chamber/pressure@logged_against-attribute ` * :ref:`/NXevent_data_apm/instrument/control-group ` * :ref:`/NXevent_data_apm/instrument/control/evaporation_control-field ` * :ref:`/NXevent_data_apm/instrument/control/target_detection_rate-field ` * :ref:`/NXevent_data_apm/instrument/ion_detector-group ` * :ref:`/NXevent_data_apm/instrument/ion_detector/signal_amplitude-field ` * :ref:`/NXevent_data_apm/instrument/load_lock_chamber-group ` * :ref:`/NXevent_data_apm/instrument/load_lock_chamber/pressure-field ` * :ref:`/NXevent_data_apm/instrument/load_lock_chamber/pressure@logged_against-attribute ` * :ref:`/NXevent_data_apm/instrument/local_electrode-group ` * :ref:`/NXevent_data_apm/instrument/pulser-group ` * :ref:`/NXevent_data_apm/instrument/REFLECTRON-group ` * :ref:`/NXevent_data_apm/instrument/stage_lab-group ` * :ref:`/NXevent_data_apm/instrument/stage_lab/base_temperature-field ` * :ref:`/NXevent_data_apm/instrument/stage_lab/setpoint_temperature-field ` * :ref:`/NXevent_data_apm/instrument/stage_lab/temperature-field ` * :ref:`/NXevent_data_apm/instrument/stage_lab/temperature@logged_against-attribute ` * :ref:`/NXevent_data_apm/pulse_identifier-field ` * :ref:`/NXevent_data_apm/pulse_identifier_offset-field ` * :ref:`/NXevent_data_apm/start_time-field ` **NXDL Source**: https://github.com/FAIRmat-NFDI/nexus_definitions/tree/fairmat/contributed_definitions/NXevent_data_apm.nxdl.xml