1SIRIL(1) User Commands SIRIL(1)
2
3
4
6 siril - image processing tool for astronomy and others
7
9 Siril GUI
10 siril <file> Start Siril with file.
11
12 Siril CLI
13 siril-cli [-i conf_file] [-f] [-v] [-h] [-p] [-d working_directory]
14 [-s script_file] [image_file_to_open]
15
17 Siril is an image processing tool specially tailored for noise reduc‐
18 tion and improving the signal/noise ratio of an image from multiple
19 captures, as required in astronomy. Siril can align, stack and enhance
20 pictures from various file formats, even image sequences (movies and
21 SER files). It makes use of OpenMP, supports all the cameras supported
22 by libraw, and carries out its calculations in a high precision 32-bit
23 floating point engine.
24
26 -i Starts Siril with configuration file which path is given in
27 conf_file
28
29 -f (or --format) Prints all supported image input formats, depend‐
30 ing on the libraries detected at compile-time
31
32 -v (or --version) Prints program name and version and exits
33
34 -h (or --help) Short usage help
35
36 -p Starts Siril without the graphical user interface and use the
37 named pipes to accept commands and print logs and status infor‐
38 mation. On POSIX systems, the named pipes are created in
39 /tmp/siril_commands.in and /tmp/siril_commands.out
40
41 -d (or --directory) Setting argument in cwd
42
43 -s (or --script) Starts Siril without the graphical user interface
44 and run a script instead. Scripts are text files that contain a
45 list of commands to be executed sequentially. In these files,
46 lines starting with a # are considered as comments.
47
48 image_file_to_open
49 Open an image or sequence file right after start-up
50
52 ~/.config/siril/siril.cfg
53 User preferences. Overridden by the -i option.
54 ~/.siril/siril.css
55 The stylesheet used to change colours of the graphical user
56 interface. This is useful for personalisation or if a GTK theme
57 is incompatible with some coloured elements of Siril.
58
60 Website: https://www.siril.org/
61 Documentation: https://free-astro.org/siril_doc-en/
62 Forum: https://discuss.pixls.us/siril
63 Code and bug reports: https://gitlab.com/free-astro/siril/issues
64
66 Vincent Hourdin <debian-siril at free-astro.org>
67 Cyril Richard <cyril at free-astro.org>
68
69
70
71siril 1.0 January 2020 SIRIL(1)