Chris Oswald
commited on
Commit
·
6016c3b
1
Parent(s):
c4ed090
added variable types json file
Browse files- TextFiles/var_types.json +42 -0
TextFiles/var_types.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"num_vertebrae": "int32",
|
| 4 |
+
"num_discs": "int32",
|
| 5 |
+
"sex": "string",
|
| 6 |
+
"birth_date": "string",
|
| 7 |
+
"AngioFlag": "string",
|
| 8 |
+
"BodyPartExamined": "string",
|
| 9 |
+
"DeviceSerialNumber": "string",
|
| 10 |
+
"EchoNumbers": "float32",
|
| 11 |
+
"EchoTime": "float32",
|
| 12 |
+
"EchoTrainLength": "float32",
|
| 13 |
+
"FlipAngle": "float32",
|
| 14 |
+
"ImagedNucleus": "string",
|
| 15 |
+
"ImagingFrequency": "float32",
|
| 16 |
+
"InPlanePhaseEncodingDirection": "string",
|
| 17 |
+
"MRAcquisitionType": "string",
|
| 18 |
+
"MagneticFieldStrength": "float32",
|
| 19 |
+
"Manufacturer": "string",
|
| 20 |
+
"ManufacturerModelName": "string",
|
| 21 |
+
"NumberOfPhaseEncodingSteps": "int32",
|
| 22 |
+
"PercentPhaseFieldOfView": "float64",
|
| 23 |
+
"PercentSampling": "float64",
|
| 24 |
+
"PhotometricInterpretation": "string",
|
| 25 |
+
"PixelBandwidth": "int32",
|
| 26 |
+
"PixelSpacing": "string",
|
| 27 |
+
"RepetitionTime": "float64",
|
| 28 |
+
"SAR": "float64",
|
| 29 |
+
"SamplesPerPixel": "int32",
|
| 30 |
+
"ScanningSequence": "string",
|
| 31 |
+
"SequenceName": "string",
|
| 32 |
+
"SeriesDescription": "string",
|
| 33 |
+
"SliceThickness": "float32",
|
| 34 |
+
"SoftwareVersions": "string",
|
| 35 |
+
"SpacingBetweenSlices": "float32",
|
| 36 |
+
"SpecificCharacterSet": "string",
|
| 37 |
+
"TransmitCoilName": "string",
|
| 38 |
+
"WindowCenter": "float32",
|
| 39 |
+
"WindowWidth": "float32",
|
| 40 |
+
"OrigSubset": "string"
|
| 41 |
+
}
|
| 42 |
+
}
|