Skip to content

Commit 9fa29f0

Browse files
committed
chore(replay): 同步 calibration v2 + 重新生成负费 expected
calibration.json 更新为 config 里的 v2 格式(消除运行时迁移警告) 负费 expected.json 重新生成(负费重投射修复后输出变化) 边界周期 expected 不变(非负费路径无影响)
1 parent af133de commit 9fa29f0

3 files changed

Lines changed: 174 additions & 172 deletions

File tree

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,43 @@
11
{
2+
"format_version": 2,
23
"detection_mode": "single",
34
"profiles": [
45
{
56
"total_frames": 30,
67
"pixel_map": {
78
"0": 0,
8-
"3": 2,
9-
"7": 3,
10-
"11": 4,
11-
"14": 5,
12-
"18": 6,
13-
"22": 7,
14-
"26": 8,
15-
"29": 9,
16-
"33": 10,
17-
"37": 11,
18-
"41": 12,
19-
"44": 13,
20-
"48": 14,
21-
"52": 15,
22-
"56": 16,
23-
"59": 17,
24-
"63": 18,
25-
"67": 19,
26-
"71": 20,
27-
"74": 21,
28-
"78": 22,
29-
"82": 23,
30-
"86": 24,
31-
"89": 25,
32-
"93": 26,
33-
"97": 27,
34-
"101": 28,
35-
"104": 29
9+
"3": 1,
10+
"7": 2,
11+
"11": 3,
12+
"14": 4,
13+
"18": 5,
14+
"22": 6,
15+
"26": 7,
16+
"29": 8,
17+
"33": 9,
18+
"37": 10,
19+
"41": 11,
20+
"44": 12,
21+
"48": 13,
22+
"52": 14,
23+
"56": 15,
24+
"59": 16,
25+
"63": 17,
26+
"67": 18,
27+
"71": 19,
28+
"74": 20,
29+
"78": 21,
30+
"82": 22,
31+
"86": 23,
32+
"89": 24,
33+
"93": 25,
34+
"97": 26,
35+
"101": 27,
36+
"104": 28
3637
}
3738
}
3839
],
3940
"screen_width": 1280,
4041
"screen_height": 720,
41-
"calibration_time": 1781787159.352668
42+
"calibration_time": 1782722185.485373
4243
}

0 commit comments

Comments
 (0)