-
Notifications
You must be signed in to change notification settings - Fork 15
Complete boiler plate methods section of the README #17
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
Conversation
marcobarilari
left a comment
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.
Not an expert but sounds complete regarding the steps implemented in the pipeline. It would be nice to have (in the future) an automated generated text retrieving the details from the scripts (e.g. getOptions/spmMyDefaults etc)
|
|
||
| The fMRI data were pre-processed and analyzed using statistical parametric mapping (SPM12 – v7487; Wellcome Center for Neuroimaging, London, UK; www.fil.ion.ucl.ac.uk/spm) running on {octave 4.{??} / matlab 20{XX} (Mathworks)}. | ||
|
|
||
| The preprocessing of the functional images was performed in the following order: removing of dummy scans, {slice timing correction}, realignment, normalization to MNI, smoothing. |
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.
(I might be wrong) on the last meeting (1st oct) we discussed about how to deal with the dummies removal/onset time and @mohmdrezk proposed to remove them before BIDS conversion (and therefore not mention them?). Is it correct?
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.
True. I agree with what @mohmdrezk said below.
|
@marco : It will be in the pipeline during the BIDS preparation (not before), and in the last step, the dummies will be removed before copying the files to “RAW”.
We can mention it in the end of the dicom2BIDS.
… On 2 Oct 2019, at 14:44, marcobarilari ***@***.***> wrote:
@marcobarilari approved this pull request.
Not an expert but sounds complete regarding the steps implemented in the pipeline. It would be nice to have (in the future) an automated generated text retrieving the details from the scripts (e.g. getOptions/spmMyDefaults etc)
In README.md <#17 (comment)>:
> @@ -120,20 +132,42 @@ _There's no way to avoid all the error (short of doing a four-dimensional realig
## Boiler plate methods section
-Work in progress...
+### Preprocessing
+
+The fMRI data were pre-processed and analyzed using statistical parametric mapping (SPM12 – v7487; Wellcome Center for Neuroimaging, London, UK; www.fil.ion.ucl.ac.uk/spm) running on {octave 4.{??} / matlab 20{XX} (Mathworks)}.
+
+The preprocessing of the functional images was performed in the following order: removing of dummy scans, {slice timing correction}, realignment, normalization to MNI, smoothing.
(I might be wrong) on the last meeting (1st oct) we discussed about how to deal with the dummies removal/onset time and @mohmdrezk <https://github.com/mohmdrezk> proposed to remove them before BIDS conversion (and therefore not mention them?). Is it correct?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#17>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ACJHG54DH4RRLTKYWFRARH3QMSJR3ANCNFSM4I4L6TVA>.
|
Just a first step to make it easier in the future to write the methods section.