Skip to content

Commit

Permalink
do NOT rename roiId as traceId, now that we're adding trace IDs separ…
Browse files Browse the repository at this point in the history
…ately; #279
  • Loading branch information
vreuter committed Nov 18, 2024
1 parent 2a5b03e commit 1990cc2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions looptrace/Tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,6 @@ def finalise_traces(*, rois: pd.DataFrame, fits: pd.DataFrame, z_nm: NumberLike,
traces = apply_fine_scale_drift_correction(traces)
traces = apply_pixels_to_nanometers(traces, z_nm_per_px=z_nm, xy_nm_per_px=xy_nm)
traces = traces.sort_values(RoiOrderingSpecification.row_order_columns())
# Finally, rename columns and yield the result.
traces.rename(columns={"roiId": "traceId"}, inplace=True)
return traces


Expand Down

0 comments on commit 1990cc2

Please sign in to comment.