Skip to content

Commit

Permalink
Adding information important for tracking data
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryaaa committed Jun 7, 2022
1 parent 43bc6cc commit 56e4090
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,18 @@ A table with the measurements will open:
![](https://github.com/BiAPoL/napari-clusters-plotter/raw/main/images/measure.png)

Afterwards, you can save and/or close the measurement table. Also, close the Measure widget.
If you are uploading your own measurements make sure that there is a column that specifies the which measurement belongs to which label
by adding a column with the name "label". If you don't specify this column it will be assumed that measurements start at 1 and each
column describes the next label.

#### Time-Lapse Measurements
If you have 3D time-lapse data this will automatically be detected. In case you have 2D time-lapse data you need to
convert it into a suitable shape using the function: `Tools > Utilities > Convert 3D stack to 2D time-lapse (time-slicer)`,
which can be found in the [napari time slicer](https://www.napari-hub.org/plugins/napari-time-slicer).
Note that tables for time-lapse data will include an additional column named "frame", which indicates which slice in
time the given row refers to. If you want to import your own csv files for time-lapse data make sure to include this column!
If you have tracking data where each column specifies measurements for a track instead of a label at a specific time point,
this column must not be added.

### Plotting

Expand Down

0 comments on commit 56e4090

Please sign in to comment.