Table Of Contents

Previous topic

Analysis

Next topic

Image raster

Analysis list

Dataset used to store a sequence of point measurements collected under the same conditions, but in an irregular pattern (line scan, time sequence, sparsely scanned image).

Classes

class pyhmsa.spec.datum.analysislist.AnalysisList0D

Represents a sequence of point measurements with zero datum dimension, such as a line scan or time sequence of single-valued data (e.g. Ti counts, BSE yield, vacuum pressure).

collection_dimensions
conditions

Conditions associated to this dataset.

datum_dimensions

Dimensions and order of the data.

toanalysis(analysis_index)
class pyhmsa.spec.datum.analysislist.AnalysisList1D

Represents a sequence of point measurements with one datum dimension, such as a spectrum.

channels
collection_dimensions
conditions

Conditions associated to this dataset.

datum_dimensions
toanalysis(analysis_index)
class pyhmsa.spec.datum.analysislist.AnalysisList2D

Represents a sequence of point measurements with two datum dimensions, such as a diffraction pattern.

collection_dimensions
conditions

Conditions associated to this dataset.

datum_dimensions
toanalysis(analysis_index)
u
v