Skip to content

Releases: svank/remove_starfield

0.1.1

Choose a tag to compare

@svank svank released this 02 Jul 22:32

0.1

0.1

Choose a tag to compare

@svank svank released this 14 May 17:43
  • Add some options, handle_wrap_point and dtype
  • Support optimizing reprojection by reprojecting only blocks identified as non-empty
  • Support building multiple starfields from multi-layered input files

0.0.5

Choose a tag to compare

@svank svank released this 03 Mar 19:42
e8eec76

Full Changelog: v0.0.4...v0.0.5

Fixes and optimizations:

  • The chunksize is set more carefully for reprojection
  • Improved speed for all-sky maps that aren't chunked
  • Fixed tests for new versions of deps
  • GaussianReducer has a visualize() method

v0.0.4

Choose a tag to compare

@svank svank released this 05 Dec 01:39

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

Choose a tag to compare

@svank svank released this 18 Nov 19:05

Fix bug that wasn't passing custom ImageProcessor classes to find_bounds

Full Changelog: v0.0.2...v0.0.3

0.0.2

Choose a tag to compare

@svank svank released this 26 Aug 21:01

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

Choose a tag to compare

@svank svank released this 22 Apr 20:43

🎉 Initial release 🎉

New Contributors

Full Changelog: https://github.com/svank/remove_starfield/commits/v0.0.1