##// END OF EJS Templates
Se inclute SpectralMoments y DoubleGaussianPlot de tipo SpectraPlot
Se inclute SpectralMoments y DoubleGaussianPlot de tipo SpectraPlot

File last commit:

r1344:10c40a63f673
r1358:fd32f6159d97
Show More
__init__.py
8 lines | 134 B | text/x-python | PythonLexer
Juan C. Espinoza
Add license, update setup and changelog
r1329 """Signal chain python package"""
Daniel Valdez
Primera version del modelo del proyecto Signal Chain
r6
Juan C. Espinoza
Fix version
r1332 try:
Add python 3.8 compatibility with macOs
r1342 from schainpy.controller import Project
Juan C. Espinoza
Fix version
r1332 except:
pass
Juan C. Espinoza
Add license, update setup and changelog
r1329
Beta 6, add dopplerFlip operation, fix selectHeights
r1344 __version__ = '3.0.0b6'