| 18 | === getReconstruction === |
| 19 | |
| 20 | Returns a model of a given structure from selected dataset as a zip file containing the |
| 21 | reconstruction and short description. |
| 22 | |
| 23 | syntax:: |
| 24 | {{{ |
| 25 | getReconstruction?cafDatasetName=<dataset name> |
| 26 | ;structureName=<structure name> |
| 27 | [;qualityPreset=(low|medium|high)] |
| 28 | [;outputFormat=(vrml|x3d)] |
| 29 | }}} |
| 30 | |
| 31 | === getThumbnail === |
| 32 | |
| 33 | Returns a thumbnail of the reconstruction of a given structure available via |
| 34 | getReconstruction in png format. |
| 35 | |
| 36 | syntax:: |
| 37 | {{{ |
| 38 | getThumbnail?cafDatasetName=<dataset name> |
| 39 | ;structureName=<structure name> |
| 40 | }}} |
| 41 | |
| 42 | === getCafSlide === |
| 43 | |
| 44 | Returns a SVG image with CAF slide filtered by provided settings. |
| 45 | |
| 46 | syntax:: |
| 47 | {{{ |
| 48 | getCafSlide?cafDatasetName=<dataset name> |
| 49 | ;slideNumber=<slide number> |
| 50 | [;structureList=[<structure #1>[,<structure #2>[...]]]] |
| 51 | [;showLabels=(True|False)] |
| 52 | [;showMask=(True|False)] |
| 53 | }}} |