Docstrings and stop using Pydantic for ScanParameters
This commit is contained in:
parent
43d5f2fdfe
commit
2aea6a2569
3 changed files with 113 additions and 61 deletions
|
|
@ -21,7 +21,8 @@ XYZPosList: TypeAlias = list[XYZPos]
|
|||
|
||||
|
||||
# how many times the minimum distance between images to include as a "nearby" image
|
||||
# default 1.4 includes images offset in x or y, but not diagonally
|
||||
# default 1.4 includes images offset in x or y, but not diagonally.
|
||||
# This wis based of a 4:3 aspect ratio. So x moves are 1.33 times larger than y
|
||||
NEIGHBOUR_CUTOFF = 1.4
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue