Skip to content

Commit

Permalink
clarify where dict input upstream since get centroid not compat
Browse files Browse the repository at this point in the history
  • Loading branch information
HaleySchuhl committed Sep 12, 2024
1 parent 8b99b63 commit 46e55f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/napari_read_coor.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Save Points Labeled in Napari to a File
**returns** dictionary of points labeled by class

- **Parameters:**
- coor - dictionary object of coordinates or a path to json datafile with dictionary of point coordinates
- coor - dictionary object of coordinates, or a path to json datafile with dictionary of point coordinates
- dataformat - either 'yx' or 'xy', Napari takes data as y,x format. If data is 'xy' data is converted from x,y to y,x

- **Context:**
- Import data from a file and convert to Napari format data if necessary
- Import previously labeled points, or points from other functions (e.g. [`pcvan.napari_read_coor`](napari_read_coor.md))

- **Example use:**
- Import previously labeled points, or points from other functions (e.g. detect_centroid)
- Below


```python
Expand Down

0 comments on commit 46e55f1

Please sign in to comment.