issues
search
PennLINC
/
aslprep
Preprocessing of arterial spin labeling (ASL) data
https://aslprep.readthedocs.io
Other
41
stars
15
forks
source link
Raise error if no M0 volume(s)/estimate available and background suppression is enabled
#337
Closed
tsalo
closed
1 year ago
tsalo
commented
1 year ago
Closes #335.
Changes proposed in this pull request
When
M0Type
is "Absent" and CBF volumes are not already available, check if background suppression is enabled. If it
is
, then raise a
ValueError
, as the control volumes cannot be used for calibration when background suppression is enabled.
Closes #335.
Changes proposed in this pull request
M0Type
is "Absent" and CBF volumes are not already available, check if background suppression is enabled. If it is, then raise aValueError
, as the control volumes cannot be used for calibration when background suppression is enabled.