Skip to content

Commit

Permalink
Merge pull request #371 from OHBA-analysis/matsvanes-patch-1
Browse files Browse the repository at this point in the history
Update example freesurfer_source_recon.py
  • Loading branch information
matsvanes authored Jan 7, 2025
2 parents c9906d3 + ec7860d commit 3000af9
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions examples/misc/freesurfer_source_recon.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,23 +70,25 @@
source_recon:
- coregister:
mode: mne
nasion_weight; 2.0
nasion_weight: 2.0
- forward_model:
model: Single Layer
mode: surface
kwargs: {ico: 4}
gridstep: 8
- minimum_norm:
method: eLORETA
rank: 70
rank: 20
depth: 0.8
loose: 0.2
lambda2: 0.1
morph: fsaverage
reg: 0.1
pick_ori: None
- parcellate:
- parcellation_file: aparc
- source_method: minimum_norm
- parcellation_file: Yeo2011_7Networks_N1000
- reference_brain: fsaverage
- method: pca_flip
- orthogonalisation: symmetric
- source_method: minimum_norm
"""


Expand Down

0 comments on commit 3000af9

Please sign in to comment.