-
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] BEP022 - Magnetic Resonance Spectroscopy #1377
Conversation
Adding and changing files to introduce MRS to the BIDS specification.
- Added future publication ref in 01-introduction.md - Added table of MRS sequences - Starting to add new details for the MRS JSON sidecar - Added MRS-MRI correspondence in Appendix - Added volume as a new entity - Changed order of MRS suffixes in src/schema/rulesfiles/raw/mrs.yaml
I'm not sure why the check_links test is failing. Seems to be a URL leading to a publication, but there isn't anything wrong with the link. |
Had a quick look. I may be missing something but... I am wondering if there is any reason to add the matrix size as a metadata when it is already implicitly present in the nifti header? The description of VolumeAffineMatrix and AcquisitionVoxelSize make it clear that those values can actually be different from that found in the header. But this does not seem to be the case for the MatrixSize? If so that it may lead to a duplication of information that the validator would need to check for consistency and software would need to know how to handle in case of conflict between the 2 values. So if MatrixSize is allowed to be different than the header value it may be good to use another name and update the description. If it is meant to be the same, then it may be better to remove it. Sorry if I am missing something obvious. |
@effigies I've done another look over the BEP and, yes, I believe it's ready for review. |
@markmikkelsen I've implemented all of the above suggestions (except 3, 8 and 9) in #1830. Please review that and merge if you're happy with the changes. |
- Spelling correction
Co-authored-by: Chris Markiewicz <[email protected]>
Co-authored-by: Chris Markiewicz <[email protected]>
This implements the following agreed upon suggestions: * Set InversionTime to recommended if `inv` entity is present. (`entities.inversion`) * Move to RepetitionTime and VolumeTiming, rather than RepetitionTime as an array in the variable-timing case. * ReferenceSignal should be uniformly recommended.
[SCHEMA] MRS schema updates
Hi @wtclarke and others. I hope this is the right place to comment.
Thanks Chris Rodgers. |
Co-authored-by: Taylor Salo <[email protected]>
…iles (#1875) * FIX: Add MRS events files, restrict sidecar metadata checks to data files * FIX: Do not limit suffixes for filename template
|
Important
This BEP is under community review from June 3 - June 14, 2024. Please participate at #1846.
This pull request is to add BEP022 (magnetic resonance spectroscopy) to the BIDS specification.
Note that some of the MRI metadata descriptions have been modified to generalize to MRS or to make slightly different definitions apply to MRI and MRS.
Tip
HTML preview of this BEP
Closes #680.