Skip to content

Commit ad9a489

Browse files
committed
Changed 'color' to the more generic 'channel'
1 parent 185158f commit ad9a489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/murfey/util/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,15 +164,15 @@ class LIFPreprocessingResult(BaseModel):
164164
image_stack: Path
165165
metadata: Path
166166
series_name: str
167-
color: str
167+
channel: str
168168
parent_lif: Path
169169

170170

171171
class TIFFPreprocessingResult(BaseModel):
172172
image_stack: Path
173173
metadata: Path
174174
series_name: str
175-
color: str
175+
channel: str
176176
parent_tiffs: List[Path]
177177

178178

0 commit comments

Comments
 (0)