You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for Quantitative Susceptibility Mapping (QSM) currently exists as it is considered a quantitative, derivative and anatomical MR image and uses the _Chimap suffix. It also has a BIDS example. I believe this was introduced by the qMRI extension integrated in 2022 based on Karakuzu et al.'s Scientific Data publication.
However, similar support for Susceptibility Weighted Imaging (SWI) and associated Minimum Intensity Projections (SWI-MIP) is to be integrated. The inactive BEP004 proposal suggests a swi/ datatype and proposes storing the input _GRE images there with the resultant files using proposed _swi and _minIP suffixes.
Currently, _MEGRE and _T2starw suffixes already exist in the anat/ datatype, so the remaining changes to fully support SWI may be smaller and consist only of adding the _swi and _minIP suffixes.
Myself, @stebo85, and @neurolabusc propose to finalise support for susceptibility imaging by making some minor pull requests to do this. We also have open examples on OSF of DICOM input data and its mapping to BIDS, which are suitable for QSM and SWI reconstruction that we propose to adapt into similar BIDS examples.
We are opening this issue to begin discussions with the wider susceptibility imaging and software developer community so we can share ideas before changes are made and integrated.
The text was updated successfully, but these errors were encountered:
Although storing single channel data was something we had to do in the past to get proper phase combination offline, this is now solved quite well by proper channel combinations on the systems that deliver phase without singularities.
Would there be a tool that needs single channel data as an input which would really profit from this? My feeling is that adding this would complicate things without providing much benefit?
Even if single channel information would be seen as useful in BIDS, I would argue that it shouldn't be part of the SWI/QSM proposal, because it would affect also other modalities and would be something more general?
@stebo85, you definitely would know more about SWI than I do. The coil entity was part of the original SWI BEP, and I only broke out that element into a separate PR because I had some single-channel data on hand. If online coil combination methods are suitable at this point, then you can definitely drop the coil entity.
Your idea
Support for Quantitative Susceptibility Mapping (QSM) currently exists as it is considered a quantitative, derivative and anatomical MR image and uses the
_Chimap
suffix. It also has a BIDS example. I believe this was introduced by the qMRI extension integrated in 2022 based on Karakuzu et al.'s Scientific Data publication.However, similar support for Susceptibility Weighted Imaging (SWI) and associated Minimum Intensity Projections (SWI-MIP) is to be integrated. The inactive BEP004 proposal suggests a
swi/
datatype and proposes storing the input_GRE
images there with the resultant files using proposed_swi
and_minIP
suffixes.Currently,
_MEGRE
and_T2starw
suffixes already exist in theanat/
datatype, so the remaining changes to fully support SWI may be smaller and consist only of adding the_swi
and_minIP
suffixes.Myself, @stebo85, and @neurolabusc propose to finalise support for susceptibility imaging by making some minor pull requests to do this. We also have open examples on OSF of DICOM input data and its mapping to BIDS, which are suitable for QSM and SWI reconstruction that we propose to adapt into similar BIDS examples.
We are opening this issue to begin discussions with the wider susceptibility imaging and software developer community so we can share ideas before changes are made and integrated.
The text was updated successfully, but these errors were encountered: