esmraldi.msimageimpl

Module Contents

Classes

MSImageImplementation

class esmraldi.msimageimpl.MSImageImplementation(spectra, image=None, mzs=None, tolerance=14, is_maybe_densify=True, spectral_axis=-1, mean_spectra=None, peaks=None, is_ppm=True)

Bases: esmraldi.msimagebase.MSImageBase

property dtype
property nnz
property data
property coords
property shape
property ndim
property size
property is_maybe_densify
__lt__(other)

Return self<value.

__gt__(other)

Return self>value.

__le__(other)

Return self<=value.

__ge__(other)

Return self>=value.

__eq__(other)

Return self==value.

__ne__(other)

Return self!=value.

max(axis=None, out=None, keepdims=False)
min(axis=None, out=None, keepdims=False)
__array_function__(func, types, args, kwargs)
__array_ufunc__(ufunc, method, *inputs, **kwargs)
__getitem__(key)
get_ion_image_index(index)
get_ion_image_mzs(current_mz, tl=0, tr=0)
average_image(indices)
astype(new_type, casting='unsafe', copy=True)
transpose(axes=None)
reshape(shape, order='C')
copy()
view(dtype=np.float64)