Skip to content

Commit

Permalink
Update file_format.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TeunHuijben authored Nov 27, 2024
1 parent a818e90 commit fcd8c9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/docs/file_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ script, columns in the CSV file should be ordered as follows:
- z, y, x - 3D coordinates
- parent_track_id - reference to the parent track, if any (-1 otherwise)

The script requires numpy, scipy, and zarr libraries. This script is not optimized, and takes about
4 minutes (for the largest Zebrafish dataset) to convert the example dataset on an Apple M1 Pro.
The script requires numpy, scipy, and zarr libraries. This script is not fully optimized, and takes about
1 minute (for the largest Zebrafish dataset) to convert the example dataset on an Apple M1 Pro.

## Lineage computation
Most of the logic in the script is pretty straightforward, but the lineage computation may require
Expand Down

0 comments on commit fcd8c9f

Please sign in to comment.