bluepyefe.tools

Tool and miscellaneous functions

Functions

dict_to_json(data, path)

Save some data in a json file.

set_efel_settings(efeature_settings)

Reset the eFEl settings and set them as requested by the user (uses

to_mV(voltage, v_unit)

Converts a voltage series to mV.

to_ms(t, t_unit)

Converts a time series to ms.

to_nA(current, i_unit)

Converts a current series to nA.

Classes

NumpyEncoder(*[, skipkeys, ensure_ascii, ...])

To make Numpy arrays JSON serializable