(Importing a new version from external source)
(Importing a new version from external source)
 
Line 6: Line 6:
This algorithm is mainly used to construct long exposure star-trails images.
This algorithm is mainly used to construct long exposure star-trails images.
Pixels of the image are replaced by pixels at the same coordinates if intensity is greater.
Pixels of the image are replaced by pixels at the same coordinates if intensity is greater.
* Pixel Minimum Stacking
This algorithm is mainly used for cropping sequence by removing black borders.
Pixels of the image are replaced by pixels at the same coordinates if intensity is lower.

Latest revision as of 12:30, 11 April 2016

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Siril:Tutorial stacking)
* Median Stacking
This method is mostly used for dark/flat/offset stacking.
The median value of the pixels in the stack is computed for each pixel.
As this method should only be used for dark/flat/offset stacking, it does not take into account shifts computed during registration. The increase in SNR is proportional to <math>0.8\sqrt{N}</math>.
* Pixel Maximum Stacking
This algorithm is mainly used to construct long exposure star-trails images.
Pixels of the image are replaced by pixels at the same coordinates if intensity is greater.
* Pixel Minimum Stacking
This algorithm is mainly used for cropping sequence by removing black borders.
Pixels of the image are replaced by pixels at the same coordinates if intensity is lower.
  • Median Stacking

This method is mostly used for dark/flat/offset stacking. The median value of the pixels in the stack is computed for each pixel. As this method should only be used for dark/flat/offset stacking, it does not take into account shifts computed during registration. The increase in SNR is proportional to [math]\displaystyle{ 0.8\sqrt{N} }[/math].

  • Pixel Maximum Stacking

This algorithm is mainly used to construct long exposure star-trails images. Pixels of the image are replaced by pixels at the same coordinates if intensity is greater.

  • Pixel Minimum Stacking

This algorithm is mainly used for cropping sequence by removing black borders. Pixels of the image are replaced by pixels at the same coordinates if intensity is lower.