Skip to content

Commit

Permalink
Merge pull request #2514 from marty-sullivan/main
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jun 20, 2023
2 parents 1d37638 + 0384cd3 commit f44473f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/composites.rst
Expand Up @@ -173,7 +173,7 @@ In the case below, the image shows its day portion and day/night
transition with night portion blacked-out instead of transparent::

>>> from satpy.composites import DayNightCompositor
>>> compositor = DayNightCompositor("dnc", lim_low=85., lim_high=88., day_night="day_only", need_alpha=False)
>>> compositor = DayNightCompositor("dnc", lim_low=85., lim_high=88., day_night="day_only", include_alpha=False)
>>> composite = compositor([local_scene['true_color'])

RealisticColors
Expand Down

0 comments on commit f44473f

Please sign in to comment.