analyse_burst
Usage
usage: analyse_burst.py [-h] [--nchan NCHAN] [--data_type DATA_TYPE] [--verbose VERBOSE] [--stack_plot STACK_PLOT] [--stack_off STACK_OFF] [--check_range CHECK_RANGE]
[--print_hash PRINT_HASH] [--fiducial_plot FIDUCIAL_PLOT] [--uut UUT]
data
Positional Arguments
- data
data
Named Arguments
- --nchan
Default: 32
- --data_type
Use int16 or int32 for data demux.
- --verbose
increase verbosity
Default: 0
- --stack_plot
if non zero, make a stack plot of selected channel
Default: 0
- --stack_off
offset each element in stack to make a waterfall chart
Default: 0
- --check_range
c0,c1,[atol,rtol] : range of channels to check, atol, rtol: see numpy.rclose
Default: “1,1”
- --print_hash
print sha1 of the file (protect against possibility of duplicate data
Default: 0
- --fiducial_plot
if non zero, make a stack plot of selected channel
Default: 0
- --uut
uut for title
Outline:
Created on 20 Jul 2023
@author: pgm