Add features.json
Browse files- features.json +34 -0
features.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"id": {
|
| 3 |
+
"dtype": "byte",
|
| 4 |
+
"description": "sample id"
|
| 5 |
+
},
|
| 6 |
+
"source": {
|
| 7 |
+
"dtype": "byte",
|
| 8 |
+
"description": "dataset source"
|
| 9 |
+
},
|
| 10 |
+
"split": {
|
| 11 |
+
"dtype": "byte",
|
| 12 |
+
"description": "logical split"
|
| 13 |
+
},
|
| 14 |
+
"volume_format": {
|
| 15 |
+
"dtype": "byte",
|
| 16 |
+
"description": "volume encoding"
|
| 17 |
+
},
|
| 18 |
+
"volume_bytes": {
|
| 19 |
+
"dtype": "byte",
|
| 20 |
+
"description": "original nii.gz bytes"
|
| 21 |
+
},
|
| 22 |
+
"label_text": {
|
| 23 |
+
"dtype": "byte",
|
| 24 |
+
"description": "paired text label"
|
| 25 |
+
},
|
| 26 |
+
"volume_path": {
|
| 27 |
+
"dtype": "byte",
|
| 28 |
+
"description": "original GCS path"
|
| 29 |
+
},
|
| 30 |
+
"label_path": {
|
| 31 |
+
"dtype": "byte",
|
| 32 |
+
"description": "original GCS path"
|
| 33 |
+
}
|
| 34 |
+
}
|