| | 1 | = 3d Brain Atlas Reconstructor on-line service = |
| | 2 | |
| | 3 | === getPreviewReconstruction === |
| | 4 | |
| | 5 | Returns a light model of a given structure from selected dataset as an x3d mesh. |
| | 6 | |
| | 7 | syntax:: |
| | 8 | {{{ |
| | 9 | getPreviewReconstruction?cafDatasetName=<dataset name> |
| | 10 | ;structureName=<structure name> |
| | 11 | }}} |
| | 12 | |
| | 13 | ==== Required arguments ==== |
| | 14 | * cafDatasetName |
| | 15 | The service identifier of the selected CAF dataset. |
| | 16 | |
| | 17 | |
| | 18 | * structureName |
| | 19 | 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. |
| | 23 | |
| | 24 | ==== Examples ==== |
| | 25 | * http://service.3dbar.org/getPreviewReconstruction?cafDatasetName=whs_0.51;structureName=thalamus |