We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d93a26 commit 93a36e4Copy full SHA for 93a36e4
1 file changed
src/murfey/util/processing_params.py
@@ -58,7 +58,7 @@ def cryolo_model_path(visit: str, instrument_name: str) -> Path:
58
59
class CLEMProcessingParameters(BaseModel):
60
# Atlas vs GridSquare registration threshold
61
- atlas_threshold: float = 0.002 # in m
+ atlas_threshold: float = 0.0015 # in m
62
63
# Image alignment and merging-specific parameters
64
crop_to_n_frames: Optional[int] = 50
0 commit comments