Skip to content

Commit

Permalink
Update CIL PDHD-TV name in allowed recon kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
JackEAllen committed May 29, 2024
1 parent 40f9d9e commit 392e8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mantidimaging/core/reconstruct/cil_recon.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
}

0 comments on commit 392e8d2

Please sign in to comment.