For white field correction, allow to specify dataset to read white field from

This commit is contained in:
2025-06-25 11:05:21 +02:00
parent cca5decacc
commit a10c70028f
2 changed files with 3 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ options:
Input parameters:
* `'do_whitefield_correction': 1/0` - Specifies whether to do in-place white field correction.
* `'wf_data_file': str` - Path to the hdf5 file with corrected white field image.
* `'wf_dataset': str` - Name of the dataset containing white field image in the hdf5 file.
* `'wf_dataset': str` [Optional] - Name of the dataset containing white field image in the hdf5 file, default is `"data/data"`.
* `'wf_method': 'div'|'sub'` - Method of white field correction - either division or subtraction is supported.
Algorithm Output: