-
Notifications
You must be signed in to change notification settings - Fork 0
Dictionary of metadata
Any proposal for an interchange format involves precise definition of the meaning of the tags appearing in the datafile.
On this page, we list a dictionary of metadata. Each entry in the dictionary consists of three components:
- The name representing the datum
- The meaning of the datum
- The format of representing its value
Note that elements of the tag name are separated by period characters. This is not a requirement.
Different concrete syntaxes may alter this separator or even arrange the elements into a hierarchy.
One of the charges of the Data Format Working Group is to identify a set of metadata to be encoded in the specification of a data interchange format and to assign names to each meaningful concept. This effort must take a broad view, capturing metadata concepts as broadly as they are used in the community. This effort must also be open ended in that there must be a mechanism for providing new forms of metadata not considered up front.
Decisions must be made about character sets and internationalization. Among other decisions:
- Identification of standard units and whether units must be specified in a compliant file.
- Representations of numerical values and special data types like timestamps.
- Standards for identifying facilities and beamlines
- Representations of deeply nested data
The purpose of namespaces is to provide sensible, widely understood, semantic groupings of defined metadata tags. All tags associated with conveying information about sample preparation and the measurement environment of the sample belong in the Sample namespace. Similarly, all tags associated with the configuration of the beamline optics belong in the Beamline namespace.
Here is a list of all such semantic groupings:
- Beamline: Tags related to the structure of the beamline and its optics
- Scan: Tags related to the parameters of the scan
- Mono: Tags related to the monochromator
- Facility: Tags related to the synchrotron or other facility at which the measurement was made
- Detector: Tags related to the details of the photon detection system
- Sample: Tags related to the details of sample preparation and measurment
- Data: Tags used for representing the scan data
We identify three items that are essential to the interchange and successful interpretation of XAS data. These are required in all files.
-
The d-spacing of the monochromator. A correction to the energy axis of measured data is required in the case of a miscalibration due to inaccuracies in the translation from angular position of the monochromator to energy. See Mono.d_spacing.
-
The element of the absorbing atom. The periodic table is replete with examples of atoms that have absorption edges with very similar edge energies. For example, the tabulated values of the Cr K edge and the Ba L1 edge are both 5989 eV. Without identification of the species of the absorbing atom and of the absorption edge measured, some data cannot cannot be unambiguously determined. See Scan.element.
-
The absorption edge measured. See above. See Scan.edge.
All other metadata definitions that follow are optional, but recommended.
-
Namespace:
Beamline
-- Item:name
- Description: The name by which the beamline is known
- Units: none
- Format: free form string
-
Namespace:
Beamline
-- Item:collimation
- Description: A concise statement of how beam collimation is provided
- Units: none
- Format: free form string
-
Namespace:
Beamline
-- Item:focusing
- Description: A concise statement about how beam focusing is provided
- Units: none
- Format: free form string
-
Namespace:
Beamline
-- Item:harmonic_rejection
- Description: A concise statement about how harmonic rejection is accomplished
- Units: none
- Format: free form string
-
Examples using the xasCIF syntax
Beamline.name NSLS X11-A Beamline.collimation none Beamline.focusing none Beamline.harmonic_rejection detuned mono by 50% on I0
Click here to see issues related to the Beamline namespace
-
Scan.edge: The measured absorption edge. This is a required parameter.
-
Scan.element: The species of the measured element. This is a required parameter.
-
Scan.edge_energy: The value of the edge energy used in the data acquisition software.
-
Scan.start_time: The beginning time of the scan. The time must be denoted according to the ISO 8601 specification for combined dates and times
-
Scan.end_time: The end time of the scan. The time must be denoted according to the ISO 8601 specification for combined dates and times
Scan.edge: K
Scan.element: Cu
Scan.edge_energy: 8980.0
Scan.start_time: 20110401T1202
In that example, the beginning time of the scan is 2 minutes after noon on April Fool's Day (1st April) in the year 2011.
Click here to see issues related to the Scan namespace
-
Mono.name: A string identifying the material and diffracting plane or grating spacing of the monochromator
-
Mono.d_spacing: The known d-spacing of the monochromator under operating conditions. This is a required parameter.
Mono.name Si 111
Mono.d_spacing 3.13525
Click here to see issues related to the Mono namespace
-
Facility.name: The name of synchrotron or other X-ray facility.
-
Facility.xray_source: A string identifying the source of X-ray generation.
Facility.name NSLS
Facility.xray_source bend magnet
- Detector.i0: A description of how the incident flux was measured
- Detector.it: A description of how the transmitted flux was measured
- Detector.if: A description of how the fluorescent flux was measured
- Detector.ir: A description of how the reference flux was measured
Detector.i0 10cm N2
Detector.i1 10cm N2
Click here to see issues related to the Detector namespace
- Sample.name: A string identifying the measured sample
- Sample.formula: The stoichiometric formula of the measured sample
- Sample.prep: A string summarizing the method of sample preparation
- Sample.temperature: The temperature at which the sample was measured
The Sample namespace is rather open-ended. It is probably impossible to anticipate all the kinds of sample-related metadata that may be useful to attach to data. That said, it would be useful to suggest tags for a number of common kinds of extrinsic parameters.
Here are some other possible tags denoting extrinsic parameters of the experiment along the line of Sample.temperature.
- Sample.pressure
- Sample.ph
- Sample.eh
- Sample.volume
- Sample.porosity
- Sample.density
- Sample.resistivity
- Sample.viscosity
- Sample.magnetic_field
- Sample.magnetic_moment
- Sample.crystal_structure
- Sample.opacity
- Sample.electrochemical_potential
Sample.name: Hematite
Sample.formula: Fe2O3
Sample.prep: Powder spread on polyimide tape
Sample.temperature: room temperature
Click here to see issues related to the Sample namespace
Items in the Data namespace describe single columns of the data table. These items must be tabulated together, and at least one of the columns must be the energy.
Data.energy: The energy at the which the data were collected
Data.mu: Observed absorbance
Data.i0: Counts in the monitor detector
Metadata tags carry syntax and may carry semantics. That is, it is possible to have syntactically correct tags that have no definition. Such tags could carry information considered useful by the user or the author of software that, at some point, touches the data.
Such a tag could be an extension within an existing namespace. This has already been discussed in the context of the Sample namespace.
Such a tag could be part of a new namespace. One application of a new namespace would be to tie a group of metadata tags to a particular application. For example, the data processing program Athena might attach tags associated with the parameters for normalizing the data. That might look something like this:
# Athena.pre1: -150
# Athena.pre2: -30
# Athena.nor1: 150
# Athena.nor2: 800
These define the boundaries of the pre- and post-edge lines used to define the edge step in the μ(E) spectrum.
The use of such extension tags is encouraged by authors of controls, data acquisition, data analysis, and data archiving software.
If an extension tag is not understood due its lack of defined semantics, the default behavior for software touching the data be to silently preserve the metadata.