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 75c8e41 commit 87e91f6Copy full SHA for 87e91f6
src/murfey/util/models.py
@@ -368,7 +368,7 @@ class PreprocessingParametersTomo(BaseModel):
368
eer_fractionation: int
369
370
class Base(BaseModel):
371
- dose_per_frame: Optional[float] # Doesn't match the model?
+ dose_per_frame: Optional[float]
372
gain_ref: Optional[str]
373
manual_tilt_offset: float
374
0 commit comments