Revision as of 03:21, 12 October 2012 by Vincent (talk | contribs) (→‎Pre-processing images: prepro doc)

Manual page for Siril

Siril is an astronomical image processing tool, see main page for more details.

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, mainly RAW BMP and NetPBM binaries for images, AVI for films.

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.

The fill the boxes for source and destination file names for the conversion. Here is a screen capture of the conversion tab, where a sequence of images called IMG_{number}.CR2 is being converted to m27_{same_number}.fit.

As you can see, the 1 axis/plane/layer format has been deactivated because it has not been tested since the rewriting of Siril, so conversion only works with 3-layer RGB files for now. Conversion of RAW files uses dcraw without colour or gamma correction, and that can take quite some time.

Work on a sequence of converted images

Once you have your Siril's format .fit files, you can switch to the sequence tab seen below. Sequences are what Siril uses to manipulate files.

Click on the "search sequences" button. If you only have one .fit files sequence in the working directory, it is automatically selected. Else, the list will pop-up an you'll be able to select the sequence you want to use. When the sequence is loaded, two windows are opened: the grey frame control window, on the left of the image below, and the RGB composition rendering window, behind the main window on the image below.

The grey window is used to display colour components for the image, control their composition in the colour image, and give information about the displayed frame, like the layer's name (for now it can be only Red Green or Blue, but it will be settable to narrow bands some day), pixel value when moving the mouse on a pixel, file name and layer number, FWHM calculation is an area is selected (result is quite experimental), and zoom value.

The cursors at the bottom control thresholds for black and white on the grey image, allowing to play with contrast and lightness of each channel, mainly for previewing purposes.

Pre-processing images

One a sequence is loaded, images can be pre-processed, registered and stacked. The pre-processing is an optional step and involves offset, dark and flat frames. If you don't know what this is, you don't need it, but I suggest you read about it somewhere. Only one frame can be given for each of these three, and it has to be in Siril's FITS format. They should be created by median stacking, so you need to convert the source images to FITS, load the sequence and stack them before using them here. We'll assume this is done. For more info about stacking, see the Siril:Manual#Stacking section below.

The pre-processing does not overwrites original FITS files from the sequence but creates new FITS files with the pre-processed data. The new file names are the same than the original prefixed with pp_ if you leave the default value in the prefix box. Below is an example of pre-processing using offset and dark files.

Registration (manual image alignment)

Processing