Apply suggestions from code review of branch numerical-input-limits
Co-authored-by: Joe Knapper <joe.knapper@glasgow.ac.uk>
This commit is contained in:
parent
ec9fbd6245
commit
484c7a757e
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ class HistoScanWorkflow(RectGridWorkflow[HistoScanSettingsModel]):
|
|||
Defaults to 9 which balances reliability and speed.
|
||||
"""
|
||||
|
||||
stack_dz: int = lt.setting(default=50, ge=20, le=400)
|
||||
stack_dz: int = lt.setting(default=50, ge=10, le=400)
|
||||
"""Distance in steps between images in a z-stack.
|
||||
|
||||
Suggested values:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue