Skip to content

Releases: BenJuan26/OpenSkyStacker

v0.3.1-beta

09 May 03:32
Compare
Choose a tag to compare

Changes:

  • Fixed bugs in the image selection table
  • All frames default to checked
  • Faster raw processing by changing Bayer interpolation to linear
  • Faster image previewing

v0.3.0-beta

20 Jan 17:14
Compare
Choose a tag to compare

Changes:

  • Added command line application, openskystacker-cl
  • Moved the backend into a shared library, libstacker
  • Fixed a bug where OpenCV 2 could be used to output the wrong bit depth

v0.2.3-beta

24 Oct 04:17
Compare
Choose a tag to compare

Changes:

  • Processing can now be split across threads. Note: this will use more memory.
  • Further optimizations in stacking algorithm
  • Read EXIF data from JPEG files
  • Read metadata from FITS files

v0.2.2-beta

29 Sep 15:44
Compare
Choose a tag to compare

Changes:

  • Added support for FITS images
  • Fixed a bug on Linux where file extensions could be left off
  • Added ability to use relative paths in image list JSON files

v0.2.1-beta

20 Sep 04:07
Compare
Choose a tag to compare

Changes:

  • Fix major memory leak
  • Fix stacking of non-raw images

v0.2.0-beta

16 Sep 15:45
Compare
Choose a tag to compare

Changes:

  • Calibration of the light frames now happens directly on the Bayer matrix
  • As a bonus, stacking of calibration frames is approximately 10x faster
  • Allow for saving and loading of the image list
  • Store more user preferences
  • Remove 3rdparty libs from the repo
  • Fix linux bug regarding file extensions
  • Restructure to facilitate the creation of deb packages

v0.1.1-alpha

16 Sep 15:46
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

Changes:

  • Added an option to change the star detection threshold
  • User preferences are now stored for things like window size and image paths
  • Optimized image size checking
  • Fixed a bug where sometimes the alignment step would hang
  • Fixed several miscellaneous bugs

v0.1-alpha

02 Jun 22:56
Compare
Choose a tag to compare
v0.1-alpha Pre-release
Pre-release

Initial alpha release of OpenSkyStacker