1SIRIL(1) General Commands Manual SIRIL(1)
2
3
4
6 siril - image processing tool for astronomy and other applications
7
8
10 siril [options] [file]
11 siril-cli [options] [file]
12
13
14
16 Siril is a powerful image processing tool designed for improving the
17 signal-to-noise ratio of astronomical images. It offers a wide range of
18 tools for aligning, stacking, and enhancing images from various file
19 formats, including image sequences. It features a high-precision 32-bit
20 floating-point engine and supports parallel processing to run quickly.
21 The application is divided into 2 binaries. The first one, siril,
22 launches the program in graphic mode. The second one, siril-cli, is a
23 command line interface allowing to execute the following options.
24
25
27 -v, --version
28 Prints the program name and version, then exits.
29
30
31 -i conf_file
32 Starts Siril with the specified configuration file.
33
34
35 -f, --format
36 Prints all supported input image formats, depending on the li‐
37 braries detected at compile-time.
38
39
40 -c, --copyright
41 Prints copyright information, then exits.
42
43
44 -h, --help
45 Displays a brief usage summary.
46
47
48 -p Starts Siril without the graphical user interface and uses named
49 pipes to accept commands and print logs and status information.
50 On POSIX systems, the named pipes are created in /tmp/siril_com‐
51 mands.in and /tmp/siril_commands.out.
52
53
54 -r input_pipe_path, --inpipe=input_pipe_path
55 Provides an alternative path for the input pipe that receives
56 the commands if -p is passed. The pipe can be created by an ex‐
57 ternal program with the mkfifo(1) command.
58
59
60 -w output_pipe_path, --outpipe=output_pipe_path
61 Provides an alternative path for the output pipe that prints
62 logs and status updates if -p is passed. The pipe can be created
63 by an external program with the mkfifo(1) command.
64
65
66 -d working_directory, --directory=working_directory
67 Sets the specified path as the current working directory.
68
69
70 -s script_file, --script=script_file
71 Starts Siril without the graphical user interface and runs the
72 specified script instead. Scripts are text files that contain a
73 list of commands to be executed sequentially. In these files,
74 lines starting with a # are considered as comments. If this op‐
75 tion is not passed, pipe operation is assumed as if -p had been
76 passed.
77
78
79 -s - Redirects inputs written after - to stdin.
80
81
82 file Opens the specified image or sequence file immediately after
83 startup.
84
85
86
88 ~/.config/siril/config.ini
89 User preferences that can be overridden by the -i option.
90
91
92 /usr/share/siril/siril.css
93 The style sheet used to change the look of the graphical user
94 interface. This is useful for customization or if a GTK theme is
95 incompatible with some colored elements of Siril.
96
97
99 1. Website with news, tutorials, FAQ, and more
100 https://siril.org
101
102
103 2. Forum for Siril
104 https://discuss.pixls.us/siril
105
106
107 3. Official documentation
108 https://siril.readthedocs.io/en
109
110
111 4. Bug tracker
112 https://gitlab.com/free-astro/siril/-/issues
113
114
116 Vincent Hourdin <vh at free-astro dot org>
117 Cyril Richard <cyril at free-astro dot org>
118 Cécile Melis <cissou8 at gmail dot com>
119 Adrian Knagg-Baugh <aje dot baugh plus astro at gmail dot com>
120
121
123 Copyright © 2021 Free Software Foundation, Inc. License GPLv3+: GNU
124 GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
125 This is free software: you are free to change and redistribute it.
126 There is NO WARRANTY, to the extent permitted by law.
127
128
129
130siril 1.2.0 May 2023 SIRIL(1)