Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to locate the script that creates a file used in 99-make_reports #40

Open
kalenkovich opened this issue Aug 31, 2021 · 3 comments

Comments

@kalenkovich
Copy link

The group-level report in 99-make_reports.py loads the file eeg_faces_highpass-%sHz-ave.fif that I can't find in my files (even though I ran all the scripts) nor a reference to it in any of the scripts. Could you please help me locate this file or the script that should have produced it?

faces_fname = op.join(meg_dir, 'eeg_faces_highpass-%sHz-ave.fif' % l_freq)

@jasmainak
Copy link
Member

I think this needs to be updated to match this:

op.join(meg_dir, 'grand_average_highpass-%sHz-ave.fif' % l_freq),

By the way, this package is not actively maintained. You might get mileage from using:

https://github.com/mne-tools/mne-bids-pipeline

unless you're doing something specific to the Faces dataset

@kalenkovich
Copy link
Author

Thank you @jasmainak! And sorry for replying so late.

We are using the analysis reported in Jas et al. (2018) and the code in this here repository as the basis for a tutorial on reproducible MEEG analysis and wanted to reproduce the group results from 99-make_reports.py. We ended up using the code in https://github.com/mne-tools/mne-biomag-group-demo/blob/master/scripts/results/group_analysis/plot_group.py.

@jasmainak
Copy link
Member

I see, do feel free to share any educational materials that result from this. I'd be happy to share this with colleagues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants