ngscopeclient / scopehal

Test and measurement hardware abstraction library and protocol decodes. This is the library only. Most users should use scopehal-apps.
BSD 3-Clause "New" or "Revised" License
216 stars 97 forks source link

CSV import: allow data-only files with no timestamp column #752

Open azonenberg opened 1 year ago

azonenberg commented 1 year ago

Some CSV sources don't include a timestamp column, but the data is regularly sampled.

We should allow importing of these files with an enum to select presence of a timestamp column or not; if no timestamp column is present then a "sample rate" parameter should be used along with the row number to determine sample timestamps.