Skip to content

Commit

Permalink
Arg
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee authored Apr 6, 2024
1 parent 1d04030 commit 72b5144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panoptes/utils/images/bayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def get_rgb_background(data,
>>> # Can also return the Background2D objects, which is the input to save_rgb_bg_fits
>>> rgb_backs = get_rgb_background(data, return_separate=True)
>>> print(rgb_backs[RGB.RED])
Background2D...
<photutils.background.background_2d.Background2D>...
>>> {color.name:int(rgb_back[color].mean()) for color in RGB}
{'RED': 145, 'GREEN': 127, 'BLUE': 145}
Expand Down

0 comments on commit 72b5144

Please sign in to comment.