Skip to content

Commit

Permalink
docs: Fix Typo in README (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobtroidl authored Feb 22, 2024
1 parent 5822d08 commit 5b42af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ determines how much of the ends of the distribution to lop off, perhaps 1% on ea

```bash
# first pass: create per z-slice histogram
igneous image contrast histogam $PATH --queue $QUEUE --coverage 0.01 --mip 0
igneous image contrast histogram $PATH --queue $QUEUE --coverage 0.01 --mip 0
# second pass: apply histogram equalization
igneous image contrast equalize $SRC_PATH $DEST_PATH --queue $QUEUE --clip-fraction 0.01 --mip 0
```
Expand Down

0 comments on commit 5b42af7

Please sign in to comment.