##// END OF EJS Templates
Processing Modules added:...
Processing Modules added: -Correlations -Parameters, with modules for wind estimation with DBS and SA, and Meteor Detection for JASMET Graphic Modules added: -Correlations -Parameters, for wind estimation and Sky Map for meteor detection

File last commit:

r301:c56217e15a4c
r502:8b1242a708e8
Show More
setup.py
5 lines | 232 B | text/x-python | PythonLexer
from distutils.core import setup
from distutils.extension import Extension
from Cython.Distutils import build_ext
setup(
cmdclass = {'build_ext': build_ext},
ext_modules = [Extension("cfunctions", ["cfunctions.pyx"])] )