SNAPlabgroup / ANLffr

A set of tools to analyze and interpret auditory steady-state responses, particularly the subcortical kind commonly known as frequency-following responses (FFRs).
BSD 3-Clause "New" or "Revised" License
11 stars 18 forks source link

Test using VM #9

Open haribharadwaj opened 10 years ago

haribharadwaj commented 10 years ago

Perhaps useful to test and recommend a config using: http://neuro.debian.net/vm.html

ghost commented 10 years ago

I'll test using Debian wheezy without a virtualenv and let you know how it works. But even the neurodebian VM requires Virtualbox...then you have to configure it to share directories, you're not going to have access to all the RAM, etc...

It's more likely that end-users are more likely to be using it with a PythonXY/Anaconda/Enthought Python distribution. I think with the change to a standalone dpss module, a simple

python setup.py install --user

and an example script should be enough to get people going without installing a whole lot of additional thngs if they already have their preprocessing done.

I'll concede the need for a Linux distro if you want to use the software's MNE hooks to do all your preprocessing...but again, I feel like it's just as likely that other groups have their own methods of preprocessing that don't require MNE.

haribharadwaj commented 10 years ago

Agree with everything you said... PS: I did a make of the doc again: http://www.nmr.mgh.harvard.edu/~hari/ANLffr/

ghost commented 10 years ago

Are you waiting on this to finalize the release?

haribharadwaj commented 10 years ago

No.. This is pretty low priority... Do you think the code Is mature enough for a release? I thought I'd let it marinate for a while and see we run into any issues