-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Hi! I was made aware of the FLAIR Pial Surface placement bug reported by the freesurfer devs. This bug was not pathed until version 7.4.0, while smriprep is still using version 7.3.2.
Are there any plans to fix this bug/update to version 7.4.0 in the near future? We are currently considering using fMRIPrep/smriprep with FLAIR for surface refinement in our preprocessing plan, but need this issue answered before we proceed.
According to the release notes an alternative to upgrading to version 7.4.0 is to supply expert options via a global-expert-option.txt file:
Pial surface placement with FLAIR images has a bug which has existed since the start of version 7. This bug causes the pial surface to not extend nearly far enough. This has been fixed in the development version and so will be present in the next version. You can fix it in previous v7 releases by creating (or adding to) $SUBJECTS_DIR/global-expert-options.txt with this line "PlaceMMPialSurf --mm_min_inside 50 --mm_max_inside 200 --mm_min_outside 10 --mm_max_outside 50
Is this somehow possible by suppling extra flags with smriprep/fmriprep?