(→‎Known issues: background gradient degree)
(→‎Known issues: flat fixing)
Line 28: Line 28:
* Setting a null rotation with no crop (or passing the command `rotate 0 -nocrop`) would result in a crash. This has been fixed [https://gitlab.com/free-astro/siril/-/commit/8b1adaa2d5aca83ab7bd31c360b1e7c99b7aa28f for next 1.0]
* Setting a null rotation with no crop (or passing the command `rotate 0 -nocrop`) would result in a crash. This has been fixed [https://gitlab.com/free-astro/siril/-/commit/8b1adaa2d5aca83ab7bd31c360b1e7c99b7aa28f for next 1.0]
* Polynomial background gradient removal had an issue with the degree where it was the degree minus 1 that was used. This has been fixed [https://gitlab.com/free-astro/siril/-/commit/eed15dd9984dae7e2e67236ec56b7f55092e7ad9 for next 1.0]
* Polynomial background gradient removal had an issue with the degree where it was the degree minus 1 that was used. This has been fixed [https://gitlab.com/free-astro/siril/-/commit/eed15dd9984dae7e2e67236ec56b7f55092e7ad9 for next 1.0]
* The area used for flat auto-normalization was wrong. This has been fixed [https://gitlab.com/free-astro/siril/-/commit/fa79cf324744ce23cc94bfe63b9b01127930ecd4 for the next 1.0]


</translate>
</translate>

Revision as of 08:47, 26 July 2022

Other languages:

Siril 1.0.3

Release date: June 28, 2022

This is the second minor update of the 1.0 branch. It fixes some of the problems identified in the 1.0.2 version, as listed in its page. Only one feature was added: the generalized hyperbolic transformation, as explained in the main version release article.

The commands reference page for this version is the same as for 1.0.0: see the list of commands for siril-1.0.

Download

See the page of the main site for a detailed presentation of the version and download links.

Changes since 1.0.2

  • Fixed memory leak in PixelMath
  • Fixed memory leak in SER preview
  • Fixed error in seqsubsky
  • Fixed the start of two scripts from @ in succession
  • Fixed homogeneous image bitpix detection on stacking
  • Fixed dates in median and mean stack results
  • Fixed bug in stack of some float images
  • Fixed black point and clipping in asinh stretch function
  • Added new thread for background extraction that does not freeze UI, with a progressbar for RBF
  • Added generalised hyperbolic transform stretch method in Image Processing menu, based on algorithms proposed by David Payne in the astrobin forums

Known issues

Inevitably, some problems exist in every release, even if we do our best to verify that everything works as expected. For convenience, here is a list of problems that have been found in this release:

  • Setting a null rotation with no crop (or passing the command `rotate 0 -nocrop`) would result in a crash. This has been fixed for next 1.0
  • Polynomial background gradient removal had an issue with the degree where it was the degree minus 1 that was used. This has been fixed for next 1.0
  • The area used for flat auto-normalization was wrong. This has been fixed for the next 1.0