################################################################################ # Don't edit : generated by C:\Users\Mark\Desktop\sirilic-V1.13.1.exe # Compatibility with Siril: Version >= 0.99.8 requires 0.99.8 # uncomment next line to force Work Directory # cd 'C:\temp\SirilTMP' set16bits setcompress 0 setext fit setcpu 6 ################################################################################ # Automating: layer DSLR of Auriga6 # Object Directory cd './Auriga_s6/DSLR/Auriga6' #TAG#{ [1] Auriga_s6\DSLR\Auriga6: offset ... # # OFFSET MASTER BUILDING cd 'OFFSETS' cd SRC convert offsets -out=.. cd '..' stack offsets rej 3.0 3.0 -nonorm -out=../MASTER/master-offset.fit cd '..' # #TAG#} [1] #TAG#{ [2] Auriga_s6\DSLR\Auriga6: offset, flat ... # # FLAT MASTER BUILDING cd 'FLATS' cd SRC convert flats -out=.. cd '..' stack flats rej 3.0 3.0 -norm=mul -out=../MASTER/master-flat.fit cd '..' # #TAG#} [2] #TAG#{ [3] Auriga_s6\DSLR\Auriga6: offset, flat, image ... # # IMAGE PROCESSING cd 'IMAGES' cd SRC convert images -out=.. cd '..' preprocess images -flat=../MASTER/master-flat.fit -cfa -equalize_cfa -debayer cd '..' # #TAG#} [3] #TAG#{ [4] Auriga_s6\DSLR\Auriga6: offset, flat, image, register ... # cd 'IMAGES' register pp_images cd '..' # #TAG#} [4] #TAG#{ [5] Auriga_s6\DSLR\Auriga6: offset, flat, image, register, stack ... # cd 'IMAGES' stack r_pp_images rej 3.0 3.0 -norm=addscale -out=../DSLR # Copy DSLR to C-2 load '../DSLR' save ../../../Temp/C-2 save ../../../Auriga_s6_DSLR cd '..' # #TAG#} [5] cd '../../..' ################################################################################ #TAG#{ [6] ... Finished ... # # Work Directory cd 'C:/temp/SirilTMP' # #TAG#} [6] close