7 lines
102 B
Python
7 lines
102 B
Python
|
from lyse import *
|
||
|
from pylab import *
|
||
|
|
||
|
data_container = data()
|
||
|
|
||
|
print(data_container['mot_3d_freq'])
|