-
Notifications
You must be signed in to change notification settings - Fork 272
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
PostFreeSurfer related pull request #135
PostFreeSurfer related pull request #135
Conversation
1/ Changing tabs to spaces, removal of trailing line spaces 2/ Fixing a bug with generation of c_ras.mat. The code to generate c_ras.mat failed in some cases so we replaced it with a more robust version. 3/ When T2w image is missing and T2wRestoreImage is set to NONE the following steps are skipped: * Adding T2w related images to the spec file
1/ Changing tabs to spaces, removal of trailing line spaces 2/ When T2w image is missing and T2wRestoreImage is set to NONE the following steps are skipped: * Adding T2w related images to the spec file * `applywarp` to `AtlasSpaceT2wImage`
1/ Changing tabs to spaces, removal of trailing line spaces 2/ Explicit prinrout of parameters 3/ Addition of `--mppversion` parameter and related check / validation code 4/ When T2w image is missing and T2wRestoreImage is set to NONE the following steps are skipped: * Myelin mapping
1/ Changing tabs to spaces, removal of trailing line spaces 2/ Explicit printout of parameters 3/ Addition of `--mppversion` parameter and related check / validation code 4/ Temporary suppression of colored echo outputs 5/ When T2w image is missing and T2wRestoreImage is set to NONE the following steps are skipped: * Myelin mapping
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turning off the myelin mapping script is not really what you want to do as multiple other things besides myelin mapping occur in it including:
- Creation of single warp field for final resampling of the T1w image (with masking and bias correction) for both T1w and MNI space
- Creation of the thickness map corrected for folding and creation of its CIFTI files
- Setting a palette on the Jacobian volume for the atlas registration
- Resampling of the bias field to MNI space
We also need to have no T2w checks for the last few loops in CreateMyelinMaps for #Create CIFTI Files and #Add CIFTI Maps to Spec. |
Lets also class RegName="FS" into legacy mode as I mentioned in fMRISurface. |
It looks good to me now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I'm concerned, we are really close on this one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs default RegName=MSMSulc
Default set to MSMSulc |
PostFreeSurferPipeline.sh
related changes1/ Cosmetic changes
Changing tabs to spaces, removal of trailing line spaces
2/ Explicit printout of parameters
3/ Addition of
--mppversion
parameter and related check / validation code4/ Temporary suppression of colored echo outputs
5/ Enabling run w/o T2w image
When T2w image is missing and T2wRestoreImage is set to NONE the following steps are skipped:
PostFreeSurferPipeline_1res.sh
related changes1/ Cosmetic changes
Changing tabs to spaces, removal of trailing line spaces
2/ Explicit prinrout of parameters
3/ Addition of
--mppversion
parameter and related check / validation code4/ Enabling run w/o T2w image
When T2w image is missing and T2wRestoreImage is set to NONE the following steps are skipped:
FreeSurfer2CaretConvertAndRegisterNonlinear.sh
related changes1/ Cosmetic changes
Changing tabs to spaces, removal of trailing line spaces
2/ Fixing a bug with generation of c_ras.mat
The code to generate c_ras.mat failed in some cases so we replaced it with a more robust version.
3/ Enabling run w/o T2w image
When T2w image is missing and T2wRestoreImage is set to NONE the following steps are skipped:
FreeSurfer2CaretConvertAndRegisterNonlinear_1res.sh
related changes1/ Cosmetic changes
Changing tabs to spaces, removal of trailing line spaces
2/ Enabling run w/o T2w image
When T2w image is missing and T2wRestoreImage is set to NONE the following steps are skipped:
applywarp
toAtlasSpaceT2wImage