cs_demux module

A python script to demux the data from the cs system.

The data is supposed to come out in the following way:

CH01 .. CH02 .. CH03 .. CH04 .. INDEX .. FACET .. SAM COUNT .. usec COUNT short short short short long long long long

Usage: Linux: python cs_demux.py --data_file="/home/sean/PROJECTS/workspace/acq400_hapi-1/user_apps/

acq400/acq1001_068/000001/0000"

Windows: python .cs_demux.py --plot_facets=4 --data_file="C:/acq2106_112/000001/0000"

cs_demux.demux_data(args, zero_index)[source]
cs_demux.find_zero_index(args)[source]
cs_demux.plot_data(args, data)[source]
cs_demux.run_main()[source]
cs_demux.save_data(args, data)[source]