White whole
get_cache()
Return a cached ConnectomeDataset for this reader, if present.
Source code in cect/readers/White_whole.py
23 24 25 26 | |
get_instance(from_cache=LOAD_READERS_FROM_CACHE_BY_DEFAULT, **kwargs)
Uses WhiteDataReader to load data on the whole worm connectome, including pharynx and ventral cord
Returns:
| Type | Description |
|---|---|
ConnectomeDataset or WhiteDataReader
|
The initialised connectome reader |
Source code in cect/readers/White_whole.py
29 30 31 32 33 34 35 36 37 | |