Need Experts suggestions

Dear MNE experts,

My intention to use MNE python for eliminating temporal and spatial redundant EEG data and fuse them in different cluster based on data correlation for transmitting remote station. For that, I want to extract the attributes of an each sample like channel_names, sample_frequency and time_point for comparing a sample with immediate next sample or rest of the channels sample of the same time_point.

I kindly require your suggestion regarding whether MNE-python is enough to carry out the above mentioned work or do I need to use MNE-C MATLAB-Toolbox functions as well. If for the latter case, I require your assistance regarding the installation problem of MNE-C.

I have already install MATLAB and downloaded MNE-C software named: MNE-2.7.3-3268-Linux-x86 64. I have tried to install it but unable to install. Getting this error: bash:/bin/mne_setup_sh: No such file or directory. Actually, I couldn't understand how to create the environment variable MNE_ROOT in ubuntu system. It may be a problem to install it.

Thanks With Warm Regards,

MD. KHORSHED ALAM (Shishir)

Graduate Research Assistant (GRA)

Center of Intelligent Signal and Imaging Research (CISIR)
Department of Electrical and Electronic Engineering
Universiti Teknologi PETRONAS
Bandar Seri Iskandar
32610 Tronoh
Perak Darul Ridzuan
Malaysia

Mobile no: +60176459080
Email ID: khorshed.alam at live.iium.edu.my<mailto:khorshed.alam at live.iium.edu.my>
Alternative :shishir_lmu at yahoo.com<mailto:shishir_lmu at yahoo.com>, alam.0213 at gmail.com<mailto:alam.0213 at gmail.com>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20171230/50d64daa/attachment.html

Hi Khorshed,

Not an MNE expert, but you seem to have fallen into the trouble with
environment variables in bash.

Here are the summary of steps that you'll need to follow:
1. Open a terminal
2. Download MNE into a path, say, */home/your_username/mne*.
3. Also, note the install path of MATLAB. Say, */usr/local/MATLAB/R2017a*.
4. Set the environment variables. On the termainal, type the following
commands (excluding the dollar sign)
    $ export MNE_ROOT="*/home/your_username/mne*"
    $ export MATLAB_ROOT="*/usr/local/MATLAB/R2017a*"
5. Finally execute the mne_setup.sh using the following command:
    $ . $MNE_ROOT/bin/mne_setup_sh

You can also find these instructions in this page
<https://mne-tools.github.io/dev/install_mne_c.html#setting-up-mne-c-environment>.
Be careful not to add any space character in the command above. Also,
replace all the values in *bold.*

Happy new year!
Damodar

Hello Khorshed,

it seems to me that MNE-Python can provide everything you need. Most of the information you require is stored in the `.info` field of the main data structures. For example: `info[?ch_names?]` contains the channel names. See here for all the various things in there: https://martinos.org/mne/stable/generated/mne.Info.html

The raw data can be accessed through the `.get_data()` method of the `Raw` class.

Hope this helps.

Marijn.

Dear MNE experts,

My intention to use MNE python for eliminating temporal and spatial redundant EEG data and fuse them in different cluster based on data correlation for transmitting remote station. For that, I want to extract the attributes of an each sample like channel_names, sample_frequency and time_point for comparing a sample with immediate next sample or rest of the channels sample of the same time_point.

I kindly require your suggestion regarding whether MNE-python is enough to carry out the above mentioned work or do I need to use MNE-C MATLAB-Toolbox functions as well. If for the latter case, I require your assistance regarding the installation problem of MNE-C.

I have already install MATLAB and downloaded MNE-C software named: MNE-2.7.3-3268-Linux-x86 64. I have tried to install it but unable to install. Getting this error: bash:/bin/mne_setup_sh: No such file or directory. Actually, I couldn't understand how to create the environment variable MNE_ROOT in ubuntu system. It may be a problem to install it.

Thanks With Warm Regards,
MD. KHORSHED ALAM (Shishir)
Graduate Research Assistant (GRA)
Center of Intelligent Signal and Imaging Research (CISIR)
Department of Electrical and Electronic Engineering
Universiti Teknologi PETRONAS
Bandar Seri Iskandar
32610 Tronoh
Perak Darul Ridzuan
Malaysia
Mobile no: +60176459080
Email ID: khorshed.alam at live.iium.edu.my
Alternative :shishir_lmu at yahoo.com, alam.0213 at gmail.com

_______________________________________________
Mne_analysis mailing list
Mne_analysis at nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis

The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1386 bytes
Desc: not available
Url : http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20171231/c527ce4b/attachment-0001.bin