(Updating to match new version of source page)
(Updating to match new version of source page)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages />
<languages />
__FORCETOC__
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Sin dai primi giorni, Siril accetta input dagli utenti come [[Siril:Commands|comandi]] testuali, da linea di comando. Recentemente, [[Siril:Commands#Commands_history|più comandi sono stati aggiunti]], rendendo possibile un'elaborazione automatica di base delle immagini. I comandi possono essere memorizzati in un file che chiamiamo '''script''', e vengono eseguiti uno dopo l'altro. Alcuni comandi possono essere utilizzati negli script, altri no, questo è indicato nell'help della linea di comando dall'interfaccia grafica di Siril.
Sin dai primi giorni, Siril accetta input dagli utenti come [[Siril:Commands|comandi]] testuali, da linea di comando. Recentemente, [[Siril:Commands#Commands_history|più comandi sono stati aggiunti]], rendendo possibile un'elaborazione automatica di base delle immagini. I comandi possono essere memorizzati in un file che chiamiamo '''script''', e vengono eseguiti uno dopo l'altro. Alcuni comandi possono essere utilizzati negli script, altri no, questo è indicato nell'help della linea di comando dall'interfaccia grafica di Siril.
</div>
</div>
Since its early days, Siril can take user inputs as textual [[Siril:Commands|commands]], from the command line. Recently, [[Siril:Commands#Commands_history|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.


A partire dalla release [[Siril:0.9.9|0.9.9]], Siril può eseguire script da un file. Dalla [[Siril:0.9.10|0.9.10]], i [[Siril:Commands|comandi]] possono essere presi anche da una [[Siril:Commands#Command_stream_.28pipe.29|named pipe]].
A partire dalla release [[Siril:0.9.9|0.9.9]], Siril può eseguire script da un file. Dalla [[Siril:0.9.10|0.9.10]], i [[Siril:Commands|comandi]] possono essere presi anche da una [[Siril:Commands#Command_stream_.28pipe.29|named pipe]].
Line 18: Line 22:
</div>
</div>


'''If you don't see the Scripts menu (or if you don't see the default scripts in the list):'''<br />
'''If you don't see the Scripts menu (or if you don't see the default scripts in the list):'''


Please use the following procedure:
Please use the following procedure:
* click on the 'Burger' icon then on 'Preferences'
* click on the 'Burger' icon then on 'Preferences'
[[File:Menu-Preferences_EN.jpg]]
[[File:Menu-Preferences_EN.jpg]]
* click on the Scripts section  
* click on the 'Scripts' section  
* click on the Rescan button as described below
* delete the 2 lines in the field as described below
* click on Apply
* click on 'Apply'
* close and restart SiriL
[[File:Preferences-Scripts_EN.jpg]]
[[File:Preferences-Scripts_EN.jpg]]


Line 48: Line 53:


'''Other scripts:'''
'''Other scripts:'''
* [[:File:DSLR_preprocessing_opt.ssf|DSLR_preprocessing_opt.ssf]]. Preprocess images with dark optimization: added 01/24/2019.  
 
* [[:File:DSLR_startrail.ssf|DSLR_startrail.ssf]]. Preprocess images and build a star-trail: added 02/12/2019.
* [https://free-astro.org/images/4/4b/Mono_Preprocessing_WithoutFlat.ssf Mono_Preprocessing_WithoutFlat.ssf]: preprocess monochrome images without bias nor flat. Added 2020/10/17
* [[:File:DSLR_preprocessing_opt_diff_biases.ssf|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.
* [https://free-astro.org/images/7/71/Mono_Preprocessing_WithoutDark.ssf Mono_Preprocessing_WithoutDark.ssf]: preprocess monochrome images without dark. Added 2020/10/17
* [https://free-astro.org/images/9/95/Mono_Preprocessing_WithoutDBF.ssf Mono_Preprocessing_WithoutDBF.ssf]: preprocess monochrome images without dark, bias nor flat. Added 2020/09/01
* [https://free-astro.org/images/e/ea/OSC_Preprocessing_WithoutFlat.ssf OSC_Preprocessing_WithoutFlat.ssf]: preprocess color images without bias nor flat. Added 2020/10/17
* [https://free-astro.org/images/1/1a/OSC_Preprocessing_WithoutDark.ssf OSC_Preprocessing_WithoutDark.ssf]: preprocess color images without dark. Added 2020/10/17
* [https://free-astro.org/images/a/a4/OSC_Preprocessing_WithoutDBF.ssf OSC_Preprocessing_WithoutDBF.ssf]: preprocess color images without dark, bias nor flat. Added 2020/09/01
* [https://free-astro.org/images/d/dd/OSC_Startrail.ssf OSC_Startrail.ssf]: preprocess color images and build a star-trail. Added 2020/09/01.  




Incoraggiamo gli utenti che creano i propri script a pubblicarli e a creare un link in questa pagina con una semplice descrizione di ciò che fanno.
Incoraggiamo gli utenti che creano i propri script a pubblicarli e a creare un link in questa pagina con una semplice descrizione di ciò che fanno.


We also suggest users with '''monochrome or CCD images''' and several filters to use [https://gitlab.com/free-astro/sirilic Sirilic] to generate scripts or [https://gitlab.com/free-astro/sirilic Sirilot] to provide a more suited way to manage all the files required for such a processing.
We also suggest users to use [https://gitlab.com/free-astro/sirilic Sirilic] to generate scripts or [https://gitlab.com/free-astro/sirilic Sirilot] to provide a more suited way to manage all the files required for such a processing.

Revision as of 15:50, 17 October 2020

Other languages:


Sin dai primi giorni, Siril accetta input dagli utenti come comandi testuali, da linea di comando. Recentemente, più comandi sono stati aggiunti, rendendo possibile un'elaborazione automatica di base delle immagini. I comandi possono essere memorizzati in un file che chiamiamo script, e vengono eseguiti uno dopo l'altro. Alcuni comandi possono essere utilizzati negli script, altri no, questo è indicato nell'help della linea di comando dall'interfaccia grafica di Siril.

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.

A partire dalla release 0.9.9, Siril può eseguire script da un file. Dalla 0.9.10, i comandi possono essere presi anche da una named pipe.

Ci sono due modi per avviare uno script manualmente: usando la keyword @ nella linea di comando, seguita dal nome dello script, come spiegato qui, o usando il menu script.

Il menu script appare solo se alcuni script sono stati trovati nelle cartelle di ricerca degli script, definite di default o dall'utente usando le impostazioni del programma.

If you don't see the Scripts menu (or if you don't see the default scripts in the list):

Please use the following procedure:

  • click on the 'Burger' icon then on 'Preferences'

  • click on the 'Scripts' section
  • delete the 2 lines in the field as described below
  • click on 'Apply'
  • close and restart SiriL

Nella release 0.9.10, gli script verranno forniti con l'installazione. Questo avveniva già solo per l'installer Windows della 0.9.9. Qui ci sono gli script presenti negli installer:


Default scripts (automatically installed with SiriL):


Other scripts:


Incoraggiamo gli utenti che creano i propri script a pubblicarli e a creare un link in questa pagina con una semplice descrizione di ciò che fanno.

We also suggest users to use Sirilic to generate scripts or Sirilot to provide a more suited way to manage all the files required for such a processing.