Skip to content

Commit

Permalink
Update ge_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 2, 2023
1 parent ae8def7 commit 592c35a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aslprep/workflows/asl/ge_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ def init_asl_reference_ge_wf(
elif m0type == "Estimate":
ref_str = (
f"The reference volume was generated from {processing_target} volumes, which were "
f"averaged and smoothed with a Gaussian kernel ({smooth_kernel} mm). "
f"averaged and smoothed with a Gaussian kernel (FWHM={smooth_kernel} mm). "
f"A single M0 estimate of {metadata['M0Estimate']} was used to produce a calibration "
"'image'."
)
else:
ref_str = (
f"The reference volume was generated from {processing_target} volumes, which were "
f"averaged and smoothed with a Gaussian kernel ({smooth_kernel} mm). "
f"averaged and smoothed with a Gaussian kernel (FWHM={smooth_kernel} mm). "
f"As no calibration images or provided M0 estimate was available for the ASL scan, "
"the reference volume was retained for later use in CBF calculation."
)
Expand Down

0 comments on commit 592c35a

Please sign in to comment.