Skip to content

janikkreit/siril-multisession-preprocessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

The preinstalled OSC_preprocessing script in siril only considers images from one session. If one captured a target along serveral night it becomes very unhandy to stack all the light frames. This script calibrates the light frame from each session with their individual dark, bias and flat frames, and stacks them afterward.

Usage

The script expects a file structure like the following:

  • <target-directory>
    • <session-name-1>
      • biases
      • darks
      • flats
      • lights
    • <session-name-2>
      • biases
      • darks
      • flats
      • lights
    • ...

Then run the script with:

bash OSC_Multi_Preprocessing.sh <target-directory>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages