SXXXXXXX_RadarDataReader/_src_cpp/Files/cfg.json
VALLONGOL 5de2650675 add
2025-11-12 13:43:30 +01:00

29 lines
494 B
JSON

{
"flows": [{
"name": "HDR",
"base": "0xA0000000",
"size": 4096,
"format": "H",
"rows@": 26,
"cols@": 27,
"batch@": 24
},
{
"name": "SUM",
"base": "0xA0010000",
"format": "c16"
},
{
"name": "GUARD",
"super": "SUM",
"base": "0xA0110000"
}
],
"help_":[
{"format": "c16=complex fixed point 16+16, c32: complex float 32+32, f: float, i/u[32|16|8], H=header, S=struct"},
{"rows@": "offset for reading expected number of rows (nrbin)"}
]
}