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
hexdump
positional arguments: binfiles file[s] to convert
optional arguments: -h, –help show this help message and exit –nchan NCHAN number of channels –delim DELIM –word WORD int16|int32,uint16,uint32 –outroot OUTROOT output root directory –out OUT explicit output name –paste PASTE 1: paste multiple files * 1 chan