Mapss T2 calculation requires mask[BUG]
Opened this issue · 0 comments
gattia commented
Describe the bug
A clear and concise description of what the bug is.
DOSMA/dosma/scan_sequences/mri/mapss.py
Lines 225 to 232 in bd5efec
The above section of code shows that the tissue class is required for the T2 generation to go through. If the tissue class is not present then .get_mask() will fail (None type does not have the function). However, tissue class is meant to be optional.