bigplot_dirfile

Usage
usage: bigplot_dirfile.py [-h] [--matplot MATPLOT] [--ch CH] dirfile

Positional Arguments

dirfile

directory with dirfile

Named Arguments

--matplot

use matplot to plot, not kst

Default: 0

--ch

channel list, default : all

Default: “:”

Outline:

bigplot_dirfile.py

acq400_upload and other tools generate “DirFiles”, a directory with file-per-channel.

kst2 plot can have direct support for DirFile, but more often than not, it’s missing.

pykst lets us do the same thing..

get_ch_files(dir)[source]
title(t1)[source]
list_decode(list_def)[source]
ch_selected(chfile, chd)[source]
plot_kst(args, chx)[source]
plot_matplot(args, chx)[source]
process_data(args)[source]
get_parser()[source]