Old local changes from desktop pc
This commit is contained in:
@@ -3,6 +3,7 @@ import numpy as np
|
||||
from msgpack.fallback import unpackb
|
||||
import requests
|
||||
import array
|
||||
import sys
|
||||
|
||||
|
||||
def ext_hook(code, data):
|
||||
@@ -50,6 +51,6 @@ def analyze(data, max_size=8*1024):
|
||||
print("Time range {}, dense {} [minutes]".format(time_range_seconds / 60, dense_time_range_seconds / 60))
|
||||
|
||||
#from_network()
|
||||
res = from_file('real_data/1593335527.st')
|
||||
res = from_file(sys.argv[1])
|
||||
print(res)
|
||||
#analyze(res)
|
||||
|
||||
Reference in New Issue
Block a user