first icm steps

This commit is contained in:
romue
2021-07-30 14:01:09 +02:00
parent aebe3b2f60
commit ebf49cadea
6 changed files with 61 additions and 35 deletions

0
studies/__init__.py Normal file
View File

9
studies/sat_mad.py Normal file
View File

@ -0,0 +1,9 @@
import numpy as np
class SatMad(object):
def __init__(self):
pass
if __name__ == '__main__':
pass