Skip to content

Commit

Permalink
add note about config in statebuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesem committed Nov 24, 2024
1 parent f124980 commit 9478be4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/usage/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ site_utils.set_default_config(datastack=CAVEclient('minnie65_public'))

This is particularly useful when working with `spelunker` datasets in particular, as they require a resolution to be specified to work properly and the CAVEclient object can provide this value.

While `nglui` will attempt to look up which version is associated with a given url, that that you will need to include a caveclient to do so.
You may see a warning if you do not include a caveclient object, but the code will still run.
If the resulting state does not work, you may need to specify the version of Neuroglancer you are using or add a caveclient.


## Why these different types of Neuroglancer?

Neuroglancer is a webapp for viewing large scale 3d image datasets that has been developed over many years.
Expand Down

0 comments on commit 9478be4

Please sign in to comment.