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 0cf5b15 commit 97e7117Copy full SHA for 97e7117
src/murfey/util/config.py
@@ -87,8 +87,8 @@ class MachineConfig(BaseModel):
87
description=(
88
"Nested dictionary containing the calibrations for this microscope. "
89
"E.g., 'magnification' would be a valid dictionary, in which the "
90
- "field-of-view at each magnfication level is provided as a key-value "
91
- "pair. Options: 'magnification'"
+ "pixel size (in angstroms) at each magnfication level is provided as a "
+ "key-value pair. Options: 'magnification'"
92
),
93
)
94
0 commit comments