Changes between Version 12 and Version 13 of barServiceGetCafSlide
- Timestamp:
- 03/08/12 11:01:04 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barServiceGetCafSlide
v12 v13 1 1 = 3d Brain Atlas Reconstructor on-line service = 2 2 3 == = getCafSlide ===3 == getCafSlide == 4 4 5 Return sa SVG image with CAF slide filtered by provided settings.5 Return a SVG image with CAF slide filtered by provided settings. 6 6 7 7 syntax:: … … 14 14 }}} 15 15 16 ==== Required arguments ==== 17 * cafDatasetName 18 The service identifier of the selected CAF dataset. 16 === Required arguments === 17 cafDatasetName:: The service identifier of the selected CAF dataset. 19 18 19 slideNumber:: Number of the CAF slide according to `slideindex` section of CAF index 20 file. 20 21 21 * slideNumber 22 Number of the CAF slide according to `slideindex` section of CAF index 23 file. 22 === Optional arguments === 23 structureList:: Comma-separated List of structures. If provided only structures from 24 the list are included in returned CAF slide. If not specified, the 25 returned CAF slide contains all structures. 24 26 25 ==== Optional arguments ==== 26 * structureList 27 Comma-separated List of structures, if provided only structures from 28 the list are included in returned CAF slide. If not specified, the 29 returned CAF slide contains all structures. 30 31 * showLabels 32 Indicates if labels are to be included in the generated slide. Can be set to 33 `True` or `False`. `True` by default. 34 35 * showMask 36 If True, provides black & white mask of the slide and forces labels to 37 be removed. `False` by default. 27 showLabels:: Indicates if labels are to be included in the generated slide. Can be set to 28 `True` or `False`. `True` by default. 29 30 showMask:: If True, provides black & white mask of the slide and forces labels to 31 be removed. `False` by default. 38 32 39 === = Examples ====33 === Examples === 40 34 * http://service.3dbar.org/getCafSlide?cafDatasetName=whs_0.51;slideNumber=460 41 35 * http://service.3dbar.org/getCafSlide?cafDatasetName=whs_0.51;slideNumber=460;showMask=True;showLabels=False