autodeer.tools

Module Contents

Functions

eprload(path[, experiment, type])

A general versions of eprload

progress_bar(progress[, post])

progress_bar_frac(num, den)

Attributes

log

autodeer.tools.log[source]
autodeer.tools.eprload(path, experiment=None, type=None, **kwargs)[source]

A general versions of eprload

Parameters:
pathstr

The file path of the data that should be loaded.

experimentstr, optional

_description_, by default None

typestr, optional

_description_, by default None

Returns:
xarray.Dataarray

_description_

Raises:
ValueError

_description_

RuntimeError

_description_

Parameters:
  • path (str)

  • experiment (str)

  • type (str)

autodeer.tools.progress_bar(progress, post='')[source]
autodeer.tools.progress_bar_frac(num, den)[source]