Scripted Preprocessing - Bias
Posted: 11 Dec 2018, 15:56
Hi,
The window 'BIAS' for a bias frame is not able to be scripted. However, if you are only using a bias frame with no darks in the preprocessing script is this the same?
sub AddL(line$)
pre$ = pre$ + line$ + crlf$
end sub
AddL("#PREPROCESSING")
AddL("Dark=" + yourdir$ + "Bias\MBA2.fit")
AddL("Image=" + yourdir$ + name$+"\FG"+N$+".fit")
AddL("Flat=" + yourdir$ + "Flats\MFG2" + ".fit")
AddL("ExtraFilters=1")
AddL("AlignMethod=2")
AddL("CombineMethod=3")
For l = 1 to count(pre$)
print pre${l}
Next l
Preprocessing(pre$)
Regards,
John
The window 'BIAS' for a bias frame is not able to be scripted. However, if you are only using a bias frame with no darks in the preprocessing script is this the same?
sub AddL(line$)
pre$ = pre$ + line$ + crlf$
end sub
AddL("#PREPROCESSING")
AddL("Dark=" + yourdir$ + "Bias\MBA2.fit")
AddL("Image=" + yourdir$ + name$+"\FG"+N$+".fit")
AddL("Flat=" + yourdir$ + "Flats\MFG2" + ".fit")
AddL("ExtraFilters=1")
AddL("AlignMethod=2")
AddL("CombineMethod=3")
For l = 1 to count(pre$)
print pre${l}
Next l
Preprocessing(pre$)
Regards,
John