SpaceMap¶
-
class
mesmerize.plotting.
SpaceMapWidget
[source]¶ Bases:
PyQt5.QtWidgets.QMainWindow
,mesmerize.plotting.widgets.base.BasePlotWidget
-
sample_df
¶ sub-dataframe of the current sample
-
property
transmission
¶ The input transmission
- Return type
-
save_plot_dialog
(path, *args)¶ Plot save dialog
-
save_plot
(path)¶ Save the plot as a Transmission in an HDF5 file. Plot parameters are stored as a JSON string within the HDF5 file. See Transmission.to_hdf5
- Parameters
path – Path to save the file to. For easy identification use “.ptrn” extension.
-
open_plot_dialog
(filepath, dirpath, *args, **kwargs)¶ Open plot dialog
-
open_plot
(ptrn_path: str, proj_path: str) → Optional[Tuple[str, str]]¶ Open a plot saved by the save_plot() method
- Parameters
ptrn_path – Path to the HDF5 Transmission file. By convention file extension is “.ptrn”
proj_path – Project path of the associated plot data.
-
set_plot_opts
(*args, **kwds)¶ Must be implemented in subclass
-