sampsapursiainen / zeffiro_interface

Interface for using finite elements in inverse problems with complex domains
GNU General Public License v3.0
24 stars 15 forks source link

Add reconstruction_from_edf_fn #182

Closed SeSodesa closed 1 year ago

SeSodesa commented 1 year ago

This function reads an EDF or European Data Format file into a matrix that can be fed into zef.reconstruction. The rows contain time series data for each of the electrode columns in the file.

SeSodesa commented 1 year ago

The function was deemed functional, so this was merged.