Skip to content

Commit

Permalink
Update common_ops.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerkuou authored Jan 12, 2024
1 parent dffd92f commit 3cc4ea4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/common_ops.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Common SAR processings can be performed by SARXarray. Below are some examples:

## Multi-look

Multi-look by a windowsize, e.g. 2 in azimuth dimension and 4 in range dimension:
Multi-look by a windowsize of e.g. 2 in azimuth dimension and 4 in range dimension:

```python
stack_multilook = stack.slcstack.multi_look((2,4))
Expand Down Expand Up @@ -37,8 +37,8 @@ mrm.plot(ax=ax, robust=True, cmap='gray')
```

## Point selection
A selection based on temporal properties per pixel can be performed. For example, we can select the Persistent Scatters (PS) by temporal dispersion of `amplitude`:
A selection based on temporal properties per pixel can be performed. For example, we can select the Point Scatterers (PS) by normalized temporal dispersion of `amplitude`:

```python
ps = stack.slcstack.point_selection(threshold=0.25, method="amplitude_dispersion")
```
```

0 comments on commit 3cc4ea4

Please sign in to comment.