Skip to content

Commit

Permalink
use correct ROI ID; close #372
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Nov 18, 2024
1 parent 4c31293 commit 770ed3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion looptrace/SpotPicker.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ def build_locus_spot_data_extraction_table(
)

# roi.name is the index value.
all_rois.append([fov, roi.name, timepoint, ref_timepoint, ch,
all_rois.append([fov, roi["index"], timepoint, ref_timepoint, ch,
z_min, z_max, y_min, y_max, x_min, x_max,
pad_z_min, pad_z_max, pad_y_min, pad_y_max, pad_x_min, pad_x_max,
z_drift_coarse, y_drift_coarse, x_drift_coarse,
Expand Down

0 comments on commit 770ed3f

Please sign in to comment.