|
| 1 | +{ |
| 2 | + "_type": "core:RasterVolumeSequence", |
| 3 | + "required": [ |
| 4 | + "coordinateFramework", |
| 5 | + "dataLocation", |
| 6 | + "dimension", |
| 7 | + "temporalSamplingFrequency", |
| 8 | + "voxelSize" |
| 9 | + ], |
| 10 | + "properties": { |
| 11 | + "additionalRemarks": { |
| 12 | + "_instruction": "Enter any additional remarks concerning this digital representation.", |
| 13 | + "type": "string" |
| 14 | + }, |
| 15 | + "capturedWith": { |
| 16 | + "_instruction": "Add the device used to capture this digital representation.", |
| 17 | + "_linkedCategories": [ |
| 18 | + "deviceUsage" |
| 19 | + ] |
| 20 | + }, |
| 21 | + "coordinateFramework": { |
| 22 | + "_instruction": "Add the coordinate space in which this digital representation exists.", |
| 23 | + "_linkedTypes": [ |
| 24 | + "sands:CommonCoordinateFrameworkVersion", |
| 25 | + "sands:CustomCoordinateFramework" |
| 26 | + ] |
| 27 | + }, |
| 28 | + "dataLocation": { |
| 29 | + "_instruction": "Add the location of the file or file bundle in which the digital representation is stored.", |
| 30 | + "_linkedTypes": [ |
| 31 | + "core:File" |
| 32 | + ] |
| 33 | + }, |
| 34 | + "dimension": { |
| 35 | + "_instruction": "Enter the dimension of this volume.", |
| 36 | + "items": { |
| 37 | + "type": "integer" |
| 38 | + }, |
| 39 | + "maxItems": 3, |
| 40 | + "minItems": 3, |
| 41 | + "type": "array" |
| 42 | + }, |
| 43 | + "name": { |
| 44 | + "_instruction": "Enter a descriptive name of this digital representation preferably matching the filename.", |
| 45 | + "type": "string" |
| 46 | + }, |
| 47 | + "numberOfPlanes": { |
| 48 | + "_instruction": "Enter number of planes in this volume.", |
| 49 | + "type": "integer" |
| 50 | + }, |
| 51 | + "numberOfVolumes": { |
| 52 | + "_instruction": "Enter the total number of volumes in this volume sequence (at least two).", |
| 53 | + "minimum": 2, |
| 54 | + "type": "integer" |
| 55 | + }, |
| 56 | + "temporalSamplingFrequency": { |
| 57 | + "_embeddedTypes": [ |
| 58 | + "core:QuantitativeValue" |
| 59 | + ], |
| 60 | + "_instruction": "Enter the rate at which consecutive images (frames) are captured in a sequence, preferably measured in Hertz (Hz)." |
| 61 | + }, |
| 62 | + "voxelSize": { |
| 63 | + "_embeddedTypes": [ |
| 64 | + "core:QuantitativeValue" |
| 65 | + ], |
| 66 | + "_instruction": "Enter the physical voxel size for this image (in x,y,z order).", |
| 67 | + "maxItems": 3, |
| 68 | + "minItems": 3, |
| 69 | + "type": "array" |
| 70 | + } |
| 71 | + } |
| 72 | +} |
| 73 | + |
0 commit comments