trajectory_finalization¶
Functions¶
|
Function to apply some final postprocessing common to all input routines. |
|
Module Contents¶
- finalize_loaded_trajectory(dataset, loading_parameters)¶
Function to apply some final postprocessing common to all input routines.
- Parameters:
dataset (xr.Dataset | ShnitselDB | None) – The dataset, ShnitselDB object or None, if reading failed. Only individual trajectories will be post-processed here.
loading_parameters (LoadingParameters | None) – Parameters to set some defaults.
- Returns:
_description_
- Return type:
Trajectory | None
- set_state_defaults(dataset, loading_parameters)¶
- Parameters:
dataset (xarray.Dataset)
loading_parameters (shnitsel.io.helpers.LoadingParameters | None)
- Return type: