Skip to content

Commit b2785d7

Browse files
committed
Tomo param registration also needs to allow none
1 parent 7d9e08c commit b2785d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/util/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ class CompletedTiltSeries(BaseModel):
350350

351351

352352
class PreprocessingParametersTomo(BaseModel):
353-
dose_per_frame: float
353+
dose_per_frame: Optional[float]
354354
frame_count: int
355355
tilt_axis: float
356356
gain_ref: Optional[str]

0 commit comments

Comments
 (0)