hexdump

Usage
usage: hexdump.py [-h] [--nchan NCHAN] [--pchan PCHAN] [--delim DELIM] [--word WORD] [--outroot OUTROOT] [--out OUT] [--paste PASTE] binfiles [binfiles ...]

Positional Arguments

binfiles

file[s] to convert

Named Arguments

--nchan

number of channels

Default: 1

--pchan

list channels to print eg 1,2,3,4 default all

Default: “0”

--delim

Default: “,”

--word

int16|int32,uint16,uint32

Default: “int16”

--outroot

output root directory

Default: “”

--out

explicit output name

Default: “”

--paste

1: paste multiple files * 1 chan

Default: 0

Outline:

hexdump

Example:

./user_apps/utils/hexdump.py --word=int16 --outroot=outdir bin1 bin2
get_word_type(args, wtype)[source]
hexdump2d(args, chx, nrows)[source]
hexdump_onesource_manychan(args)[source]
hexdump_many_onechan_sources(args)[source]
hexdump(args)[source]
expand_pchan(args)[source]
run_main(args)[source]
get_parser()[source]