Question/Issue:
I uploaded some data, I finally got my data converted to regular sample times (stupid issue, you should offer interpolation of non-regular data if the user desires).
I saw the data graph (its a load of particulate data, with non-regular sampling and off periouds, 13megabytes).
I then went and chose … menu → Split data
I then got to a screen with an error message. Now I can no longer visit that project (any page of it).
It looks like you are collecting time-series data at regular intervals. Then evey now and then it looks like data acq pauses for a while. This pause is creating a non-periodic timestamp in your data. You need to write each time-series to a separate CSV file and to make things easier follow the CSV filename naming convention mentioned here so your data gets automagically labeled.
I just converted the string timestamp to float, so its probably ticks in ms.
I couldn’t work out a way of reliably splitting the data, as its one csv with semi regular but irregular samples, plus large off periods.
Biggest issue is it has blown up my project, just reports error continuously. I can’t get to the project page to remove the bad dataset. Who’s best to ping for system bugs?
@tyeth Core engineering team is looking at it. The underlying issue is that the interval between samples is so large that it (after a few calculations) it gets saved as Infinity - that causes issues down the line leading to the corrupt state in the project. We’ll fix the project and the underlying issue.