Skip to content

Commit

Permalink
Update manipulations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerkuou committed Jan 12, 2024
1 parent 3cc4ea4 commit b7402a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/manipulations.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Slice the SLC stack in 3D:
stack.isel(azimuth=range(1000,2000), range=range(1500,2500), time=range(2,5))
```

Select `amplitude` attributes
Select the `amplitude` attribute
```python
amp = stack['amplitude']
```

Compute stack and peresist in memory:
Compute stack and persist in memory:
```python
stack = stack.compute()
```
```

0 comments on commit b7402a5

Please sign in to comment.