############################################ # # Seestar v1.2 # December 2024 # (C) Maciej Obarzanek # ############### SCRIPT INFO ################ # # Script for Seestar S50 preprocessing image # # 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 # Stack calibrated lights stack r_pp_light rej 3 3 -norm=addscale -output_norm -rgb_equal -out=result # Flip if required mirrorx_single result # Load sequence and save final image load result save ../result # Tweaks - remove green noise rmgreen # Tweaks - Make photometric calibration pcc