Skip to content

Commit

Permalink
Merge pull request #43 from vogtpet/patch-1
Browse files Browse the repository at this point in the history
Update en.rst
  • Loading branch information
12rambau authored Oct 24, 2021
2 parents d1e97b3 + e5abdd8 commit 206cd7b
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions doc/en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,16 @@ You will need to select parameters for your computation:
- Foreground connectivity: 8
- spatial pixel resolution: 25
- area thresholds: 200 2000 20000 100000 200000
- options: default
- option: default
- big3pink: 0

Foreground connectivity
#######################

This set the foreground connectivity of your analysis:
This sets the foreground connectivity of your analysis:

- 8 neighbors (default) will use every pixel in the vicinity (including diagonals)
- 4 neighbors only use the vertical and horizontal one
- 4 neighbors only use the vertical and horizontal ones

.. figure:: https://raw.githubusercontent.com/12rambau/gwb/master/doc/img/connectivity.png
:alt: connectivity image
Expand All @@ -150,6 +151,15 @@ Two computation options are available:
- stats + image of viewport (default)
- stats + images of ID, area, viewport (detailed)

Big3pink
########

Two options are available:

- do not highlight the 3 largest objects (0)
- show the 3 largest objects in pink color (1)


Run the analysis
""""""""""""""""

Expand Down Expand Up @@ -463,7 +473,7 @@ You will need to select parameters for your computation:
- Spatial pixel resolution: 25
- Computation precision: float-precision
- Windows size: 23
- Options: average per-patch density, color-coded into 2 classes (FAD-APP2)
- Options: fragmentation at pixel or at patch level with various number of color-coded classes

Foreground connectivity
#######################
Expand All @@ -490,11 +500,12 @@ Set up to 10 observation windows sizes (in pixels).
Options
#######

Three computation options are available:
Four computation options are available:

- FAD: per-pixel density, color-coded into 6 fragmentation classes
- FAD-APP2: average per-patch density, color-coded into 2 classes
- FAD-APP5: average per-patch density, color-coded into 5 classes
- FOS5: per-pixel density, color-coded into 5 fragmentation classes
- FOS6: per-pixel density, color-coded into 6 fragmentation classes
- FOS-APP2: average per-patch density, color-coded into 2 classes
- FOS-APP5: average per-patch density, color-coded into 5 classes

Run the analysis
""""""""""""""""
Expand Down

0 comments on commit 206cd7b

Please sign in to comment.