No edit summary
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages />
<languages />
<translate>
<translate>
=Siril 0.9.10=
=Siril 0.9.10= <!--T:7-->
'''Release date: January 16th, 2019.'''
'''Release date: January 16th, 2019.'''


<!--T:8-->
This is the tenth stability release for the 0.9 branch. It includes fixes for Windows file names handling, many other fixes and a introduces the astrometry plate solving.
This is the tenth stability release for the 0.9 branch. It includes fixes for Windows file names handling, many other fixes and a introduces the astrometry plate solving.


<!--T:9-->
With this release, we move away from our subversion [https://free-astro.org/svn/siril/ code repository] and mantisbt [https://free-astro.org/bugs/roadmap_page.php bug tracking] to use [https://gitlab.com/free-astro/siril gitlab.com] instead. The old services will still be online for a while, but will not be updated. Please use the new services to report bugs and get the code.
With this release, we move away from our subversion [https://free-astro.org/svn/siril/ code repository] and mantisbt [https://free-astro.org/bugs/roadmap_page.php bug tracking] to use [https://gitlab.com/free-astro/siril gitlab.com] instead. The old services will still be online for a while, but will not be updated. Please use the new services to report bugs and get the code.


<!--T:10-->
Remember that Siril is developed ''without'' Windows and that we rely on Windows users to test and give us feedback about integration or porting problems.
Remember that Siril is developed ''without'' Windows and that we rely on Windows users to test and give us feedback about integration or porting problems.


Line 18: Line 21:
*Debian testing: [https://free-astro.org/download/siril_0.9.10-1_amd64-testing.deb 64 bits]
*Debian testing: [https://free-astro.org/download/siril_0.9.10-1_amd64-testing.deb 64 bits]
   $ sudo apt-get install siril
   $ 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: [https://www.rpmfind.net/linux/rpm2html/search.php?query=siril All]
  # dnf install siril
*Arch Linux has both the [https://aur.archlinux.org/packages/siril/ release version] and the [https://aur.archlinux.org/packages/siril-git/ git development version] in the user repository (AUR).
*[https://free-astro.org/download/Siril-0.9.10.glibc2.15-x86_64.AppImage 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.
===macOS ( > 10.9)=== <!--T:15-->
*Download the latest [https://free-astro.org/download/SiriL-0.9.10-2.dmg  DMG disk image] for Siril and follow the instructions.
===Windows (64bit)=== <!--T:16-->
* 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.
<!--T:19-->
[https://free-astro.org/download/Install_SiriL_0_9_10_64bits_EN-FR.exe Download automatic installation]
<!--T:20-->
*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.
<!--T:17-->
[https://free-astro.org/download/SiriL-0.9.10-1_64bit.zip Download archive]


==What's new in Siril 0.9.10==
==What's new in Siril 0.9.10== <!--T:11-->


<!--T:12-->
New features:
New features:
* New astrometric tool
* New astrometric tool
* New comet registration method ([https://free-astro.org/videos/comet.webm see video here])
* Preview for color saturation, asinh mapping, histogram transform and wavelets
* Preview for color saturation, asinh mapping, histogram transform and wavelets
* Added ability to join SER files
* Added ability to join SER files
* Added a command stream using named pipes
* Added RGB flat normalisation for CFA images and command GREY_FLAT
* Added RGB flat normalisation for CFA images and command GREY_FLAT
* Added SETFINDSTAR command to define sigma and roundness parameters
* Added SETFINDSTAR command to define sigma and roundness parameters
* Added ASINH stretch command and GUI function
* Added ASINH stretch command and GUI function
* Added RGRADIENT command and GUI function
* Added negative transformation


<!--T:13-->
Improvements:
Improvements:
* Preserve FITS keywords in sum stacked image
* Preserve FITS keywords in sum stacked image or when history exist
* Check if the number of FITS can be stacked by Siril on the system
* Check if the number of FITS can be stacked by Siril on the system
* Make command SEQCROP scriptable
* Made command SEQCROP scriptable
* Redesigned all dialog windows to conform to GNOME guideness
* Redesigned all dialog windows to conform to GNOME guideness
* Improved ECC alignment algorithm
* Automatically detect GTK+ dark theme preference
* Adding a setting to activate image window positioning from the last session


<!--T:14-->
Bug fixes:
Bug fixes:
* Fixed a bug in photometry where stars were too round
* Fixed crash on sequence export with normalization
* Fixed crash on sequence export with normalization
* Scripts with Windows end of line (CR+LF) are now usable
* Fixed line endings in scripts for all OS
* Improved global registration and fixed a bug
* Improved global registration and fixed a bug
* Fixed crash on startup on Windows with a session owning a wide char
* Fixed crash on startup on Windows with a session owning a wide char
* Fixed issue with wide chars on Windows
* Fixed issue with wide chars on Windows
* Fixed some erratic behaviour when reference image was outside selection
* Fixed default rotation interpolation algorithm for register command
* Fixed compilation for OpenCV 4.0
* Fixed a crash in global registration with unselected images


</translate>
</translate>

Latest revision as of 13:04, 2 February 2019

Other languages:

Siril 0.9.10

Release date: January 16th, 2019.

This is the tenth stability release for the 0.9 branch. It includes fixes for Windows file names handling, many other fixes and a introduces the astrometry plate solving.

With this release, we move away from our subversion code repository and mantisbt bug tracking to use gitlab.com instead. The old services will still be online for a while, but will not be updated. Please use the new services to report bugs and get the code.

Remember that Siril is developed without Windows and that we rely on Windows users to test and give us feedback about integration or porting problems.

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 has both the release version and the git development version in the user repository (AUR).
  • 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.

macOS ( > 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

What's new in Siril 0.9.10

New features:

  • New astrometric tool
  • New comet registration method (see video here)
  • Preview for color saturation, asinh mapping, histogram transform and wavelets
  • Added ability to join SER files
  • Added a command stream using named pipes
  • Added RGB flat normalisation for CFA images and command GREY_FLAT
  • Added SETFINDSTAR command to define sigma and roundness parameters
  • Added ASINH stretch command and GUI function
  • Added RGRADIENT command and GUI function
  • Added negative transformation

Improvements:

  • Preserve FITS keywords in sum stacked image or when history exist
  • Check if the number of FITS can be stacked by Siril on the system
  • Made command SEQCROP scriptable
  • Redesigned all dialog windows to conform to GNOME guideness
  • Improved ECC alignment algorithm
  • Automatically detect GTK+ dark theme preference
  • Adding a setting to activate image window positioning from the last session

Bug fixes:

  • Fixed a bug in photometry where stars were too round
  • Fixed crash on sequence export with normalization
  • Fixed line endings in scripts for all OS
  • Improved global registration and fixed a bug
  • Fixed crash on startup on Windows with a session owning a wide char
  • Fixed issue with wide chars on Windows
  • Fixed some erratic behaviour when reference image was outside selection
  • Fixed default rotation interpolation algorithm for register command
  • Fixed compilation for OpenCV 4.0
  • Fixed a crash in global registration with unselected images