Datasets:
Upload external pilot data: metadata/schema.json
Browse files- metadata/schema.json +12 -2
metadata/schema.json
CHANGED
|
@@ -30,6 +30,16 @@
|
|
| 30 |
"required": true,
|
| 31 |
"description": "Measurement wavelength in nanometers."
|
| 32 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
"plate_type": {
|
| 34 |
"type": "string",
|
| 35 |
"required": false,
|
|
@@ -53,12 +63,12 @@
|
|
| 53 |
"mueller_shape": {
|
| 54 |
"type": "int32[3]",
|
| 55 |
"required": true,
|
| 56 |
-
"description": "Stored tensor shape. External waveplate
|
| 57 |
},
|
| 58 |
"target_shape": {
|
| 59 |
"type": "int32[3]",
|
| 60 |
"required": true,
|
| 61 |
-
"description": "Stored tensor shape. External waveplate
|
| 62 |
},
|
| 63 |
"mueller": {
|
| 64 |
"type": "float32[channel,height,width]",
|
|
|
|
| 30 |
"required": true,
|
| 31 |
"description": "Measurement wavelength in nanometers."
|
| 32 |
},
|
| 33 |
+
"patch_id": {
|
| 34 |
+
"type": "string",
|
| 35 |
+
"required": false,
|
| 36 |
+
"description": "Patch identifier for external_spectral_* rows, e.g. patch_0000."
|
| 37 |
+
},
|
| 38 |
+
"target_encoding": {
|
| 39 |
+
"type": "string",
|
| 40 |
+
"required": false,
|
| 41 |
+
"description": "Encoding of target values. Spectral pilot rows use png_uint8_normalized_to_float32_0_1."
|
| 42 |
+
},
|
| 43 |
"plate_type": {
|
| 44 |
"type": "string",
|
| 45 |
"required": false,
|
|
|
|
| 63 |
"mueller_shape": {
|
| 64 |
"type": "int32[3]",
|
| 65 |
"required": true,
|
| 66 |
+
"description": "Stored tensor shape. External waveplate rows are [16, 200, 200]; external_spectral_* rows are [16, 256, 256]."
|
| 67 |
},
|
| 68 |
"target_shape": {
|
| 69 |
"type": "int32[3]",
|
| 70 |
"required": true,
|
| 71 |
+
"description": "Stored tensor shape. External waveplate rows are [6, 200, 200]; external_spectral_* rows are [6, 256, 256]."
|
| 72 |
},
|
| 73 |
"mueller": {
|
| 74 |
"type": "float32[channel,height,width]",
|