NeuroMorphoDetail#
- class braincell.io.NeuroMorphoDetail(neuron, measurement, urls, cache_status)[source]#
Aggregate description of a neuron, including measurement and URLs.
Returned by
NeuroMorphoClient.describe().- Parameters:
neuron (
NeuroMorphoNeuron)measurement (
NeuroMorphoMeasurement|None) – Typed morphometry record.Noneif the caller asked to skip measurement fetching.urls (
NeuroMorphoUrls) – Resolved URLs for SWC, original file, measurement, and thumbnail.cache_status (
NeuroMorphoCacheStatus) – On-disk cache status; always present even when no cache is configured (configured=False).