Difference between revisions of "Reading MEF Files"

From BESA® Wiki
Jump to: navigation, search
(Created page with "The MEF (Multiscale Electrophysiology File) format is an open-source file format licensed under the Apache License, Version 2.0. It offers the option to encrypt subject identi...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{BESAInfobox
 +
|title = Module information
 +
|module = BESA Research
 +
|version = BESA Research 6.0 or higher
 +
}}
 +
 
The MEF (Multiscale Electrophysiology File) format is an open-source file format licensed under the Apache License, Version 2.0. It offers the option to encrypt subject identifying information using a 128-bit AES encryption. Please note that the current version of the MEF data reader can import MEF 2.0 files only. To install the MEF file format reader, run the ''InstallReaders.exe'' application located in the ''Utilities\Additional Readers\MEF\'' subfolder of your BESA Research installation directory.
 
The MEF (Multiscale Electrophysiology File) format is an open-source file format licensed under the Apache License, Version 2.0. It offers the option to encrypt subject identifying information using a 128-bit AES encryption. Please note that the current version of the MEF data reader can import MEF 2.0 files only. To install the MEF file format reader, run the ''InstallReaders.exe'' application located in the ''Utilities\Additional Readers\MEF\'' subfolder of your BESA Research installation directory.
  
Line 7: Line 13:
 
[https://github.com/benbrinkmann/mef_lib_2_1 MEF 2.1 Github Repo by Ben Brinkmann]
 
[https://github.com/benbrinkmann/mef_lib_2_1 MEF 2.1 Github Repo by Ben Brinkmann]
  
[http://www.mayo.edu/research/labs/epilepsy-neurophysiology/mef-example-source-code Mayo Clinic - MEF]
+
[https://www.mayo.edu/research/labs/bioelectronics-neurophysiology-engineering/data-code-sharing Mayo Clinic - Data and Code Sharing: Multiscale Electrophysiology Format]
 +
 
 +
[https://github.com/msel-source Mayo Systems Electrophysiology Lab (MSEL) Github Repo]
  
 
More info on the Apache 2.0 license can be obtained here:
 
More info on the Apache 2.0 license can be obtained here:
  
 
[http://www.apache.org/licenses/LICENSE-2.0 Apache 2.0 License]
 
[http://www.apache.org/licenses/LICENSE-2.0 Apache 2.0 License]
 +
[[Category:Data Import/Export]]

Latest revision as of 14:45, 5 May 2021

Module information
Modules BESA Research
Version BESA Research 6.0 or higher

The MEF (Multiscale Electrophysiology File) format is an open-source file format licensed under the Apache License, Version 2.0. It offers the option to encrypt subject identifying information using a 128-bit AES encryption. Please note that the current version of the MEF data reader can import MEF 2.0 files only. To install the MEF file format reader, run the InstallReaders.exe application located in the Utilities\Additional Readers\MEF\ subfolder of your BESA Research installation directory.

In order to read MEF data in BESA programs open the session/event file (file extension *.xml).

For more info on the MEF format, please visit the following pages:

MEF 2.1 Github Repo by Ben Brinkmann

Mayo Clinic - Data and Code Sharing: Multiscale Electrophysiology Format

Mayo Systems Electrophysiology Lab (MSEL) Github Repo

More info on the Apache 2.0 license can be obtained here:

Apache 2.0 License