Revision as of 17:19, 23 October 2018 by Lroge (talk | contribs)
Other languages:

Siril 0.9.9

Release date: June 7th, 2018.

This release is the ninth stability release for the 0.9 branch. Its SVN revision is 2403. It also has an SVN tag: 0.9.9. Stability updates and minor improvements occur in the dedicated 0.9 branch. This is the second version officially supported on Windows, and it even includes developments that were specially made for Windows. But please keep in mind that Siril is developed without Windows and that we rely on Windows users to test and give us feedback about integration or porting problems.

This update focuses on automating the processing steps of a complete acquisition by introducing scripts, allowing for the first time Siril to be run in console and improving speed of registration and many other operations.

Leveraging the new scripting, Siril 0.9.9 has been integrated as an automatic way of processing acquisitions in the capture software CCDciel.

Downloads

GNU/Linux

 $ sudo apt-get install siril
  • Ubuntu / Linux Mint:
 $ sudo add-apt-repository ppa:lock042/siril
 $ sudo apt-get update
 $ sudo apt-get install siril
  • Fedora, Mageia 6: All
 # dnf install siril
  • Arch Linux: All.
 $ pacman -S siril
  • AppImage: If you don't find a package for your distribution, you can try to download the AppImage binary. It has been tested on many systems and could work on yours. Make the file executable, and run it. That's all.

OSX ( > 10.9)

  • Download the latest DMG disk image for Siril and follow the instructions.

Windows (64bit)

  • Thanks to a French Siril user (Colmic) there are now two possible methods to install Siril. The first one is based upon an installer and it will also install some very useful scripts in the right place. If you did previously installed the 0.9.9 version, some conflicts may occur. Please remove old Siril application and also the siril directory located in %AppData%. It is important to read all messages during installation.

Download automatic installation

  • As usual we provide an archive with all the needed files in it. We recommend you create a shortcut for the executable at any convenient place. The executable is in the subdirectory bin and is named siril.exe.

Download archive

Building Siril on Windows 10 or Windows 7, 64 bits

Installation from source is recommended if you want the latest features, if the past release is getting old or if you want to participate in improving Siril.

Download MSYS2 64bit a software distro and building platform for Windows and run the installer - "x86_64" for 64-bit

When asked, specify the directory where MSYS2 64bit will be installed if needed.

Tick Run MSYS2 now or run MSYS2 64bit from Star menu

Update the package database and core system packages with:

   pacman -Syu 

If needed, close MSYS2, run it again from Start menu. Update the rest with:

   pacman -Su

Now Pacman is fully committed to the Windows cause :)

Install dependencies:

   pacman -S --needed base-devel mingw-w64-x86_64-toolchain
   pacman -S subversion
   pacman -S mingw-w64-x86_64-fftw
   pacman -S mingw-w64-x86_64-gsl
   pacman -S mingw-w64-x86_64-cfitsio
   pacman -S mingw-w64-x86_64-gtk3
   pacman -S mingw-w64-x86_64-libconfig
   pacman -S mingw-w64-x86_64-opencv
   pacman -S libgnutls-devel
   pacman -S mingw-w64-x86_64-libraw
   pacman -S mingw-w64-x86_64-ffms2
   pacman -S mingw-w64-x86_64-curl

Install Siril

The sources are stored on a subversion repository, you can download them with this command the first time:

   svn co https://free-astro.org/svn/siril/branches/0.9/ siril

In the terminal go to the siril folder:

   cd siril

Generate the configure file by typing:

   ./autogen.sh
   make

To install Siril, use the usual:

   make install

To launch Siril:

Run MSYS2 64bit then the command name is

   siril

To update

Run MSYS2 64bit then

   cd siril
   svn up

If there is any change then generate the configure file and install new version.

FreeBSD

Siril is available in the FreeBSD Ports Collection. It can be installed, pre-compiled, from the standard package repository.

To install Siril on your system, run

 # pkg install astro/siril

More

What's new in Siril 0.9.9

As usual you can see the list of features and issues and details on the changelog page. This release contains some new features as well as some bug fixes:

  • Major update of the command line, with completion and documentation in the GUI, enhanced scripting capability by running commands from a file and also allowing it to be run with no X11 server running with the -s command line option
  • Added commands to stack and register a sequence
  • Image statistics, including auto-stretch parameters and stacking normalization, are now cached in the seq file for better performance
  • Global star registration now runs in parallel
  • Workflow improvement by adding demosaicing as last part of the preprocessing
  • Added a filtering method for stacking based on star roundness
  • Added an option to normalize stacked images to 16-bit with average rejection algorithm
  • All GUI save functions are now done in another thread
  • Improved histogram transformation GUI
  • Improved support of various FITS pixel formats
  • Preserve known FITS keywords in the stacked image by average method
  • Added native open and save dialogues for Windows users
  • Various Windows bug fixes in SER handling
  • Fixed wrong handling of scale variations in Drizzle case
  • Fixed 8-bit images auto-stretch display
  • Fixed BMP support
  • Fixed issues in PNG and TIFF 8-bit export
  • Fixed the "About" OS X menu