Table Of Contents

Previous topic

Data

Next topic

Analysis list

Analysis

Dataset used to store a single measurement of a specimen at a single point in space or time.

Classes

class pyhmsa.spec.datum.analysis.Analysis0D

Data with 0 collection dimensions and 0 datum dimensions implies a dataset comprising of one single-valued measurement.

collection_dimensions

Dimensions and order of the collections

conditions

Conditions associated to this dataset.

datum_dimensions

Dimensions and order of the data.

class pyhmsa.spec.datum.analysis.Analysis1D

Stores a measurement of a specimen at a single point in space or time with one datum dimension.

channels
collection_dimensions

Dimensions and order of the collections

conditions

Conditions associated to this dataset.

datum_dimensions
class pyhmsa.spec.datum.analysis.Analysis2D

Store a single measurement of the specimen at a single point in space or time with two datum dimensions, such as a diffraction pattern.

Note

This dataset type shall not be used to store 2 dimensional images rastered over the specimen, such as a conventional TEM or SEM image. Instead, such data shall be stored using the ImageRaster2D.

collection_dimensions

Dimensions and order of the collections

conditions

Conditions associated to this dataset.

datum_dimensions
u
v