sdynpy.fileio.sdynpy_escdf.ESCDFVisualizer

class ESCDFVisualizer(escdf_file=None)[source]

Bases: QMainWindow

An interactive window allowing users to explore an ESCDF file

__init__(escdf_file=None)[source]

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

escdf_file (str or ESCDF, optional) – The file or ESCDF object to explore. If not passed, one can be loaded through the graphical user interface.

Return type

None.

Methods

__init__([escdf_file])

Create an ESCDF Visualizer Window to explore an ESCDF file.

Attributes