File size: 643 Bytes
bb34bea | 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 | {
"id": {
"dtype": "byte",
"description": "sample id"
},
"source": {
"dtype": "byte",
"description": "dataset source"
},
"split": {
"dtype": "byte",
"description": "logical split"
},
"volume_format": {
"dtype": "byte",
"description": "volume encoding"
},
"volume_bytes": {
"dtype": "byte",
"description": "original nii.gz bytes"
},
"label_text": {
"dtype": "byte",
"description": "paired text label"
},
"volume_path": {
"dtype": "byte",
"description": "original GCS path"
},
"label_path": {
"dtype": "byte",
"description": "original GCS path"
}
}
|