Skip to content
Snippets Groups Projects
Commit 7898e632 authored by Tim Wilhelm Kroll's avatar Tim Wilhelm Kroll
Browse files

Updated load_data

parent 7989ad7e
Branches master
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ class rebel(object):
def load_data(self,path):
print("Loading timeseries from "+path)
self.data=np.load(path)
if self.data.shape[0]>self.data.shape[1]:self.data=self.data.T
#calculate derivative of timeseries
def calc_lhs(self):
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment