Mercurial > ift6266
comparison data_generation/pipeline/pipeline.py @ 171:72eee6a9f43f
making the data_generation folder (and subdirs) an importable module
author | Dumitru Erhan <dumitru.erhan@gmail.com> |
---|---|
date | Fri, 26 Feb 2010 15:25:01 -0500 |
parents | 5e0e5f1860ec |
children | 992ca8035a4d |
comparison
equal
deleted
inserted
replaced
170:89a725d332ae | 171:72eee6a9f43f |
---|---|
77 numpy.random.seed(int(a)) | 77 numpy.random.seed(int(a)) |
78 | 78 |
79 if DEBUG_X: | 79 if DEBUG_X: |
80 import pylab | 80 import pylab |
81 pylab.ion() | 81 pylab.ion() |
82 | |
83 from ift6266.data_generation.transformations import * | |
82 | 84 |
83 from PoivreSel import PoivreSel | 85 from PoivreSel import PoivreSel |
84 from thick import Thick | 86 from thick import Thick |
85 from BruitGauss import BruitGauss | 87 from BruitGauss import BruitGauss |
86 from DistorsionGauss import DistorsionGauss | 88 from DistorsionGauss import DistorsionGauss |