Scroll to navigation

SIRIL(1) General Commands Manual SIRIL(1)

NAME

siril - image processing tool for astronomy and other applications

SYNOPSIS

siril [options] [file]
siril-cli [options] [file]

DESCRIPTION

Siril is a powerful image processing tool designed for improving the signal-to-noise ratio of astronomical images. It offers a wide range of tools for aligning, stacking, and enhancing images from various file formats, including image sequences. It features a high-precision 32-bit floating-point engine and supports parallel processing to run quickly.
The application is divided into 2 binaries. The first one, siril, launches the program in graphic mode. The second one, siril-cli, is a command line interface allowing to execute the following options.

OPTIONS

Prints the program name and version, then exits.

Starts Siril with the specified configuration file.

Prints all supported input image formats, depending on the libraries detected at compile-time.

Prints copyright information, then exits.

Displays a brief usage summary.

Starts Siril without the graphical user interface and uses named pipes to accept commands and print logs and status information. On POSIX systems, the named pipes are created in /tmp/siril_commands.in and /tmp/siril_commands.out.

Provides an alternative path for the input pipe that receives the commands if -p is passed. The pipe can be created by an external program with the mkfifo(1) command.

Provides an alternative path for the output pipe that prints logs and status updates if -p is passed. The pipe can be created by an external program with the mkfifo(1) command.

Sets the specified path as the current working directory.

Starts Siril without the graphical user interface and runs the specified script instead. Scripts are text files that contain a list of commands to be executed sequentially. In these files, lines starting with a # are considered as comments. If this option is not passed, pipe operation is assumed as if -p had been passed.

Redirects inputs written after - to stdin.

Opens the specified image or sequence file immediately after startup.

FILES

~/.config/siril/config.ini
User preferences that can be overridden by the -i option.

/usr/share/siril/siril.css
The style sheet used to change the look of the graphical user interface. This is useful for customization or if a GTK theme is incompatible with some colored elements of Siril.

LINKS

1.
Website with news, tutorials, FAQ, and more

2.
Forum for Siril

3.
Official documentation

4.
Bug tracker

AUTHORS


Vincent Hourdin <vh at free-astro dot org>
Cyril Richard <cyril at free-astro dot org>
Cécile Melis <cissou8 at gmail dot com>
Adrian Knagg-Baugh <aje dot baugh plus astro at gmail dot com>

COPYRIGHT

Copyright © 2021 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

May 2023 siril 1.2.1