Revision as of 09:49, 12 November 2014 by FuzzyBot (talk | contribs) (Importing a new version from external source)
Other languages:

Siril processing tutorial

Pre-processing images

Once a sequence is loaded, images can be pre-processed, registered and stacked. The pre-processing is an optional (but important) step and involves offset, dark and flat frames.

  • BIAS (OFFSET)

A BIAS frame is an image with the shutter closed and the shortest possible exposure time. Basically it corresponds to an exposure of 1/4000s with modern DSLRs. The BIAS shows the electronic noise and readout signal of the camera and the more BIAS exposures are used for the calculation of the master BIAS, the less noise will be introduced into the corrected images. Note that BIAS frames MUST be taken at the same ISO than light frames.

Here, a master BIAS, calculated from 10 single images with median method.

  • DARK

Dark frames are made at the same exposure time and ISO as the subject light frames but in the dark: use your lens/telescope cap for example. They should also be made at approximately the same temperature as the light frames, this is the reason why we make dark frames at the end, or in the middle of the imaging session. The dark frames are used to remove the dark signal from the light frames and like the BIAS frames, the more dark exposures are used for the calculation of the master dark, the less noise will be introduced into the corrected images.

Here, a master dark, calculated from 10 single images with median method.

  • FLAT

Telescopes usually do not illuminate the detector homogeneously. Moreover, dust on optical surfaces and sensor lead to dark spots on resulting image. To correct these effects one need to divide each light images by the master flat which is the median of single exposure of a homogeneously illuminated area.

Siril automatically evaluates the normalisation coefficient used in the flat division. However, this value can be over-evaluated and in this case you will be warned into the console output. For example you can have this output :

Overflow detected, change level value in settings: 3278.00 is too high.

So, the solution consists to uncheck the auto-evaluation in settings and define your own value, smaller than 3278 in this example.

Here, a master flat, calculated from 10 single images with median method. Note that vignetting and dust are visible. Bayer pattern is also visible. Note that it is recommanded to check the "Multiplicative normalisation" button in the median stacking when creating the master flat.

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. Make sure that loaded sequence is the sequence of your light frames.

  • Result of pre-processing

The result of a single frame pre-processed is given below. Note how dust have been removed from the light frame.

Another example of a well executed pre-processing stage is illustrated in the next animation. Look how the pixels of the thermic signal are removed from the picture.

  • Demosaicing (for Bayer-Pattern images only)

Last step in pre-processing images consist in getting back Red, Green and Blue channels using interpolation algorithms. To do that, Siril gives the choice between 4 different algorithms. - VNG (default) - Bilinear (low quality but fast) - AHD - Super Pixel (no interpolation, the pattern RGGB, or other, is used as a super pixel and the image size is divided by four). Make your choice in the window below by clicking on Settings and Debayer tab.

.

To process the demosaicing, go back to Conversion Tab and fill the field as the example below:

Then click on the Debayer Button which should be sensitive. The demosaicing process should start and will take some time following the method you used and the CPU you own.

Finally you will have a new set of pre-processed light frames that you could register. Please note that at this stage you always have a lot of noise in your image. Indeed, pre-processing images with Dark, Bias and Flat do not remove noise but unwanted signal. The following Picture shows you the result of demosaicing. It is displayed in Histogram Equalization mode in order to enhanced the visibility of signal but without altering your image.


Next item of the tutorial: Registration (manual image alignment).