.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "auto_examples\General\automatic_file_loading.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note :ref:`Go to the end ` to download the full example code. .. rst-class:: sphx-glr-example-title .. _sphx_glr_auto_examples_General_automatic_file_loading.py: Loading Events from a series of data files =================================================== .. GENERATED FROM PYTHON SOURCE LINES 7-9 Skutils loaders can only open one file per "loader object", meaning that you need to "instantiate" a new loader for every file you open, here's an example .. GENERATED FROM PYTHON SOURCE LINES 9-14 .. code-block:: Python import skutils import matplotlib.pyplot as plt import numpy as np .. rst-class:: sphx-glr-script-out .. code-block:: none Skutils is in beta, please contact support@skutek.com with bugs, issues, and questions .. GENERATED FROM PYTHON SOURCE LINES 15-16 Configure for Noise triggers .. rst-class:: sphx-glr-timing **Total running time of the script:** (0 minutes 1.234 seconds) .. _sphx_glr_download_auto_examples_General_automatic_file_loading.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: automatic_file_loading.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: automatic_file_loading.py ` .. container:: sphx-glr-download sphx-glr-download-zip :download:`Download zipped: automatic_file_loading.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_