fmflow.core package#

Module contents#

class BaseAccessor(dataarray)[source]#

Bases: object

DEMODULATED = 'DEMODULATED'#
DEMODULATED_R = 'DEMODULATED_R'#
FMARRAY = 'FMARRAY'#
FMCUBE = 'FMCUBE'#
FMSPECTRUM = 'FMSPECTRUM'#
MODULATED = 'MODULATED'#
property datacoords#

A dictionary of arrays that label full axes of the data.

dimcoords(dim)[source]#

A dictionary of values that label dim axis.

property isdemodulated#

Whether the array is demodulated (regardless of reverse).

property isdemodulated_r#

Whether the array is reverse-demodulated.

property ismodulated#

Whether the array is modulated.

property scalarcoords#

A dictionary of values that don’t label any axes.

updatecoords(coords, dim=None)[source]#