weaverba137 / pydl

Library of IDL astronomy routines converted to Python.
BSD 3-Clause "New" or "Revised" License
28 stars 16 forks source link

Fix passing of groupbadpix keyword #78

Closed weaverba137 closed 2 months ago

weaverba137 commented 4 months ago

This PR closes #77.

A preliminary reading of the original IDL code was not definitive on how the groupbadpix keyword is meant to be used in this example. Some operational testing is needed before merging, but other aspects of this PR should be tested now.

coveralls commented 4 months ago

Coverage Status

coverage: 65.976% (-0.3%) from 66.294% when pulling c33897b4aacc89c98d74ad6f7c0f0779dccce15f on groupbadpix-keyword into 15d8bbc0de93072cd052a282732589784aedeb66 on main.

weaverba137 commented 3 months ago

This PR now also includes a refactor of djs_median() as well as some changes to the test infrastructure.