For white field correction, allow to specify dataset to read white field from
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user