-
neuroglancer.read_precomputed_annotations.AnnotationReader.get_within_spatial_bounds(
*,
lower_bound: Sequence[float] | None =None,
upper_bound: Sequence[float] | None =None,
min_spatial_index_level=0,
limit: int | None =None,
max_parallelism: int =128) -> Iterator[Annotation] Returns an iterator over the annotations within the specified bounds.
- Parameters:¶
- lower_bound: Sequence[float] | None =
None¶ Lower bound within
coordinate_space. If not specified, defaults tolower_bound.- upper_bound: Sequence[float] | None =
None¶ Upper bound within
coordinate_space. If not specified, defaults toupper_bound.- min_spatial_index_level=
0¶ Minimum spatial index level to use.
- limit: int | None =
None¶ Maximum number of iterations to return.
- lower_bound: Sequence[float] | None =