Skip to content

Conversation

@AnniekStok
Copy link
Collaborator

@AnniekStok AnniekStok commented Feb 9, 2026

Also includes option to export the Tracklet ID colors.
Closes funkelab/motile_tracker#145

@codecov
Copy link

codecov bot commented Feb 9, 2026

Codecov Report

❌ Patch coverage is 74.02597% with 20 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.18%. Comparing base (7e53086) to head (485e404).

Files with missing lines Patch % Lines
src/funtracks/import_export/csv/_export.py 73.68% 20 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #160      +/-   ##
==========================================
- Coverage   90.63%   90.18%   -0.45%     
==========================================
  Files          57       57              
  Lines        2850     2894      +44     
==========================================
+ Hits         2583     2610      +27     
- Misses        267      284      +17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@cmalinmayor cmalinmayor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approve once docs are updated :) you can merge when it's done

column: str,
time_key: str = "t",
id_key: str = "id",
) -> np.ndarray:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docstring :)

time_key=cast(str, column_map["time"]),
id_key=cast(str, column_map["id"]),
)
tifffile.imwrite(seg_path, relabeled_seg, compression="deflate")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add to docstring and user docs that it writes as tiff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Option to export segmentation relabeled by track ID

2 participants