geopro/samples/radar/malamira_南同大道/README.md

22 lines
1004 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 样例MALA南同大道RADAR_TYPE_MALAMIRA → 规范化格式)
三维雷达联调/单测固定样例。由 `tools/radar_convert/malamira.py` 从原始 Mala Mira
数据转换而来16 通道、516 采样、距离模式6 条测线)。
- `*.head` / `*.cor`**纳入 git**(小文本)。
- `*.data`**.gitignore 忽略**(每条 ~4062MB共 ~277MB过大不入库。需要时按下方命令重生成。
## 重新生成 .data及全部规范化档
```bash
python tools/radar_convert/malamira.py convert \
"D:/Downloads/MALA南同大道_rSlicer" \
--out "samples/radar/malamira_南同大道"
```
原始数据来源:`D:/Downloads/MALA南同大道_rSlicer`(厂商 Mala rSlicer 导出,`.rad/.rd3/_G01.pos`)。
## 已验证数据事实(见 tools/radar_convert/README.md
- `.data` 主序 = **position-major** `(K道, M通道, N采样)`int16 小端,无需转置。
- 维度K∈[2333,3778]M=16N=516`K = LAST_TRACE / NUMBER_OF_CH`。