Skip to content

Commit

Permalink
Update src/faim_hcs/MetaSeriesUtils.py
Browse files Browse the repository at this point in the history
Update docstring

Co-authored-by: Jan Eglinger <[email protected]>
  • Loading branch information
jluethi and imagejan authored Jul 4, 2023
1 parent 1e4fa68 commit 0dee855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/faim_hcs/MetaSeriesUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def _pixel_pos(dim: str, data: dict):


def _stage_label(data: dict):
"""Get the FOV string for a given FOV dict"""
"""Get the field of view (FOV) string for a given FOV dict"""
try:
return data["stage-label"].split(":")[-1][1:]
# Return an empty string if the metadata does not contain stage-label
Expand Down

0 comments on commit 0dee855

Please sign in to comment.