Skip to content

Commit 8c0f334

Browse files
Merge pull request #3 from Crackodu91/main
Huge mistakes
2 parents b870b50 + fd8056f commit 8c0f334

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/guide-pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Three main scripts and function are used within the pipeline :
1717
- add atlas coordinates to detections
1818
- add hemisphere to detections' parents
1919
- add regions measurements
20-
* count for punctal objects
20+
* count for punctual objects
2121
* cumulated length for lines objects
2222
- export detections measurements
2323
* as CSV for punctual objects
@@ -103,4 +103,4 @@ cuisto.display.plot_2D_distributions(df_coordinates, cfg)
103103
```
104104

105105
!!! tip
106-
You can see a live example in [this demo notebook](demo_notebooks/fibers_length_multi.ipynb).
106+
You can see a live example in [this demo notebook](demo_notebooks/fibers_length_multi.ipynb).

docs/guide-prepare-qupath.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Prepare QuPath data
22

3-
`cuisto` uses some QuPath classifications concepts, make sure to be familiar with them with the [official documentation](https://qupath.readthedocs.io/en/stable/docs/concepts/classifications.html#classifications-derived-classifications). Notably, we use the concept of primary classification and derived classification : an object classfied as `First: second` is of classification `First` and of derived classification `second`.
3+
`cuisto` uses some QuPath classifications concepts, make sure to be familiar with them with the [official documentation](https://qupath.readthedocs.io/en/stable/docs/concepts/classifications.html#classifications-derived-classifications). Notably, we use the concept of primary classification and derived classification : an object classified as `First: second` is of classification `First` and of derived classification `second`.
44

55
## QuPath requirements
66
`cuisto` assumes a specific way of storing regions and objects information in the TSV files exported from QuPath. Note that only one primary classification is supported, but you can have any number of derived classifications.
@@ -40,7 +40,7 @@ While you're free to add any measurements as long as they follow [the requiremen
4040

4141
It is then up to you to select which metrics among those to compute and display and name them, via the [configuration file](main-configuration-files.md#configtoml).
4242

43-
For punctal detections (eg. objects whose only the centroid is considered), only the atlas coordinates are used, to compute and display spatial distributions of objects across the brain (using their classifications to give each distributions different hues).
43+
For punctual detections (eg. objects whose only the centroid is considered), only the atlas coordinates are used, to compute and display spatial distributions of objects across the brain (using their classifications to give each distributions different hues).
4444
For fibers-like objects, it requires to export the lines detections atlas coordinates as JSON files, with the `exportFibersAtlasCoordinates.groovy` script (this is done automatically when using the [pipeline](guide-pipeline.md)).
4545

4646
### Adding measurements
@@ -63,7 +63,7 @@ Once you imported atlas regions registered with ABBA, detected objects in your i
6363
+ Head to `Measure > Export measurements`
6464
+ Select relevant images
6565
+ Choose the `Output file` (specify in the file name if it is a detections or annotations file)
66-
+ Chose either `Detections` or `Annoations` in `Export type`
66+
+ Choose either `Detections` or `Annoations` in `Export type`
6767
+ Click `Export`
6868

6969
Do this for both Detections and Annotations, you can then use those files with `cuisto` (see the [Examples](main-using-notebooks.md)).

0 commit comments

Comments
 (0)