fix Dockerfile, cython: print_table to print all channels in single table

This commit is contained in:
2021-04-15 20:17:02 +02:00
parent 97c2195f98
commit bda799832c
4 changed files with 21 additions and 4 deletions

View File

@@ -16,3 +16,4 @@ cdef extern from "imc_raw.hpp" namespace "imc":
vector[string] get_channels(bool json, bool data) except +
# print all channels
void print_channels(string outputdir) except +
void print_table(string outputfile) except +