BIDS GUIs: Difference between revisions
No edit summary |
|||
Line 15: | Line 15: | ||
=GUI Overview= |
=GUI Overview= |
||
==Project Panel== |
==Project Panel== |
||
[[File:Project_panel_view.png]] |
[[File:Project_panel_view.png | 700px]] |
||
==Subject Panel== |
==Subject Panel== |
||
[[File:Gui_subject_panel.png]] |
[[File:Gui_subject_panel.png | 700px]] |
||
==Task Switcher== |
==Task Switcher== |
||
Changing the task - shows the number of epochs in the selected task |
Changing the task - shows the number of epochs in the selected task <br> |
||
[[File:Subject_panel_switch_task_epochs.png]] |
[[File:Subject_panel_switch_task_epochs.png | 700px]] |
||
==MRI Viewing== |
==MRI Viewing== |
||
[[File:Plot_mri_views.png]] |
[[File:Plot_mri_views.png | 700px ]] |
||
==MEG Plotting== |
==MEG Plotting== |
||
Dropdown with MEG plotting options |
Dropdown with MEG plotting options |
||
[[Meg_plotting_options.png]] |
[[Meg_plotting_options.png | 700px]] |
||
Plot All MEG channels (unorganized view) |
Plot All MEG channels (unorganized view) |
||
[[Plot_meg_all.png]] |
[[Plot_meg_all.png | 700px]] |
||
Plot Trigger Channels |
Plot Trigger Channels |
||
[[Plot_meg_trigview.png]] |
[[Plot_meg_trigview.png | 700px]] |
Revision as of 15:26, 3 December 2024
What is BIDS
https://bids-specification.readthedocs.io/en/stable/
BIDS is a standard specification for neuroimaging/physiology data. This currently includes at least: MRI, fMRI, DTI, EEG, MEG, fNIRS (and possibly ECOG/sEEG). BIDS typically describes how RAW data is organized - and processed data is located in the bids_dir/derivatives/{AnalysisPackage}/{SUBJECT}/... The main advantage is that common code can be generated to process data organized in a standard format. Therefore, you should be able to import the bids data into any number of neurophysiological packages (MNE, Brainstorm, SPM, Fieldtrip, ...). Additionally, standardized processing packages known as BIDS apps can be used to process the data in the same way as long as the data is organized in BIDS.
On Biowulf
Start a compute node from the terminal
sinteractive --mem=12G --cpus-per-task=4 --gres=lscratch:50 #adjust mem and cpus accordingly
module use --append /data/MEGmodules/modulefiles module load mne/dev1.5.1
bids_qa_gui.py -bids_root <<PATH to BIDS dir>>
GUI Overview
Project Panel
Subject Panel
Task Switcher
Changing the task - shows the number of epochs in the selected task
MRI Viewing
MEG Plotting
Dropdown with MEG plotting options 700px
Plot All MEG channels (unorganized view) 700px
Plot Trigger Channels 700px