@title TV-Bracketing (M-Modus) @param a Anzahl Bilder @default a 3 @param b Schrittweite(1/3 EV) @default b 3 @param c Startverzögerung(s) @default c 1 if a<2 then let a=2 if b<1 then let b=1 if c<0 then let c=0 print "Bilder:"; a, "Schritt:"; b sleep c*1000 get_user_tv_id x set_tv_rel (a-1)*b/2 for s=1 to a get_user_tv_id t gosub "Zeit" shoot set_tv_rel -b next s set_tv x end :Zeit if t=-13 then print "Bild", s, "von", a, "T=15s" if t=-12 then print "Bild", s, "von", a, "T=15s" if t=-11 then print "Bild", s, "von", a, "T=13s" if t=-10 then print "Bild", s, "von", a, "T=10s" if t=-9 then print "Bild", s, "von", a, "T=8s" if t=-8 then print "Bild", s, "von", a, "T=6s" if t=-7 then print "Bild", s, "von", a, "T=5s" if t=-6 then print "Bild", s, "von", a, "T=4s" if t=-5 then print "Bild", s, "von", a, "T=3.2s" if t=-4 then print "Bild", s, "von", a, "T=2.5s" if t=-3 then print "Bild", s, "von", a, "T=2s" if t=-2 then print "Bild", s, "von", a, "T=1.6s" if t=-1 then print "Bild", s, "von", a, "T=1.3s" if t=0 then print "Bild", s, "von", a, "T=1s" if t=1 then print "Bild", s, "von", a, "T=0.8s" if t=2 then print "Bild", s, "von", a, "T=0.6s" if t=3 then print "Bild", s, "von", a, "T=0.5s" if t=4 then print "Bild", s, "von", a, "T=0.4s" if t=5 then print "Bild", s, "von", a, "T=0.3s" if t=6 then print "Bild", s, "von", a, "T=1/4s" if t=7 then print "Bild", s, "von", a, "T=1/5s" if t=8 then print "Bild", s, "von", a, "T=1/6s" if t=9 then print "Bild", s, "von", a, "T=1/8s" if t=10 then print "Bild", s, "von", a, "T=1/10s" if t=11 then print "Bild", s, "von", a, "T=1/13s" if t=12 then print "Bild", s, "von", a, "T=1/15s" if t=13 then print "Bild", s, "von", a, "T=1/20s" if t=14 then print "Bild", s, "von", a, "T=1/25s" if t=15 then print "Bild", s, "von", a, "T=1/30s" if t=16 then print "Bild", s, "von", a, "T=1/40s" if t=17 then print "Bild", s, "von", a, "T=1/50s" if t=18 then print "Bild", s, "von", a, "T=1/60s" if t=19 then print "Bild", s, "von", a, "T=1/80s" if t=20 then print "Bild", s, "von", a, "T=1/100s" if t=21 then print "Bild", s, "von", a, "T=1/125s" if t=22 then print "Bild", s, "von", a, "T=1/160s" if t=23 then print "Bild", s, "von", a, "T=1/200s" if t=24 then print "Bild", s, "von", a, "T=1/250s" if t=25 then print "Bild", s, "von", a, "T=1/320s" if t=26 then print "Bild", s, "von", a, "T=1/400s" if t=27 then print "Bild", s, "von", a, "T=1/500s" if t=28 then print "Bild", s, "von", a, "T=1/640s" if t=29 then print "Bild", s, "von", a, "T=1/800s" if t=30 then print "Bild", s, "von", a, "T=1/1000s" if t=31 then print "Bild", s, "von", a, "T=1/1250s" if t=32 then print "Bild", s, "von", a, "T=1/1600s" if t=33 then print "Bild", s, "von", a, "T=1/2000s" if t=34 then print "Bild", s, "von", a, "T=1/2500s" if t=35 then print "Bild", s, "von", a, "T=1/3200s" return