Changes between Initial Version and Version 1 of barServiceGetReconstruction
- Timestamp:
- 04/01/11 16:13:11 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barServiceGetReconstruction
v1 v1 1 = 3d Brain Atlas Reconstructor on-line service = 2 3 == Service methods: == 4 5 === getReconstruction === 6 7 Returns a model of a given structure from selected dataset as a zip file containing the 8 reconstruction and short description. 9 10 syntax: 11 {{{ 12 getReconstruction?cafDatasetName=<dataset name> 13 ;structureName=<structure name> 14 [;qualityPreset=(low|medium|high)] 15 [;outputFormat=(vrml|x3d)] 16 }}}