cellmap_flow.utils.scale_pyramid
Attributes
Classes
A neuroglancer layer that provides volume data on different scales. |
Functions
|
Module Contents
- cellmap_flow.utils.scale_pyramid.logger
- cellmap_flow.utils.scale_pyramid.get_raw_layer(dataset_path, normalize=True)
- class cellmap_flow.utils.scale_pyramid.ScalePyramid(volume_layers)
A neuroglancer layer that provides volume data on different scales. Mimics a LocalVolume.
- Parameters:
volume_layers (
list
ofLocalVolume
) – OneLocalVolume
per provided resolution.
- min_voxel_size
- max_voxel_size
- dims
- volume_layers
- property volume_type
- property token
- info()
- get_encoded_subvolume(data_format, start, end, scale_key=None)
- get_object_mesh(object_id)
- invalidate()
Mark the data invalidated. Clients will refetch the volume.