= 3d Brain Atlas Reconstructor on-line service = == getAvailableDatasets == Return an AJAX data describing CAF datasets (atlases) available to the user in the service. syntax:: {{{ getAvailableDatasets }}} === AJAX data type === {{{ { String: [String, String, String, String, { String: Boolean, ... }, String], ... } }}} === AJAX data description === The data is provided in format: {{{ { : [, , , , { "cafslides": , "reconstructions": , "thumbnails": , "customreconstruction": , "hidden": , "internal": , "enabled": true }, ], ... } }}} where: :: is the atlas identifier in the service, :: is the atlas name, :: is the name of the root element in the atlas structures hierarchy tree, :: is the atlas description, :: is the CAF dataset compilation date, :: indicates if CAF slides are available, :: indicates if reconstructions of structures in the atlas are available, :: indicates if thumbnail images of structures in the atlas are available, :: indicates if it is possible to submit custom reconstruction of structures in the atlas, :: indicates if the dataset is invisible in the front-end interface, :: indicates if access to the dataset is restricted to limited group of users, :: is the spatial reference system unit used in the dataset. === Example === * http://service.3dbar.org/getAvailableDatasets