rem LOG zum Stacking von gehtnix 17.01.09 @title Susies-LOG @param c Sleep-Time (x100) @default c 6 @param b Überlappung % @default b 0 @param d Nachlauf (10er)% @default d 0 @param e Startpunkt cm @default e 0 rem Kleinster Focus A=62 B=65535 if get_focus_mode=0 then print "************************" print "* Auf Manuellen Focus *" print "* einstellen und *" print "* Script neu starten *" exit_alt endif b=100-b c=c*100 d=100+(d*10) e=e*10 rem Focusende get_focus G C=G*2*d/100 rem Startpunkt zu groß if G<(A+e) then e=0 endif rem Startpunkt set_focus A+e sleep c print_screen 1 print "Nah , Focus, Fern, DOF, Nah-Fern" do shoot get_dof H cls if H=-1 then set_focus B sleep c shoot C=1 endif get_focus G rem print "Focus =", G rem print "DOF =", H I=get_far_limit K=get_near_limit print K, " < ";G;" < ", I, " ", H, " ", K-J J=I A=H*b/100 set_focus G+A sleep c until G>C end