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.