File size: 2,949 Bytes
070d663
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1d13042
 
070d663
83afb2e
 
 
1d13042
83afb2e
 
 
 
1d13042
83afb2e
070d663
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1d13042
070d663
 
 
 
1d13042
070d663
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
  "columns": {
    "sample_id": {
      "type": "string",
      "required": true,
      "description": "Unique public sample identifier."
    },
    "source_id": {
      "type": "string",
      "required": true,
      "description": "Original specimen, image, or measurement identifier."
    },
    "split": {
      "type": "string",
      "required": true,
      "description": "One of train, validation, test, external_waveplate, external_spectral_*."
    },
    "subset": {
      "type": "string",
      "required": true,
      "description": "One of healthy_bone_cell, waveplate, spectral."
    },
    "specimen_type": {
      "type": "string",
      "required": true,
      "description": "Controlled vocabulary. Current primary split value: healthy_bone_cell."
    },
    "wavelength_nm": {
      "type": "int32",
      "required": false,
      "description": "Measurement wavelength in nanometers. External rows provide this value; healthy_bone_cell rows use null when no single wavelength label is available."
    },
    "patch_id": {
      "type": "string",
      "required": false,
      "description": "Patch identifier for patch-based rows, e.g. patch_0000."
    },
    "target_encoding": {
      "type": "string",
      "required": false,
      "description": "Encoding of target values. Spectral and healthy_bone_cell PNG-derived rows use png_uint8_normalized_to_float32_0_1."
    },
    "plate_type": {
      "type": "string",
      "required": false,
      "description": "Waveplate type for external_waveplate rows, e.g. hwp or qwp."
    },
    "angle_label": {
      "type": "string",
      "required": false,
      "description": "Waveplate angle label from the source folder, e.g. 0deg, n22, p45."
    },
    "angle_deg": {
      "type": "float32",
      "required": false,
      "description": "Waveplate angle in degrees. Labels n22/p22 are interpreted as +/-22.5 degrees; n67/p67 as +/-67.5 degrees."
    },
    "source_path": {
      "type": "string",
      "required": false,
      "description": "Relative source path used during conversion."
    },
    "mueller_shape": {
      "type": "int32[3]",
      "required": true,
      "description": "Stored tensor shape. External waveplate rows are [16, 200, 200]; external_spectral_* and healthy_bone_cell rows are [16, 256, 256]."
    },
    "target_shape": {
      "type": "int32[3]",
      "required": true,
      "description": "Stored tensor shape. External waveplate rows are [6, 200, 200]; external_spectral_* and healthy_bone_cell rows are [6, 256, 256]."
    },
    "mueller": {
      "type": "float32[channel,height,width]",
      "required": true,
      "description": "Channel-first Mueller matrix tensor."
    },
    "target": {
      "type": "float32[channel,height,width]",
      "required": true,
      "description": "Channel-first Lu-Chipman reference output."
    }
  },
  "todo": [
    "Decide whether to include preview_png or summary statistics."
  ]
}