From a91e7553350eda8156092c6e4bdfcfa3688f5e34 Mon Sep 17 00:00:00 2001 From: Lucrezia <83493021+Lucrezia-Cester@users.noreply.github.com> Date: Wed, 12 Apr 2023 09:44:30 +0200 Subject: [PATCH 1/2] added new tasks to the CLI --- hazenlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hazenlib/__init__.py b/hazenlib/__init__.py index daea2265..21fa08c0 100644 --- a/hazenlib/__init__.py +++ b/hazenlib/__init__.py @@ -85,7 +85,7 @@ 'Measured_slice_width' is an optional argument for the SNR function. 'Log' is an optional argument that allows users to set the severity of the logs. snr | slice_position | slice_width | spatial_resolution | uniformity | ghosting | relaxometry | snr_map | - acr_ghosting | acr_uniformity | + acr_ghosting | acr_uniformity | acr_spatial_resolution | acr_slice_thickness --report From 85156d07298e13fa5d502777b14c2617c77754a6 Mon Sep 17 00:00:00 2001 From: Lucrezia <83493021+Lucrezia-Cester@users.noreply.github.com> Date: Wed, 12 Apr 2023 11:10:26 +0200 Subject: [PATCH 2/2] added acr_snr, acr_slice_position and acr_geometric_accuracy --- hazenlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hazenlib/__init__.py b/hazenlib/__init__.py index 21fa08c0..f4f98aa4 100644 --- a/hazenlib/__init__.py +++ b/hazenlib/__init__.py @@ -85,7 +85,7 @@ 'Measured_slice_width' is an optional argument for the SNR function. 'Log' is an optional argument that allows users to set the severity of the logs. snr | slice_position | slice_width | spatial_resolution | uniformity | ghosting | relaxometry | snr_map | - acr_ghosting | acr_uniformity | acr_spatial_resolution | acr_slice_thickness + acr_ghosting | acr_uniformity | acr_spatial_resolution | acr_slice_thickness | acr_snr | acr_slice_position | acr_geometric_accuracy --report