| 1 | = 3d Brain Atlas Reconstructor on-line service = |
| 2 | |
| 3 | == Service methods: == |
| 4 | |
| 5 | === getCafInfo === |
| 6 | |
| 7 | Returns the index file of selected CAF dataset. Index file contains list of structures |
| 8 | available for reconstruction, their hierarchy and list of slides within given dataset. |
| 9 | |
| 10 | syntax: |
| 11 | {{{ |
| 12 | getCafInfo?cafDatasetName=<name> |
| 13 | [;listStructures=(True|False)] |
| 14 | [;listHierarchy=(True|False)] |
| 15 | [;listSlides=(True|False)] |
| 16 | }}} |
| 17 | |
| 18 | ==== Required arguments ==== |
| 19 | * cafDatasetName - the name of the selected CAF dataset. |
| 20 | |
| 21 | ==== Optional arguments ==== |
| 22 | All optional arguments may be set to True or False with True as default. |
| 23 | |
| 24 | * listStructures - indicates if information about structures has to be included in the CAF index file. |
| 25 | * listHierarchy - indicates if information about structures hierarchy has to be included in the CAF index file. |
| 26 | * listSlides - indicates if information about slides has to be included. |
| 27 | |
| 28 | ==== Examples ==== |
| 29 | * http://212.87.16.231:8080/getCafInfo?cafDatasetName=whs_0.51 |
| 30 | * http://212.87.16.231:8080/getCafInfo?cafDatasetName=whs_0.51&listSlides=False&listStructures=False |