Hello
Using Siril 0.9.10 on Windows 10 64-bit.
I am trying to run the script DSLR_preprocessing from the SiriL interface, with the following steps:
Windows
- create folder 'test'
- create subfolders biases, darks, flats, lights
- populate the folders with the appropriate capture frames
- the frames have names like M42-180s-bias_001.fit
Siril
- set current working directory to 'test'
- Scripts > DSLR Pre-processing
Log is
12:04:04: Setting CWD (Current Working Directory) to 'D:\test'
12:05:26: Starting script C:\Program Files\SiriL\scripts\DSLR_preprocessing.ssf
12:05:26: ############################################
12:05:26: # Script for Siril 0.9
12:05:26: # January 2019
12:05:26: # (C) Cyril Richard
12:05:26: # DSLR_preprocessing v1.3
12:05:26: ########### PREPROCESSING SCRIPT ###########
12:05:26: # Script for DSLR color camera preprocessing
12:05:26: # needs 4 sets of RAW images in the working
12:05:26: # directory, within 4 directories:
12:05:26: # biases, flats, darks and lights
12:05:26: #
12:05:26: ############################################
12:05:26: #build master-bias
12:05:26: Running command: cd
12:05:26: Setting CWD (Current Working Directory) to 'D:\test\biases'
12:05:26: Running command: convertraw
12:05:26: Conversion: processing...
12:05:26: Running command: stack
12:05:26: No sequence bias_.seq found.
12:05:26: Error in line 17. Exiting batch processing
12:05:26: Script execution failed.
A file called 'bias_.seq' is created in the 'biases' folder.
No other files are created in either the 'test' folder or the 'biases' folder.
What am I doing wrong?
Note - if I carry out the processes interactively, using the windows interface, as described in the manual, eveything works as expected.
Dave