bin2xlsx

Usage
usage: bin2xlsx.py [-h] [--nchan NCHAN] [--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

--word

int16|int32

Default: “int16”

--outroot

output root directory

Default: “”

--out

explicit output name

Default: “”

--paste

1: paste multiple files * 1 chan

Default: 0

Outline:

bin2xlsx - input raw binary, output xlsx

Example:

./user_apps/utils/bin2xlsx.py --out out_dir file1 file2
get_word_type(wtype)[source]
xlsx_name(args, binfile)[source]
bin2xlsx_onesource_manychan(args)[source]
bin2xlsx_many_onechan_sources(args)[source]
bin2xlsx(args)[source]
get_parser()[source]