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

@@ -23,3 +23,6 @@ print(len(chnxdata))
# print the channels into a specific directory
imcraw.print_channels(b"./")
# print all channels in single file
imcraw.print_table(b"./allchannels.csv")