lyse

Lyse analysis API

Module Attributes

path

Links to lyse.utils.worker.path which contains hdf5 filepath to be analysed.

routine_storage

An empty object that analysis routines can store data in.

Functions

data([filepath, host, port, timeout, ...])

Get data from the lyse dataframe or a file.

globals_diff(run1, run2[, group])

Take a diff of the globals between two runs.

open_file(mode)

Decorator for lyse functions to allow using previously opened file with context manager.

Classes

Run(h5_path[, no_write])

A class for saving/retrieving data to/from a shot's hdf5 file.

Sequence(h5_path, run_paths[, no_write])

Modules

communication

Code required for interprocess communication

dataframe_utilities

Lyse dataframe utilities

figure_manager

Custom matplotlib Figure Manager

filebox

Lyse GUI dataframe filebox widget

routines

analysis GUI code

utils

Lyse API common utilities

widgets

Lyse GUI widgets