From 392e8d2317fe9cd123d3e084ae6a0f0d9958eabd Mon Sep 17 00:00:00 2001 From: JackEAllen Date: Wed, 29 May 2024 09:35:18 +0100 Subject: [PATCH] Update CIL PDHD-TV name in allowed recon kwargs --- mantidimaging/core/reconstruct/cil_recon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mantidimaging/core/reconstruct/cil_recon.py b/mantidimaging/core/reconstruct/cil_recon.py index d6c03d2471a..b42edb13c17 100644 --- a/mantidimaging/core/reconstruct/cil_recon.py +++ b/mantidimaging/core/reconstruct/cil_recon.py @@ -412,6 +412,6 @@ def full(images: ImageStack, def allowed_recon_kwargs() -> dict[str, list[str]]: return { - 'CIL: PDHG-TV': + 'CIL_PDHG-TV': ['alpha', 'num_iter', 'non_negative', 'stochastic', 'projections_per_subset', 'regularisation_percent'] }