We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04310ed commit b1ba654Copy full SHA for b1ba654
1 file changed
src/murfey/util/db.py
@@ -301,6 +301,7 @@ class CLEMImageSeries(SQLModel, table=True): # type: ignore
301
has_cyan: Optional[bool] = Field(default=None)
302
has_magenta: Optional[bool] = Field(default=None)
303
has_yellow: Optional[bool] = Field(default=None)
304
+ collection_mode: Optional[str] = Field(default=None)
305
306
# Shape and resolution information
307
image_pixels_x: Optional[int] = Field(default=None)
0 commit comments