= 3d Brain Atlas Reconstructor on-line service = === getReconstruction === Returns a model of a given structure from selected dataset as a zip file containing the reconstruction and short description. syntax:: {{{ getReconstruction?cafDatasetName= ;structureName= [;qualityPreset=(low|high)] [;outputFormat=(vrml)] }}} ==== Required arguments ==== * cafDatasetName The name of the selected CAF dataset. [wiki:barServiceAvailableDatasets Here] you can find a list of all available CAF datasets. * structureName Name of structure from hierarchy tree. In practice nearly all names should be fine. Formally name has to point to a root node of a subtree containing at least one node with representation among paths in CAF slides. ==== Optional arguments ==== * qualityPreset Sets predefined quality preset, possible values are 'low' and 'high' the default value is 'low' * outputFormat Defines format of the reconstruction. Possible format is 'vrml' with the default value 'vrml'. ==== Examples ==== * http://service.3dbar.org/getReconstruction?cafDatasetName=whs_0.51;structureName=thalamus * http://service.3dbar.org/getReconstruction?cafDatasetName=whs_0.51;structureName=thalamus;qualityPreset=high;outputFormat=vrml