Private
Public Access
1
0

bug fixes

This commit is contained in:
Sander Roosendaal
2019-03-03 15:16:37 +01:00
parent 2d9c04159e
commit cd39a25e4c
5 changed files with 8 additions and 8 deletions

View File

@@ -967,7 +967,7 @@ def dataprep(rowdatadf,id=0,bands=True,barchart=True,otwpower=True,
if debug:
print("dataprep",id)
rowdatadf.set_index([range(len(rowdatadf))],inplace=True)
# rowdatadf.set_index([range(len(rowdatadf))],inplace=True)
t = rowdatadf.ix[:,'TimeStamp (sec)']
t = pd.Series(t-rowdatadf.ix[0,'TimeStamp (sec)'])