##// END OF EJS Templates
amountdata from statistics150km method as a user parameter. By default is 3 and it represents the minimun quantity of velocity samples to be considering to proccess.
amountdata from statistics150km method as a user parameter. By default is 3 and it represents the minimun quantity of velocity samples to be considering to proccess.

File last commit:

r1365:16143828e9f4
r1799:72fde67b5cb4 v3.0-devel
Show More
__init__.py
8 lines | 135 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
Update version 3.0.1
r1365 __version__ = '3.0.1rc1'