Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer

Signature

class sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer(escdf_file=None)

An interactive window allowing users to explore an ESCDF file

Methods

NameSummary
__init__Create an ESCDF Visualizer Window to explore an ESCDF file.
connect_callbacks
find_comparable_data
get_active_data
get_activity_geometry
get_activity_metadata_data
go_to_data
go_to_metadata
load
plot_coordinate
plot_data
plot_data_against_metadata
plot_data_on_geometry
plot_geometry
plot_shape
populate_properties
select_file
set_arrow_size
set_label_text_size
set_line_width
set_node_size
set_opacity
set_transient_end_time
set_transient_start_time
set_undeformed_opacity
set_up_data_dimension_spinboxes
set_up_metadata_dimension_spinboxes
update_activity_data
update_data_data
update_data_dimension
update_data_properties
update_data_property
update_metadata_data
update_metadata_dimension
update_metadata_properties
update_metadata_property
update_tab
update_viz_buttons

__init__

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.__init__(self, escdf_file=None)

Create an ESCDF Visualizer Window to explore an ESCDF file.

A filename or ESCDF object can be passed as an argment, or it can be loaded at a later point.

Parameters

Returns

connect_callbacks

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.connect_callbacks(self)

find_comparable_data

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.find_comparable_data(self, active_data)

get_active_data

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.get_active_data(self)

get_activity_geometry

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.get_activity_geometry(self)

get_activity_metadata_data

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.get_activity_metadata_data(self)

go_to_data

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.go_to_data(self, item=None)

go_to_metadata

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.go_to_metadata(self, item=None)

load

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.load(self, escdf_file)

plot_coordinate

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.plot_coordinate(self)

plot_data

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.plot_data(self)

plot_data_against_metadata

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.plot_data_against_metadata(self)

plot_data_on_geometry

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.plot_data_on_geometry(self)

plot_geometry

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.plot_geometry(self)

plot_shape

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.plot_shape(self)

populate_properties

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.populate_properties(self, dataset, widget: PyQt5.QtWidgets.QListWidget)

select_file

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.select_file(self, checked=False)

set_arrow_size

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.set_arrow_size(self, checked=False)

set_label_text_size

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.set_label_text_size(self, checked=False)

set_line_width

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.set_line_width(self, checked=False)

set_node_size

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.set_node_size(self, checked=False)

set_opacity

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.set_opacity(self, checked=False)

set_transient_end_time

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.set_transient_end_time(self, checked=False)

set_transient_start_time

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.set_transient_start_time(self, checked=False)

set_undeformed_opacity

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.set_undeformed_opacity(self, checked=False)

set_up_data_dimension_spinboxes

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.set_up_data_dimension_spinboxes(self, prop)

set_up_metadata_dimension_spinboxes

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.set_up_metadata_dimension_spinboxes(self, prop)

update_activity_data

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.update_activity_data(self, current=None, previous=None)

update_data_data

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.update_data_data(self, current=None, previous=None)

update_data_dimension

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.update_data_dimension(self, ind=None, prop=None)

update_data_properties

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.update_data_properties(self, current=None, previous=None)

update_data_property

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.update_data_property(self, current=None, previous=None)

update_metadata_data

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.update_metadata_data(self, current=None, previous=None)

update_metadata_dimension

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.update_metadata_dimension(self, ind=None, prop=None)

update_metadata_properties

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.update_metadata_properties(self, current=None, previous=None)

update_metadata_property

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.update_metadata_property(self, current=None, previous=None)

update_tab

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.update_tab(self, argument=None)

update_viz_buttons

def sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer.update_viz_buttons(self)