Skip to content

Commit 93a36e4

Browse files
committed
Revert "Updated image size threshold for CLEM atlas to 2mm"
This reverts commit 1f224ab.
1 parent 2d93a26 commit 93a36e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/murfey/util/processing_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def cryolo_model_path(visit: str, instrument_name: str) -> Path:
5858

5959
class CLEMProcessingParameters(BaseModel):
6060
# Atlas vs GridSquare registration threshold
61-
atlas_threshold: float = 0.002 # in m
61+
atlas_threshold: float = 0.0015 # in m
6262

6363
# Image alignment and merging-specific parameters
6464
crop_to_n_frames: Optional[int] = 50

0 commit comments

Comments
 (0)