Releases: svank/remove_starfield
Releases · svank/remove_starfield
v0.0.4
Faster starfield subtraction, because when blurring the input data to match the blur inherent in the reprojections, instead of reprojecting the input data into its own frame twice, the data is simply blurred with a Gaussian of the appropriate size.
The WCS for the starfield map can be passed into build_starfield_estimate
, instead of using the auto-generated one.
Full Changelog: v0.0.3...v0.0.4
0.0.3
Fix bug that wasn't passing custom ImageProcessor classes to find_bounds
Full Changelog: v0.0.2...v0.0.3
0.0.2
Adds n_procs
option to limit number of CPU cores used
Fix for edge-pixel nans in subtracted images
Full Changelog: v0.0.1...v0.0.2
v0.0.1
🎉 Initial release 🎉
New Contributors
- @jmbhughes made their first contribution in #2
Full Changelog: https://github.com/svank/remove_starfield/commits/v0.0.1