reading DSI acquisition output in python

External Email - Use Caution

Hey all,

First off, I'm new to this library and I hope that this is the right place
to ask questions regarding the library.

So, I'm collecting my EEG data through DSI Dataquest ART software. And I
want to import the data into python without the process of using Neuroscore
to create edfs for every subject (which takes ages), just don't know how.
Does anyone has experience with this? The files are stored somewhat like
the following where "foo" and "bar" represent one subject:

foo.1$07
foo.107
foo.204
foo.307
foo.P07
bar.1$07
bar.107
bar.204
bar.307
bar.P07

Many thanks in advance,

Casper Klaver
University of Groningen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190607/1d0e9349/attachment.html

External Email - Use Caution

It looks like Dataquest ART is discontinued software
<https://www.datasci.com/products/software/dataquest-art>, and a cursory
search suggests that there isn't a filetype specification online. At the
very least, we would need some example data files to be able to write a
reader. But since it's a file format from a software that was discontinued
in 2015, I would expect this to get low priority (especially since you do
seem to have a way to convert to EDF using Neuroscore). If you are
willing/able to work on the reader yourself, that improves the chances of
getting it added. You can have a look at how the other readers
<https://github.com/mne-tools/mne-python/tree/master/mne/io> work to get an
idea... I don't know anything about the ART format so I don't know which
currently supported format would be most similar to serve as a good
starting place.