siril scripts · 2020. 9. 27. · siril scripts 2 09/27/20 siril scripts since its early days,...

9
Siril scripts Siril 0.996 Version : 0.1 Date : 09/27/20

Upload: others

Post on 17-Aug-2021

11 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Siril scripts · 2020. 9. 27. · Siril scripts 2 09/27/20 Siril scripts Since its early days, Siril can take user inputs as textual commands, from the command line. Recently, more

Siril scriptsSiril 0.996

Version : 0.1

Date : 09/27/20

Page 2: Siril scripts · 2020. 9. 27. · Siril scripts 2 09/27/20 Siril scripts Since its early days, Siril can take user inputs as textual commands, from the command line. Recently, more

Siril scripts

2 09/27/20

Siril scriptsSince 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.

PrerequisiteScript for DSLR color camera preprocessing

This script needs 4 sets of RAW images in the working directory, within 4 directories:biases,flats,darksand lights

Using scriptsThere 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 Scripts menu.

The scripts menu only appears if some scripts have been found in the script search directories defined either by default or by the user in the preference menu.

Page 3: Siril scripts · 2020. 9. 27. · Siril scripts 2 09/27/20 Siril scripts Since its early days, Siril can take user inputs as textual commands, from the command line. Recently, more

Siril scripts

09/27/20 3

Organize your files in the working directory as follows:

TipPrerequisites are always indicated in remarks at the beginning of each script.You can read them during the running of the script, or after it, or by opening the script file with a text editor.

Page 4: Siril scripts · 2020. 9. 27. · Siril scripts 2 09/27/20 Siril scripts Since its early days, Siril can take user inputs as textual commands, from the command line. Recently, more

Siril scripts

4 09/27/20

Get Scripts

Or follow this link : https://free-astro.org/index.php?title=Siril:scripts

Page 5: Siril scripts · 2020. 9. 27. · Siril scripts 2 09/27/20 Siril scripts Since its early days, Siril can take user inputs as textual commands, from the command line. Recently, more

Siril scripts

09/27/20 5

1.

Automate the processing of your astronomic images and videos with Siril

Create the directories if needed, and copy the raw imagesDirectoriesin your working directory, you must have these 4 sub-directories

biases,flats,darksand lights

copy the raw images to their corresponding directories

If you want to add your own scripts to the location of your choice

menu/preference/script

ExampleA sample video is available below.

Page 6: Siril scripts · 2020. 9. 27. · Siril scripts 2 09/27/20 Siril scripts Since its early days, Siril can take user inputs as textual commands, from the command line. Recently, more

Siril scripts

6 09/27/20

1.

2.

3.

Check that you are in the desired working directory.

Run the appropriate script

Page 7: Siril scripts · 2020. 9. 27. · Siril scripts 2 09/27/20 Siril scripts Since its early days, Siril can take user inputs as textual commands, from the command line. Recently, more

Siril scripts

09/27/20 7

3. Run the appropriate script

OSC_Preprocessing.ssf

AdviceFor One-Shot Color (OSC) DSLR or Astro camera

Example

Page 8: Siril scripts · 2020. 9. 27. · Siril scripts 2 09/27/20 Siril scripts Since its early days, Siril can take user inputs as textual commands, from the command line. Recently, more

Siril scripts

8 09/27/20

Result

Example

AdviceWhen the script ends, you get a RGB file named result.fit.

Example

Page 9: Siril scripts · 2020. 9. 27. · Siril scripts 2 09/27/20 Siril scripts Since its early days, Siril can take user inputs as textual commands, from the command line. Recently, more

Siril scripts

09/27/20 9

Comments

Advice

Tip

We also suggest users to use to generate scripts or Sirilot to provide a Sirilic[https://gitlab.com/free-astro/sirilic]

more suited way to manage all the files required for such a processing.