- cython: raw_meat: add/adjust getter method

- implement full app example in pyt/example.py
	- merges time series of all consistent channels
	- extract them into pyarrow table
	- save pyarrow table as compressed parquet file
This commit is contained in:
Mario Fink
2020-08-11 17:40:11 +02:00
parent 9bbbada6c9
commit 4843dcf774
5 changed files with 89 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ public:
raw_merger(std::string rawfile): raw_eater(rawfile)
{
// add first initial channel
this->add_channel(rawfile);
//this->add_channel(rawfile);
}
raw_merger(): raw_eater()