| 1 | = 3d Brain Atlas Reconstructor on-line service = |
| 2 | |
| 3 | === getPreview === |
| 4 | |
| 5 | Returns a model of a given structure from selected dataset as a zip file containing the |
| 6 | reconstruction of very low resolution in X3D format and short description. |
| 7 | |
| 8 | syntax:: |
| 9 | {{{ |
| 10 | getPreview?cafDatasetName=<dataset name> |
| 11 | ;structureName=<structure name> |
| 12 | }}} |
| 13 | |
| 14 | ==== Required arguments ==== |
| 15 | * cafDatasetName |
| 16 | The name of the selected CAF dataset. The list of available |
| 17 | CAF datasets is located at the end of this page. |
| 18 | |
| 19 | * structureName |
| 20 | Name of structure from hierarchy tree. In practice nearly all names |
| 21 | should be fine. Formally name has to point to a root node of a subtree |
| 22 | containing at least one node with representation among paths in CAF |
| 23 | slides. |
| 24 | |
| 25 | ==== Examples ==== |
| 26 | * http://service.3dbar.org/getPreview?cafDatasetName=whs_0.51;structureName=thalamus |