-
Notifications
You must be signed in to change notification settings - Fork 161
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
[ENH] adding optional _rec-label to DWI #1090
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1090 +/- ##
=======================================
Coverage 71.50% 71.50%
=======================================
Files 9 9
Lines 930 930
=======================================
Hits 665 665
Misses 265 265 ☔ View full report in Codecov by Sentry. |
I think this is fine but from a quick check most other mri datatypes have a short description of the optional entities on the markdown document on top of showing them in the filename templates generated from the schema. My suggestion would be to do the same here, even if this leads to repetition of pretty much the same paragraphs in different sections of the same page. I think we can later on figure out a way to "refactor" those repeats (macro?). |
Added the short description of the optional entities in the DWI section of the markdown document |
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.
Good with me.
Will let others chime in, in case I missed something.
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.
Looks perfect to me!
This feels like it should be pretty uncontroversial, but I will ping @bids-standard/raw-mri-dwi for feedback.
src/04-modality-specific-files/01-magnetic-resonance-imaging-data.md
Outdated
Show resolved
Hide resolved
…ata.md working corrected in key/value pair Co-authored-by: Taylor Salo <[email protected]>
@Lestropie don't you work with DWI data as well (judging from your work on https://www.mrtrix.org/)? Can you review (double-check) this? Should we add you to the raw-mri-dwi GitHub team that Chris linked to above? |
Unless there is a scanner vendor performing inline motion correction as an integral part of image reconstruction prior to DICOM export, I am opposed to this as it currently stands. The distinction between with & without motion correction should be one between BIDS raw and BIDS derivatives, not of "different reconstructions" within the same dataset. The only case I've come across thus far of differential reconstruction of raw image data that might be applicable to DWI is with vs. without Siemens prescan normalise. I know other sequences can export data both with & without this step from a single acquisition---I've never tried to do it from a DWI sequence but it's probably possible---so if you really want to explicitly list the
Yep fine by me. |
Sorry, but I am not sure whether I understand what you are opposed to? This pull request only lists adding _rec-label for dwi, because
Pinging @francopestilli for another DWI view |
dear @dorahermes I see the issue here. We are working on a BIDS BEP for DWI data derivatives (we = mostly @arokem @Lestropie and I). In our understanding there is a distinction between raw data and derived data. Hence (I think) @Lestropie's opposition to this proposal. If the goal of I made a comment similar to the following at the location where I suggest you make a change to your pull request. I think the comment you made to the requested change, might be the source of confusion. Perhaps a simpler comment would be all we need here. For example: |
Yep: I don't have an issue with the prospective addition of " |
thanks for explaining, I agree - I changed it to specifically state pre-dicom and added @francopestilli 's example: The OPTIONAL |
Thanks @dorahermes looks good to me. |
Thanks @dorahermes |
Pull request to fix issue #1089 this adds _rec-label to dwi.yaml template to match other MRI image modalities.
Also related to comment #105