Line 25: | Line 25: | ||
<br /> | <br /> | ||
<!--T:8--> | <!--T:8--> | ||
Since release [[Siril:0.9.10|0.9.10]], scripts are provided with the installation. <br /> | |||
Since release [[Siril:0.99.4|0.99.4]], a new command 'convert' permits to create universal scripts, wich are available for APN (RAW files) and Astro cameras (FITs files). | |||
Here are the scripts that are in the installers: | Here are the scripts that are in the installers: | ||
<!--T:9--> | <!--T:9--> | ||
* [https://gitlab.com/free-astro/siril/ | * [https://gitlab.com/free-astro/siril/-/blob/master/scripts/Mono_Preprocessing.ssf Mono_Preprocessing.ssf]: script for monochrome DSLR or astro camera preprocessing, uses biases, flats and darks, registers and stacks the images. | ||
* [https://gitlab.com/free-astro/siril/ | * [https://gitlab.com/free-astro/siril/-/blob/master/scripts/OSC_Preprocessing.ssf OSC_Preprocessing.ssf]: script for One-Shot Color (OSC) DSLR or astro camera preprocessing, uses biases, flats and darks, registers and stacks the images. | ||
* [https://gitlab.com/free-astro/siril/-/blob/master/scripts/OSC_Extract_Ha.ssf OSC_Extract_Ha.ssf]: Script for OSC DSLR or astro camera preprocessing, for use with Ha filter or dual-band filter. This script extracts the Ha layer (Red) of the color image and saves a file names Ha_result. | |||
* [https://gitlab.com/free-astro/siril/ | * [https://gitlab.com/free-astro/siril/-/blob/master/scripts/OSC_Extract_HaOIII.ssf OSC_Extract_HaOIII.ssf]: same preprocessing as above, but extracts Ha and OIII layers of the color image, and saves 2 files named Ha_result and OIII_result. | ||
* [https://gitlab.com/free-astro/siril/ | |||
<!--T:12--> | <!--T:12--> |
Revision as of 11:31, 31 August 2020
Siril scripts
Since its early days, Siril can take user inputs as textual commands, from the command line. Recently, more commands have been added, enabling for a basic automated processing of images. Commands can be stored in a file that we call script, and they are executed one after the other. Some commands can be used in scripts, some cannot, this is indicated in the help of the command line from the graphical user interface of siril.
Since release 0.9.9, Siril can execute scripts from a file. Since 0.9.10, commands can also be taken from a named pipe.
Using scripts
There are two ways to start a script manually:
- using the @ keyword on the command line, followed by the script name, as explained here,
- or use the script menu.
The script menu only appears if some scripts have been found in the script search directories defined either by default or by the user in the program settings.
Getting scripts
Since release 0.9.10, scripts are provided with the installation.
Since release 0.99.4, a new command 'convert' permits to create universal scripts, wich are available for APN (RAW files) and Astro cameras (FITs files).
Here are the scripts that are in the installers:
- Mono_Preprocessing.ssf: script for monochrome DSLR or astro camera preprocessing, uses biases, flats and darks, registers and stacks the images.
- OSC_Preprocessing.ssf: script for One-Shot Color (OSC) DSLR or astro camera preprocessing, uses biases, flats and darks, registers and stacks the images.
- OSC_Extract_Ha.ssf: Script for OSC DSLR or astro camera preprocessing, for use with Ha filter or dual-band filter. This script extracts the Ha layer (Red) of the color image and saves a file names Ha_result.
- OSC_Extract_HaOIII.ssf: same preprocessing as above, but extracts Ha and OIII layers of the color image, and saves 2 files named Ha_result and OIII_result.
Other scripts:
- DSLR_preprocessing_opt.ssf. Preprocess images with dark optimization: added 01/24/2019.
- DSLR_startrail.ssf. Preprocess images and build a star-trail: added 02/12/2019.
- DSLR_preprocessing_opt_diff_biases.ssf. Preprocess images with biases at same ISO of darks and other biases with same ISO of flats (generally the lowest): added 03/02/2019.
We encourage users creating their own scripts to publish them and make a link in this page with a basic description of what they do.
We also suggest users with monochrome or CCD images and several filters to use Sirilic to generate scripts or Sirilot to provide a more suited way to manage all the files required for such a processing.