tutorial.py
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 12 Jun 2012 22:35:53 -0700
changeset 1 a0e045bf9248
parent 0 337c84a13184
child 2 4b3728f0d920
permissions -rw-r--r--
Uncommented tutorial.py

execfile("01-setup.py")
execfile("02-simplex.py")
execfile("03-complex.py")
execfile("04-alpha-shapes.py")
execfile("05-rips.py")
execfile("06-flat-torus.py")
execfile("07-ls-filtration.py")
execfile("08-extended-persistence.py")         # FIXME

# TODO: Distances

points = read_points('data/annulus.pts')
#points = read_points('data/torus.pts')
execfile("10-circular.py")