PennLINC / aslprep

Preprocessing of arterial spin labeling (ASL) data
https://aslprep.readthedocs.io
Other
41 stars 15 forks source link

`BolusCutOffTechnique` misspelled as `BolusCutOffDelayTechnique` #327

Closed tsalo closed 1 year ago

tsalo commented 1 year ago

Summary

As reported in this NeuroStars post, there's an issue with PASL + Q2TIPS. BolusCutOffTechnique to referenced as BolusCutOffDelayTechnique in the compute_cbf function.

Additional details

What were you trying to do?

Run ASLPrep on single-delay PASL data with PICORE labeling and Q2TIPS bolus cutoff technique

What did you expect to happen?

Successful processing

What actually happened?

File “/usr/local/miniconda/lib/python3.8/site-packages/aslprep/workflows/asl/cbf.py”, line 185, in init_compute_cbf_wf
raise ValueError(“PASL without a bolus cut-off technique is not supported in ASLPrep.”)
ValueError: PASL without a bolus cut-off technique is not supported in ASLPrep.

Reproducing the bug

Run ASLPrep on non-GE single-delay PASL data.