############################################ # # Seestar Mosaic Drizzle x2 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 -drizzle seqapplyreg pp_light -framing=max -drizzle # Stack calibrated lights stack r_pp_light rej 3 3 -norm=addscale -output_norm -rgb_equal -out=result_mosaic_drizzle # Flip if required mirrorx_single result_mosaic_drizzle # Load sequence and save final image load result_mosaic_drizzle save ../result_mosaic_drizzle # Tweaks - remove green noise rmgreen # Tweaks - Make photometric calibration pcc