project name
meta.json
filekey_id_map.json
file (optional)dataset_name
, which contains:ann
- folder, with annotations for volumes. (named as volume + .json
) for example volume1.nrrd.json
volumetric_interpolation
optional folder, created automatically while downloading project.volume1_nrrd
), which contains an additional data files in STL file format, named with hex hash code of objects from key_id_map. For example: 24a56a26ed784e648d3dd6c5186b46ca.stl
/project_name/dataset_name/ann/volume1.nrrd.json
)description
- string - (optional) - this field is used to store the text we want to assign to the volumetags
- list of strings that will be interpreted as volume tagsobjects
- list of objects that may be present on the volumevolumeMeta
- meta data for 3D reconstruction of volumelabelerLogin
- string - the name of the user that added this figure to the current frameobjects
field:id
- int, an unique identifier of given object (used in key_id_map.json to get the object KEYclassTitle
- string - the title of a class. It's used to identify the class shape from the meta.json
filetags
- list of strings that will be interpreted as object tagslabelerLogin
- string - the name of the user that added this figure to the projectvolumeMeta
field:ACS
- string - "RAS" or "LPS" - name of type of Anatomical coordinate system i.e. RAS means is Right-Anterior-Superiorintensity
- {"min": int, "max": int}
- intensity range. Depends on the device getting the datawindowWidth
- float - Specify a linear conversion. Window Width contains the width of the windowwindowCenter
- float - Specify a linear conversion. Window Center contains the value that is the center of the windowchannelsCount
- float - channel count of your image data. Default: 1dimensionsIJK
- dict {"x": int, "y": int, "z": int} - dimensions of volume described as vector in IJK notationโunits = m*SV + b
rescaleSlope
- float - m in the equation specified by Rescale InterceptrescaleIntercept
- float - The value "b" in the relationship between stored values (SV) in Pixel Data and the output units specified in Rescale Type.planes
field:name
- string - the name of the plane, where the figures are placed. Can be coronal, sagittal or axial normal
- dict with x,y,z as a keys and 0/1 as a values - normal is direction by axis, chosen according to plane name(int 0 or 1)
and one plane must be selected.slices
- list of slices on the plane. Each list contain index and may contain figures.slices
field: