Note
Click here to download the full example code
Check installation#
Loading a few functions#
from eargait.event_detection import DiaoAdaptedEventDetection
from eargait.preprocessing import align_gravity_and_convert_ear_to_ebf, convert_ear_to_ebf, load
from eargait.utils.example_data import get_mat_example_data_path
# data directory
data_path = get_mat_example_data_path()
print("\nInstallation was successful.\n")
Installation was successful.
Total running time of the script: ( 0 minutes 19.501 seconds)
Estimated memory usage: 808 MB