Changes between Version 12 and Version 13 of barServiceServiceSyntax
- Timestamp:
- 04/04/11 10:06:36 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barServiceServiceSyntax
v12 v13 14 14 available for reconstruction, their hierarchy and list of slides within given dataset. 15 15 16 syntax::17 {{{18 getCafInfo?cafDatasetName=<name>19 [;listStructures=(True|False)]20 [;listHierarchy=(True|False)]21 [;listSlides=(True|False)]22 }}}23 24 16 ==== Examples ==== 25 17 * http://212.87.16.231:8080/getCafInfo?cafDatasetName=whs_0.51 26 18 * http://212.87.16.231:8080/getCafInfo?cafDatasetName=whs_0.51;listSlides=False;listStructures=False 19 27 20 28 21 === [wiki:barServiceGetReconstruction getReconstruction] === … … 31 24 reconstruction and short description. 32 25 33 syntax::34 {{{35 getReconstruction?cafDatasetName=<dataset name>36 ;structureName=<structure name>37 [;qualityPreset=(low|medium|high)]38 [;outputFormat=(vrml|x3d)]39 }}}40 41 26 ==== Examples ==== 42 27 * http://212.87.16.231:8080/getReconstruction?cafDatasetName=whs_0.51;structureName=thalamus 43 28 * http://212.87.16.231:8080/getReconstruction?cafDatasetName=whs_0.51;structureName=thalamus;qualityPreset=high;outputFormat=x3d 29 44 30 45 31 === [wiki:barServiceGetThumbnail getThumbnail] === … … 48 34 getReconstruction in png format. 49 35 50 syntax::51 {{{52 getThumbnail?cafDatasetName=<dataset name>53 ;structureName=<structure name>54 }}}55 56 36 ==== Examples ==== 57 37 * http://212.87.16.231:8080/getThumbnail?cafDatasetName=whs_0.51;structureName=thalamus 38 58 39 59 40 === [wiki:barServiceGetCafSlide getCafSlide] === … … 61 42 Returns a SVG image with CAF slide filtered by provided settings. 62 43 63 syntax::64 {{{65 getCafSlide?cafDatasetName=<dataset name>66 ;slideNumber=<slide number>67 [;structureList=[<structure #1>[,<structure #2>[...]]]]68 [;showLabels=(True|False)]69 [;showMask=(True|False)]70 }}}71 72 44 ==== Examples ==== 73 45 * http://212.87.16.231:8080/getCafSlide?cafDatasetName=whs_0.51;slideNumber=460