Skip to content

Releases: nagonzalezf/starsalign

StarsAlign 1.1.0

17 Jan 20:11
304eca7
Compare
Choose a tag to compare

StarsAlign 1.1.0 has been released.

Version changes:

  • Adds new function normalize() wich normalize the image by subtracting the mean from all pixels of the image and then dividing by the standard deviation. This can be useful in cases where the images have different brightness levels

StarsAlign 1.0.13

16 Jan 21:50
4a04376
Compare
Choose a tag to compare

StarsAlign 1.0.13 has been released.

Patch changes:

  • The buffer method has been replaced introducing tempfile library. It no longer writes/read/delete a .png file in the root directory.

  • Functions ultra_align() and ultra_diff() are deprecated and replaced for align() and diff() functions