Siril-build: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 73: | Line 73: | ||
Generic step by step process to image processing |
Generic step by step process to image processing |
||
* crop to cut out stacking |
* crop to cut out stacking artifacts around the edges |
||
* remove green noise |
* remove green noise |
||
* tools - astrometry - image plate solver |
|||
* star processing - star removal |
|||
* stretches - asinh transformation so that the image becomes somewhat visible (about 50% of desired luminosity) |
* stretches - asinh transformation so that the image becomes somewhat visible (about 50% of desired luminosity) |
||
Line 83: | Line 87: | ||
* stretches - curve transformation |
* stretches - curve transformation |
||
* star processing - |
* star processing - recomposition |
Revision as of 20:45, 20 September 2025
Steps to build Siril from sources:
---Requisites--- Build-tools: apt-get install ninja-build meson cmake git autoconf automake libtool intltool make cmake gcc g++ Dependencies: apt-get install gtk+3 adwaita-icon-theme libcfitsio-dev libgsl-dev libopencv-dev libomp-dev libraw-dev libtiff-dev libjpeg-dev libpng-dev wcslib-dev libconfig-dev libjson-glib-dev libexiv2-dev libcurl4-gnutls-dev libfftw3-dev libjxl-dev libheif-dev libgit2-dev extra for debian 13 : libgtksourceview-4-dev apt-get install libffms2-dev fftw-dev ? (probably only need fftw3-dev) not found: htmesh rtprocess libxisf (not in Debian bookworm (12) yet) Meson features list for siril https://siril.readthedocs.io/en/latest/installation/source.html#meson ---INITIAL BUILD--- git clone --recurse-submodules https://gitlab.com/free-astro/siril.git meson setup _build --buildtype release -DlibXISF=false cd _build ninja ninja install ---UPDATE--- cd /opt/siril git pull git submodule update --recursive cd _build ninja ninja install ---SCRIPTS--- https://gitlab.com/free-astro/siril-scripts/-/tree/main save in: /usr/share/local/siril/scripts/
Once siril is up and running, you may want StarNet as well: https://www.starnetastro.com/download/ (get the 'Command Line Tool')
Excellent video on how to use Siril (v1.4) https://www.youtube.com/watch?v=KMED8_sWu5c
Generic step by step process to image processing
- crop to cut out stacking artifacts around the edges
- remove green noise
- tools - astrometry - image plate solver
- star processing - star removal
- stretches - asinh transformation so that the image becomes somewhat visible (about 50% of desired luminosity)
- stretches - histogram transformation (stay under 0.1% clipping on the shadows)
- stretches - curve transformation
- star processing - recomposition