We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe44f9a commit 2e3d2fdCopy full SHA for 2e3d2fd
src/murfey/util/models.py
@@ -145,9 +145,9 @@ class SearchMapParameters:
145
pixel_size: Optional[float] = None
146
image: Optional[str] = None
147
binning: Optional[float] = None
148
- reference_matrix: dict[str, float] = {}
149
- stage_correction: dict[str, float] = {}
150
- image_shift_correction: dict[str, float] = {}
+ reference_matrix: Dict[str, float] = {}
+ stage_correction: Dict[str, float] = {}
+ image_shift_correction: Dict[str, float] = {}
151
height: Optional[int] = None
152
width: Optional[int] = None
153
height_on_atlas: Optional[int] = None
0 commit comments