acq480_4CH_reuniter

Usage
usage: acq480_4CH_reuniter.py [-h] [--remove_es REMOVE_ES] [--nofix NOFIX] [--plot PLOT] [--save SAVE] [--src SRC] [--pre PRE] [--post POST] uut

Positional Arguments

uut

uut hostname

Named Arguments

--remove_es

Remove es error

Default: 1

--nofix

Do not fix

Default: 0

--plot

Plot data 0 for all or 1,2,3,4

--save

dir to save resolved data

--src

dir to read data from

--pre

pre samples

Default: 50000

--post

post samples

Default: 50000

Outline:

reunites pre/post channels of 4CH acq480

Data Format

pre/post

CH1=CH1/CH3 CH2=CH2/CH4 CH3=CH3/CH1 CH4=CH4/CH2

Examples:

#to plot, fix and save from uut
./user_apps/special/acq480_4CH_reuniter.py --plot=0 --save=corrected_data acq1001_301
#to fix from dir
../user_apps/special/acq480_4CH_reuniter.py --src=bad_data --save=good_data acq1001_301
run_main(args)[source]
cyclic_offset(num, max_value=3)[source]
data_from_uut(args)[source]
data_from_file(args)[source]
list_of_values(arg)[source]
get_parser()[source]