File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -204,13 +204,6 @@ class LifInfo(BaseModel):
204204 child_stacks : list [Path ] = []
205205
206206
207- class TiffInfo (BaseModel ):
208- tiff_file : Path
209- associated_metadata : Optional [Path ] = None
210- associated_series : Optional [str ] = None
211- associated_stack : Optional [Path ] = None
212-
213-
214207@router .post ("/sessions/{session_id}/clem/lif_files" )
215208def register_lif_file (
216209 lif_file : LifInfo ,
@@ -314,6 +307,13 @@ def register_lif_file(
314307 return True
315308
316309
310+ class TiffInfo (BaseModel ):
311+ tiff_file : Path
312+ associated_metadata : Optional [Path ] = None
313+ associated_series : Optional [str ] = None
314+ associated_stack : Optional [Path ] = None
315+
316+
317317@router .post ("/sessions/{session_id}/clem/tiff_files" )
318318def register_tiff_file (
319319 tiff_file : TiffInfo ,
You can’t perform that action at this time.
0 commit comments