Releases: nagonzalezf/starsalign
Releases · nagonzalezf/starsalign
StarsAlign 1.1.0
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
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