panoptes / panoptes-utils

A set of Astronomical utility functions. PANOPTES style. :hammer_and_wrench: :telescope: :stars:
https://panoptes-utils.readthedocs.io
MIT License
4 stars 9 forks source link

Allow for RGB background object to be returned #166

Closed wtgee closed 4 years ago

wtgee commented 4 years ago

Following on #162, instead of just returned the separate masked arrays, return the actual Background2D object. This gives access to the RMS mesh grid and other properties of each computed background.

codecov-io commented 4 years ago

Codecov Report

Merging #166 into develop will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #166      +/-   ##
===========================================
+ Coverage    71.71%   71.74%   +0.03%     
===========================================
  Files           26       26              
  Lines         1828     1830       +2     
  Branches       237      238       +1     
===========================================
+ Hits          1311     1313       +2     
  Misses         457      457              
  Partials        60       60              
Impacted Files Coverage Δ
panoptes/utils/images/bayer.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2a65df5...d4f416e. Read the comment docs.