Zhenya
Zhenya
> put this two files inside zip in bin folder > > and this will work > > ~~[bin.zip](#removed)~~ > > PS-Now this should be closed Certainly copying library files...
I am also having a problem on a Windows machine. When I run the following lines from the tutorial ```python # Here we're using an example BIDS dataset that's bundled...
> (Qualifier above still applies: I'm probably not going to be able to fix any Windows-specific issues myself, but would happily accept PRs.) @tyarkoni, I submitted a pr #627. The...
I though it might be due to the head movement compensation so I tried again with maxfiltered data but the result was the same. ```sh openneuro-py download --dataset=ds000117 --include "derivatives/meg_derivatives/sub-01/ses-meg/meg/sub-01_ses-meg_task-facerecognition_run-01_proc-sss_meg.fif"...
One other thing I tried was to compare the fressurfer data from openneuro with what we got by running it ourselves: ```python our_reconned_fs_subject = 'sub001' our_reconned_fs_subjects_dir = Path(r'../reconned') openneuro_trans_our_reconned =...
> Why would you assume the transformation matrices should be the same? That is an excellent point! Well, because it is the same dataset but stored differently :smile: I assumed...
I guess I shouldn't have assumed that the matrices should be the same. And so this is not an `mne-bids` issue. Sorry for the noise then. I'll ask the dataset...
> > Yeah, you need to prepend `legacy.` to stay on openfmri. > > Ah, good to know! > > Can you maybe fire up the MNE Coregistration GUI and...
Hi, @hoechenberger, sorry for taking longer than I promised. I wasn't able to make `coreg` work with freesurefer data stored in the BIDS format, unfortunately. I plotted the coreg in...
BTW, would it be useful if I filed an issue about the stable version of `mne-bids` requiring the dev version of `mne`?