Changes between Version 22 and Version 23 of barServiceGetReconstruction
- Timestamp:
- 03/08/12 10:57:29 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barServiceGetReconstruction
v22 v23 1 1 = 3d Brain Atlas Reconstructor on-line service = 2 2 3 == = getReconstruction ===3 == getReconstruction == 4 4 5 5 Return a model of a given structure from selected dataset as a zip file containing the … … 14 14 }}} 15 15 16 ==== Required arguments ==== 17 * cafDatasetName 18 The service identifier of the selected CAF dataset. 16 === Required arguments === 17 cafDatasetName:: The service identifier of the selected CAF dataset. 19 18 20 21 * structureName 22 Name of structure from hierarchy tree. In practice nearly all names 23 should be fine. Formally name has to point to a root node of a subtree 24 containing at least one node with representation among paths in CAF 25 slides. 19 structureName:: Name of structure from hierarchy tree. In practice nearly all names 20 should be fine. Formally name has to point to a root node of a subtree 21 containing at least one node with representation among paths in CAF 22 slides. 26 23 27 ==== Optional arguments ==== 28 * qualityPreset 29 Sets predefined quality preset. Possible values are 'low' 30 and 'high', the default value is 'low'. 31 32 * outputFormat 33 Defines format of the reconstruction. Possible values are 34 'vrml' and 'niftii', the default value is 'vrml'. 24 === Optional arguments === 25 qualityPreset:: Sets predefined quality preset. Possible values are 'low' 26 and 'high', the default value is 'low'. 27 28 outputFormat:: Defines format of the reconstruction. Possible values are 29 'vrml' and 'niftii', the default value is 'vrml'. 35 30 36 === = Examples ====31 === Examples === 37 32 * http://service.3dbar.org/getReconstruction?cafDatasetName=whs_0.51;structureName=thalamus 38 33 * http://service.3dbar.org/getReconstruction?cafDatasetName=whs_0.51;structureName=thalamus;qualityPreset=high;outputFormat=vrml