Skip to content

Commit 9563e24

Browse files
Apply suggestions from code review
1 parent c481396 commit 9563e24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

development/prepare_czi_zebrafish_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def _get_dasky_data(url):
2020
return dask_data
2121

2222

23-
def get_zebrahub_data(timepoint: int = 100, view: bool = False) -> Tuple[da.Array, pd.DataFrame]:
23+
def get_zebrahub_data(timepoint: int = 740, view: bool = False) -> Tuple[da.Array, pd.DataFrame]:
2424
"""Gets the ZebraHub data from https://doi.org/10.1016/j.cell.2024.09.047.
2525
2626
Args:
@@ -116,7 +116,7 @@ def main():
116116
# 740/760: kind of at the end of cycle.
117117
# 650: it's a nice development stage which visually surfaces a lot of nucleus.
118118

119-
image, tracks = get_zebrahub_data(timepoint=650, view=False)
119+
image, tracks = get_zebrahub_data(timepoint=740, view=False)
120120
print(image.shape)
121121

122122

0 commit comments

Comments
 (0)