kylemath / pyoptical

Imagent optical imaging interface to MNE loading
MIT License
4 stars 1 forks source link

example of how to load NIRSx data from the mNE tutorial #3

Closed kylemath closed 4 years ago

kylemath commented 4 years ago

I made another script file you can run from inside the virtual environment called loadExampleData.py using an example from an mne tutorial on loading the NIRx data, it loads in and plots their example data.

@kuziekj @ssheldo You may also want a good text editor to work in, I use sublime, and I make it so I can open it from the terminal by typing subl filename.txt, or subl . to open the current directory.

kylemath commented 4 years ago

Did it run for you?.

On Thu., Apr. 16, 2020, 8:14 a.m. ssheldo, notifications@github.com wrote:

@ssheldo approved this pull request.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kylemath/pyoptical/pull/3#pullrequestreview-394675275, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA36GFKGKBAVEHUMGSVGVX3RM4HDBANCNFSM4MJGCMKA .

ssheldo commented 4 years ago

I used Spyder through Anaconda because Anaconda has several applications that I use in one place. So , I can use git merge to your changes to my branch or do I have to go through the base branch first?

kylemath commented 4 years ago

I don't understand , did my new code in this branch run when you ran it on your computer ?.

We are trying to move from.anaconda to venv so those two won't play nice together

On Thu., Apr. 16, 2020, 8:18 a.m. ssheldo, notifications@github.com wrote:

I used Spyder through Anaconda because Anaconda has several applications that I use in one place. So , I can use git merge to your changes to my branch or do I have to go through the base branch first?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kylemath/pyoptical/pull/3#issuecomment-614682178, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA36GFOC6YMWM5FCZ4G7CHTRM4HTVANCNFSM4MJGCMKA .

ssheldo commented 4 years ago

I still get the error ModuleNotFoundError: No module named 'pandas' though I did the pip install and it was fine.