HY2333 commited on
Commit
34fbc78
·
verified ·
1 Parent(s): bbde784

Upload external_waveplate pilot: metadata/channel_order.json

Browse files
Files changed (1) hide show
  1. metadata/channel_order.json +42 -0
metadata/channel_order.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tensor_layout": "channel_first",
3
+ "mueller_shape": [16, 256, 256],
4
+ "mueller_channels": [
5
+ "M11",
6
+ "M12",
7
+ "M13",
8
+ "M14",
9
+ "M21",
10
+ "M22",
11
+ "M23",
12
+ "M24",
13
+ "M31",
14
+ "M32",
15
+ "M33",
16
+ "M34",
17
+ "M41",
18
+ "M42",
19
+ "M43",
20
+ "M44"
21
+ ],
22
+ "target_shape": [6, 256, 256],
23
+ "target_channels": [
24
+ "D",
25
+ "Delta",
26
+ "eta",
27
+ "theta",
28
+ "psi",
29
+ "R"
30
+ ],
31
+ "legacy_name_mapping": {
32
+ "Ita": "eta",
33
+ "ita": "eta",
34
+ "Eta": "eta",
35
+ "Theta": "theta",
36
+ "Psi": "psi"
37
+ },
38
+ "todo": [
39
+ "Confirm local-to-public channel mapping before conversion.",
40
+ "Confirm whether arrays are physical values, normalized values, or both."
41
+ ]
42
+ }