PARawData#

class patato.core.image_structures.pa_raw_data.PARawData(data, dimensions, coordinates=None, attributes=None, hdf5_sub_name=None, algorithm_id=None)[source]#

Bases: DataSequence, ABC

PARawData is the abstract data structure for time series data. This can be in the pure time series format or the fourier way.

__init__(data, dimensions, coordinates=None, attributes=None, hdf5_sub_name=None, algorithm_id=None)[source]#
Parameters:
  • data

  • dimensions

  • coordinates

  • attributes

  • hdf5_sub_name

  • algorithm_id.

Methods

__init__(data, dimensions[, coordinates, ...])

ax_0_exists()

copy([cls])

get_ax1_label_meaning()

get_hdf5_group_name()

get_hdf5_sub_name()

imshow([ax, roi_mask, mask_roi, cmap, ...])

is_single_instance()

save(scan_writer)

to_2d()

two_dims()

Attributes

attributes

ax_0_labels

ax_1_labels

cmap

dtype

extent

n_im_dim

ndim

numpy_array

raw_data

save_output

shape

shape_2d

values

static get_ax1_label_meaning()[source]#
static is_single_instance()[source]#