shnitsel.data.trajectory_format

Attributes

Trajectory

Classes

_Trajectory

Class to wrap trajectory information in a shnitsel-conform format.

Module Contents

type Trajectory = xr.Dataset
class _Trajectory(initial_ds)

Bases: shnitsel.data.proxy_class.Proxy

Class to wrap trajectory information in a shnitsel-conform format.

Used to keep track of original data while the trajectory data is modified

Parameters:

initial_ds (xarray.Dataset)

get_current_raw()
Return type:

xarray.Dataset

get_original_raw()
Return type:

xarray.Dataset