Table Of Contents

Previous topic

Analysis list

Next topic

Data file

Image raster

Dataset used to store rastered results over regularly spaced intervals in one or more dimensions, such as a 1D linescan, a 2D image or a 3D serial section.

Classes

class pyhmsa.spec.datum.imageraster.ImageRaster2D

Represents a dataset that has been raster mapped in 2D (x/y dimensions).

collection_dimensions
conditions

Conditions associated to this dataset.

datum_dimensions

Dimensions and order of the data.

toanalysis(x, y)
class pyhmsa.spec.datum.imageraster.ImageRaster2DSpectral

Represents a dataset that has been raster mapped in 2D (x/y dimensions), where for each raster coordinate, the datum collected was a 1D array (channel dimension). An example of this type of dataset is a SEM-XEDS map.

channels
collection_dimensions
conditions

Conditions associated to this dataset.

datum_dimensions
toanalysis(x, y)
class pyhmsa.spec.datum.imageraster.ImageRaster2DHyperimage

Represents a dataset that has been raster mapped in 2D (x/y dimensions), where for each raster coordinate, the datum collected was a 2D image (U/V dimensions.

collection_dimensions
conditions

Conditions associated to this dataset.

datum_dimensions
toanalysis(x, y)
u
v