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

Extract metadata from fits #282

Closed wtgee closed 3 years ago

wtgee commented 3 years ago

These were being used by me for processing so I'm making them more generally available here.

Both of these are fairly specific to how POCS works, so are currently provided as-is without an attempt to be made more generic.

codecov[bot] commented 3 years ago

Codecov Report

Merging #282 (44b8a02) into develop (e19621d) will increase coverage by 0.72%. The diff coverage is 96.15%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #282      +/-   ##
===========================================
+ Coverage    74.95%   75.67%   +0.72%     
===========================================
  Files           31       31              
  Lines         2112     2187      +75     
===========================================
+ Hits          1583     1655      +72     
- Misses         529      532       +3     
Impacted Files Coverage Δ
src/panoptes/utils/utils.py 96.10% <ø> (-0.10%) :arrow_down:
src/panoptes/utils/images/fits.py 90.37% <96.15%> (+2.28%) :arrow_up:

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 e19621d...44b8a02. Read the comment docs.