Store Files after Acquisition [OpenSignals]
Difficulty Level:
Tags record☁store☁opensignals☁post-acquisition

OpenSignals is the PLUX"s software dedicated to acquire, store and process physiological signals acquired with electronic devices developed and commercialized by the company (such as biosignalsplux and BITalino ).

We had a first interaction with OpenSignals when we explained how to start an acquisition (see Jupyter Notebook here ).

In order to continue our introductory journey through OpenSignals , in the current Jupyter Notebook it will be demonstrated how the user can store in a file the previously acquired signals.


1 - Execute OpenSignals application in order to get access to the main page

2 - Press the "Floppy Disk" icon prompting a file explorer window

3 - Now, you should navigate through the directories until reaching the folder where you want to store the acquired data

4 - Write the desired filename, description and keywords (the last two elements are optional)

5 - Select the file types that you want to generate ( .txt , .h5 or .edf )

6 - Press "OK" to store the acquired data inside the selected file types

As demonstrated, storing the acquired signals is quick and easy with OpenSignals !

We hope that you have enjoyed this guide. biosignalsnotebooks is an environment in continuous expansion, so don"t stop your journey and learn more with the remaining Notebooks !

In [1]:
from biosignalsnotebooks.__notebook_support__ import css_style_apply
css_style_apply()
.................... CSS Style Applied to Jupyter Notebook .........................
Out[1]: