############################################ # # Seestar Mosaic v1.2 # December 2024 # (C) Maciej Obarzanek # ############### SCRIPT INFO ################ # # Script for Seestar S50 preprocessing mosaic # # Needs 1 set of RAW images in the working # directory, within one directory: /lights # ############################################ requires 1.2.4 # Convert Light Frames to .fit files cd lights convert light -fitseq -out=../process cd ../process # Calibrate Light Frames calibrate light -debayer # Align lights setref pp_light 1 register pp_light seqapplyreg pp_light -framing=max # Stack calibrated lights stack r_pp_light rej 3 3 -norm=addscale -output_norm -rgb_equal -out=result_mosaic # Flip if required mirrorx_single result_mosaic # Load sequence and save final image load result_mosaic save ../result_mosaic # Tweaks - remove green noise rmgreen # Tweaks - Make photometric calibration pcc