working with online segmentation algos

--HG--
branch : sandbox
This commit is contained in:
Andreas
2009-07-08 21:17:59 +00:00
parent b4890b2241
commit 5b743f08b6
3 changed files with 562 additions and 3 deletions

View File

@@ -285,7 +285,7 @@ class Main:
# create artists
LOG.debug("Loading ticks...")
self.xs, self.ys, self.vs = tdl(datetime.datetime(2009, 6, 25))
self.xs, self.ys, self.vs = tdl(datetime.datetime(2009, 6, 29))
LOG.debug("Ticks loaded.")
lows, highs = find_lows_highs(self.xs, self.ys)
@@ -384,7 +384,6 @@ class Main:
def fib_low_high(self, n):
tick = (n, self.xs[n], self.ys[n])
redraw = False
n, x, y = tick
hin, hix, hiy = self.fibhi
lon, lox, loy = self.fiblo