Add origin data files

This commit is contained in:
2026-03-19 18:05:13 +08:00
parent ae202be7b9
commit 3f0ef4849a
3 changed files with 20 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,6 @@
Y\X,10,20,30,40,50
5,0.1,0.2,0.3,0.4,0.5
10,0.2,0.4,0.6,0.8,1.0
15,0.3,0.6,0.9,1.2,1.5
20,0.4,0.8,1.2,1.6,2.0
25,0.5,1.0,1.5,2.0,2.5
1 Y\X 10 20 30 40 50
2 5 0.1 0.2 0.3 0.4 0.5
3 10 0.2 0.4 0.6 0.8 1.0
4 15 0.3 0.6 0.9 1.2 1.5
5 20 0.4 0.8 1.2 1.6 2.0
6 25 0.5 1.0 1.5 2.0 2.5

View File

@@ -0,0 +1,14 @@
X,Y,Z
0,0,1.0
1,0,1.2
2,0,1.5
0,1,1.1
1,1,1.4
2,1,1.8
0,2,1.3
1,2,1.6
2,2,2.0
0.5,0.5,1.25
1.5,0.5,1.45
0.5,1.5,1.35
1.5,1.5,1.75
1 X Y Z
2 0 0 1.0
3 1 0 1.2
4 2 0 1.5
5 0 1 1.1
6 1 1 1.4
7 2 1 1.8
8 0 2 1.3
9 1 2 1.6
10 2 2 2.0
11 0.5 0.5 1.25
12 1.5 0.5 1.45
13 0.5 1.5 1.35
14 1.5 1.5 1.75