Hello,
In the mne_epochs2mat command if you use the option --mat <name>, then
it should produce an output file, that can be read into matlab.
I've also been trying to perform TF analysis from ROI data and have been
having problems with the mne_compute_raw_inverse step.
Although the command runs and ends without producing an error message,
all the values at each vertex are zero. I have been using the commmand
as follows:
mne_compute_raw_inverse
--in mb_041_raw_ssst.fif
--inv mb_041_raw-5-meg-inv.fif
--nave 1
--snr 3
--spm
--picknormalcomp
--align_z
--label Orb-lh.label
--labelselout
(have also tried adding --set 1 but can't see why would need it as it's
raw data).
This produces a new fif file as expected, but when I checked the data to
see if it had worked properly all values were zero. I checked using
matlab utilities:
data = fiff_setup_read_raw('Orb-lh-spm_raw.fif');
[data2,times] = fiff_read_raw_segment(data,400000,403000);
Which shows all data points are zero.
Any help or suggestions whould be appreciated,
Alex
Command line output from mne_compute_raw:
mne_compute_raw_inverse version 1.4 compiled at Apr 5 2007 15:59:00
input file :
/work/imaging3/MEG/AC_MEG_object_processing/Moss/MEG/subjects/meg08_0041/basic/epoch/mb_041_raw_ssst.fif
baseline : 0.00 ... 1000.00 ms
inverse operator file :
/work/imaging3/MEG/AC_MEG_object_processing/Moss/MEG/subjects/meg08_0041/basic/epoch/basic_041_moss_450-5-meg-inv.fif
SNR : 3.000000
Do dSPM
Label files to process :
/work/imaging3/MEG/AC_MEG_object_processing/Moss/MEG/subjects/meg08_0041/basic/epoch/Orb-lh.label
Source locations will be listed in head coordinates.
Reading the inverse operator...
Read 2 source spaces from
/work/imaging3/MEG/AC_MEG_object_processing/Moss/MEG/subjects/meg08_0041/basic/epoch/basic_041_moss_450-5-meg-inv.fif
with a total of 12850 source locations
Read the sensor covariance matrix (full)
Read the source covariance matrix (diagonal)
Measurement file id not found (omit matching).
Solution is based on MEG.
Inverse operator information was stored in head coordinates.
Source orientation prior information read.
Depth-weighting prior information read.
Source orientations read.
Singular values read.
Eigenvectors read.
Number of channels = 193
Number of sources = 12850
Free source orientations
Location information in head coordinates
Adding derived data to the inverse operator (nave = 1)...
Decomposing the sensor noise covariance matrix...
Eigenvalue decomposition had been precomputed.
SSS was applied to the data. Effective number of channels = 64
129 small eigenvalues detected
Eigenleads multiplied with Cholesky decomposition of the source
covariance matrix.
nave change: 1 -> 1
Raw data file
/work/imaging3/MEG/AC_MEG_object_processing/Moss/MEG/subjects/meg08_0041/basic/epoch/mb_041_raw_ssst.fif:
sfreq = 1000.000000 Hz
nchan = 341
Processing label
/work/imaging3/MEG/AC_MEG_object_processing/Moss/MEG/subjects/meg08_0041/basic/epoch/Orb-lh.label...
2653 points in label
/work/imaging3/MEG/AC_MEG_object_processing/Moss/MEG/subjects/meg08_0041/basic/epoch/Orb-lh.label
115 sources within label
/work/imaging3/MEG/AC_MEG_object_processing/Moss/MEG/subjects/meg08_0041/basic/epoch/Orb-lh.label
Selective inverse operator ready.
Wrote selected to
/work/imaging3/MEG/AC_MEG_object_processing/Moss/MEG/subjects/meg08_0041/basic/epoch/Orb-sel-lh.label
Reading data 1000 shorts in buffer
........................................................................................................
........................................................................................................
........................................................................................................
........................................................................................................
.......................................
/work/imaging3/MEG/AC_MEG_object_processing/Moss/MEG/subjects/meg08_0041/basic/epoch/Orb-lh-spm_raw.fif
[done]
Keller, Corey J. wrote: