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 a01a786 commit 185158fCopy full SHA for 185158f
src/murfey/util/models.py
@@ -160,6 +160,22 @@ class TIFFSeriesInfo(BaseModel):
160
series_metadata: Path
161
162
163
+class LIFPreprocessingResult(BaseModel):
164
+ image_stack: Path
165
+ metadata: Path
166
+ series_name: str
167
+ color: str
168
+ parent_lif: Path
169
+
170
171
+class TIFFPreprocessingResult(BaseModel):
172
173
174
175
176
+ parent_tiffs: List[Path]
177
178
179
"""
180
FIB
181
===
0 commit comments