Siril 1.0.1

Download SIRIL version 1.0.1 released on April 6, 2022.

One month after the release of Siril 1.0.0 (first stable version), we are pleased to announce the release of Siril 1.0.1 which stabilizes this version even more. Indeed, although the development of the 1.2 branch is particularly active, we decided to maintain a 1.0 branch in order to provide users with a follow-up of this first stable version.

Downloads

Siril 1.0.1 is distributed for the 3 most common platforms (Windows, MacOS, GNU / Linux). Check out the downloads page.

But of course, as Siril is a free software, you can build from the sources, available through the installation page.

So what’s new

This version 1.0.1 has very few new features because it is above all a stabilization version of the 1.0.0 released last month. So it contains mainly bug fixes reported by users and available through this page . However, the Pixel Math tool has been greatly improved, and we will see the changes in the next section.

Of course, despite all our efforts, bugs may still exist. If you think you have found one, please reach out to us through the forum . Even better, do file a bug report there if you see it is not already listed as a known bug .

Pixel Math, an inproved tool

Pixel Math was written quickly, shortly before the release of version 1.0, to meet the needs of a growing number of users. However, unlike all the features of Siril, this tool lacks maturity. This is the reason why we have decided to undertake an improvement of Pixel Math in this 1.0.X stablization branch.

One of the great change is that from now on, it is possible to associate a formula per channel of the image, and in fact, to build in real time a color image according to different filters. Also, new functions have been added, such as min, max, iif and several important operators in the establishment of certain expressions. I am thinking in particular of comparison operators such as <, <=, >, >=, != and == and logical operators &&, || and !.

Also, when you load images into the Pixel Math, if they have the FILTER field filled in, then its value become the name of the variable. For example, an image with the keyword FITS:

FILTER  = 'Ha      '           / Active filter name

is loaded with Ha as variable name. Be careful, however, that two loaded images do not have the same filter name. Pixel Math does not allow images to share variable names, and in this case the second image is given a default variable name.

Finally, a Parameters field has been added at the bottom of the window. It allows you to set constants that you want to use in mathematical expressions. The parameters defined in this way can be used in the expressions. For example, if you define parameters with the expression k=0.8, l=0.2, all occurrences of k and l in the formula are replaced by 0.8 and 0.2 respectively. The expression

Ha * k + OIII * l

is evaluate to

Ha * 0.8 + OIII * 0.2

For more information on how to use the Pixel Math, you can consult this tutorial which explains the features in detail.

Developing software is fun, but it also takes up nearly all of our spare time. If you like Siril and would like to support us in continuing development you’re welcome to donate a small amount of your choice.