-
```
Please support JNA-like structures (if possible), i.e.
public class sockaddr extends StructObject
{
/**
*
*/
@Field(0)
public int sa_family;
/**
*
*/
@Arra…
-
```
Please support JNA-like structures (if possible), i.e.
public class sockaddr extends StructObject
{
/**
*
*/
@Field(0)
public int sa_family;
/**
*
*/
@Arra…
-
I am following the documentation on where it says:
``` PYTHON
>>> from neo import io
>>> r = io.BrainVisionIO( filename = 'eeg_suj1_wm2_day1.eeg')
>>> seg = r.read_segment(lazy = False, cascade = Tru…
-
BV-imported files have no attribute _raw_length, preventing e.g. downsampling. E.g.:
```
>>> raw = brainvision.read_raw_brainvision(vdhr_fname,preload=True)
Extracting eeg Parameters from ***.vhdr...…
-
Hello,
I'm trying to use read_raw_brainvision but I'm getting an error:
> File "/Users/emanuele/anaconda/lib/python2.7/site-packages/mne/io/brainvision/brainvision.py",
> line 462, in _get_eeg_info…
-
Hi,
I had pre-treated data exported from brainvision analyzer (.vhdr, .vmrk and .eeg) and when I try importing it with python-neo I get an issue with the INT_16 format : the resolution was not taken…
Lx37 updated
10 years ago
-
Hello,
I'm just starting to learn about Python and I try to use MNE especially with Brainvision Raw Data
I encounter a problem during the call of "read_raw_brainvision" in the script below
import mn…
GMael updated
10 years ago
-
Hi!
Thanks for your interesting project.
I managed to run the examples with the .fiff datasets provided but I am now blocked because do not know how to import my own data which are in Brainamp format…
-
Please support JNA-like structures (if possible), i.e.
public class sockaddr extends StructObject
{
/**
*
_/
@Field(0)
public int sa_family;
/_*
*
*/
@Array({1…