(Marked this version for translation)
(Marked this version for translation)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages />
<languages />
<translate>
<translate>
<!--T:11-->
<span style="color: #ff0090; font-weight: bold; text-align: center; margin: 2em; font-size: 125%;">This page is the old documentation for early versions of Siril 0.9. Please refer to the new documentation on [https://siril.readthedocs.io/en/stable/ siril.readthedocs.io] or the new tutorials on [https://siril.org/tutorials siril.org] instead.</span>


=Siril processing tutorial= <!--T:1-->
=Siril processing tutorial= <!--T:1-->
Line 8: Line 11:
* [[Siril:Tutorial_sequence|Work on a sequence of converted images]]
* [[Siril:Tutorial_sequence|Work on a sequence of converted images]]
* [[Siril:Tutorial_preprocessing|Pre-processing images]]
* [[Siril:Tutorial_preprocessing|Pre-processing images]]
* [[Siril:Tutorial_manual_registration|Registration (PSF image alignment)]]
* [[Siril:Tutorial_manual_registration|Registration (Global star alignment)]]
* [[Siril:Tutorial_stacking|Stacking]]
* [[Siril:Tutorial_stacking|Stacking]]


Line 14: Line 17:


<!--T:4-->
<!--T:4-->
To process your images with Siril, you must convert them to the FITS format it uses (16-bit unsigned, bottom-top order, 1 or 3 axes). Fortunately, Siril is able to convert some image formats to this format, RAW, TIFF, JPEG, PIC (Christian Buil IRIS image format) PNG, BMP and NetPBM binaries for images, AVI for films.
To process your images with Siril, you must convert them to the FITS format it uses (16-bit unsigned, bottom-top order, 1 or 3 axes). Fortunately, Siril is able to convert some image formats to this format, RAW, TIFF, JPEG, PIC (Christian Buil's IRIS image format) PNG, BMP and NetPBM binaries for images, AVI and other films.


<!--T:5-->
<!--T:5-->
First, the working directory has to be set. Images will be taken from and converted to this directory. Click on "Change dir" at bottom right of the window to change it or type cd [you directory] in the console input command.
First, the working directory has to be set. Images will be converted to this directory. Click on "Change dir" at bottom right of the window to change it or type [[Siril:Commands#cd|cd]] [your directory] in the console input command.


<!--T:6-->
<!--T:6-->
The fill of the boxes for source and destination file names for the conversion. Here are 2 screen captures of the conversion tab and when a sequence of images called <code>IMG_{number}.CR2</code> is being converted to <code>M8-M20_{same_number}.fit</code>.
Click on the "+" button to add the files to be converted. All supported formats can be selected at same time and will be converted in a sequence of files starting with the generic name you've specified just below. Created file names will be in the form <code>Name_XXX</code>, where XXX is the number of each image in the sequence. The button "Demosaicing" must be unchecked int order to convert RAW files into CFA ([https://en.wikipedia.org/wiki/Color_filter_array Color Filter Array]) monochrome FITS pictures, a necessary step to pre-process DSLR images.


<!--T:7-->
<!--T:7-->
[[File:Siril_conversion_screen.png]]
[[File:Siril_conversion_screen.png | 700px]]
[[File:Siril_conversion_screen2.png]]
[[File:Siril_conversion_screen2.png | 700px]]


<!--T:8-->
<!--T:8-->
Note the message warning you that RAW files are converted to CFA (Color Filter Array) monochrome FITS picture. It is necessary to pre-process DSLR images with this mode. Indeed, due to Bayer matrix consideration, the RGB result of your RAW image is an interpolate picture. In consequence it is useless to pre-process interpolated data because it will give wrong result. Contrary to RGB image, CFA image represent the entire sensor data with the Bayer pattern.
Indeed, due to Bayer matrix consideration, the RGB result of your RAW image is an interpolated picture. In consequence pre-processing interpolated data will give wrong results. Contrary to RGB image, CFA image represent the entire sensor data with the Bayer pattern. The following image shows you a crop of a CFA image. Note that the Bayer pattern (RGGB on this example) is visible.
The following image shows you a crop of a CFA image. Note that the Bayer pattern (RGGB on this example) is visible.


<!--T:9-->
<!--T:9-->

Latest revision as of 22:38, 16 September 2023

Other languages:

This page is the old documentation for early versions of Siril 0.9. Please refer to the new documentation on siril.readthedocs.io or the new tutorials on siril.org instead.

Siril processing tutorial

Convert your images in the FITS format Siril uses (image import)

To process your images with Siril, you must convert them to the FITS format it uses (16-bit unsigned, bottom-top order, 1 or 3 axes). Fortunately, Siril is able to convert some image formats to this format, RAW, TIFF, JPEG, PIC (Christian Buil's IRIS image format) PNG, BMP and NetPBM binaries for images, AVI and other films.

First, the working directory has to be set. Images will be converted to this directory. Click on "Change dir" at bottom right of the window to change it or type cd [your directory] in the console input command.

Click on the "+" button to add the files to be converted. All supported formats can be selected at same time and will be converted in a sequence of files starting with the generic name you've specified just below. Created file names will be in the form Name_XXX, where XXX is the number of each image in the sequence. The button "Demosaicing" must be unchecked int order to convert RAW files into CFA (Color Filter Array) monochrome FITS pictures, a necessary step to pre-process DSLR images.

Indeed, due to Bayer matrix consideration, the RGB result of your RAW image is an interpolated picture. In consequence pre-processing interpolated data will give wrong results. Contrary to RGB image, CFA image represent the entire sensor data with the Bayer pattern. The following image shows you a crop of a CFA image. Note that the Bayer pattern (RGGB on this example) is visible.

Next item of the tutorial: Work on a sequence of converted images.