Skip to content

Commit

Permalink
Suppress output from example block
Browse files Browse the repository at this point in the history
  • Loading branch information
abhro committed Jun 9, 2024
1 parent 551ef78 commit 6fe526b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/manual/converting-to-rgb.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ imview(mask)
antred[mask] .= NaN
antgreen[mask] .= NaN
antblue[mask] .= NaN
anthalph[mask] .= NaN;
anthalph[mask] .= NaN
nothing # hide
```

Typically we need to perform a "gamma correction" aka non-lienar stretch to map the wide dynamic range of astronomical images into a narrower human visible range. We can do this using the `stretch` keyword. An `asinhstretch` is typically recommended when preparing RGB images:
Expand Down

0 comments on commit 6fe526b

Please sign in to comment.