We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbf48a commit feef659Copy full SHA for feef659
EMT_data_analysis/analysis_scripts/Nuclei_localization.py
@@ -120,9 +120,6 @@ def nuclei_localization(
120
if f'{timepoint}' not in meshes.keys():
121
print(f"Mesh for timepoint {timepoint} not found.")
122
continue
123
-
124
- if timepoint > 2:
125
- break
126
127
if align_segmentation:
128
alignment_matrix = alignment.parse_rotation_matrix_from_string(df['Dual Camera Alignment Matrix Value'].values[0])
0 commit comments