Skip to content

Commit

Permalink
fix argument name in DayNightComposite example document
Browse files Browse the repository at this point in the history
  • Loading branch information
marty-sullivan committed Jun 20, 2023
1 parent 1d37638 commit 0384cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/composites.rst
Original file line number Diff line number Diff line change
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 0384cd3

Please sign in to comment.