Skip to content

Commit 3531615

Browse files
committed
Removed #FIXME comments
1 parent f9dc813 commit 3531615

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/murfey/util/db.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,6 @@ class CLEMImageSeries(SQLModel, table=True): # type: ignore
269269
) # One to many
270270

271271
# Process checklist for series
272-
# FIXME: Columns need to be updated now that workflow is clearer
273-
# - Image alignment to happen in two stages:
274-
# 1. Align to self, then
275-
# 2. Align to a reference stack
276272
number_of_members: int = (
277273
0 # Expected number of image stacks belonging to this series
278274
)
@@ -327,11 +323,6 @@ class CLEMImageStack(SQLModel, table=True): # type: ignore
327323
)
328324

329325
# Process checklist for each image
330-
# FIXME: Columns need to be updated now that workflow is clearer
331-
# - Image registration to happen in two stages:
332-
# 1. Align to itself, then
333-
# 2. Align to a reference image
334-
# - Individual RGB images don't need to be created; columns can be removed
335326
stack_created: bool = False # Verify that the stack has been created
336327
image_aligned: bool = False # Verify that image alignment has been done on stack
337328
aligned_image: Optional[str] = None # Full path to aligned image stack

0 commit comments

Comments
 (0)