API Reference¶
Complete API documentation for aind-zarr-utils.
Quick Reference¶
Recommended API¶
|
A SmartSPIM acquisition with eager metadata and lazy Zarr/transform I/O. |
|
A set of named |
|
Coordinate spaces a |
|
LPS-origin specification for an anatomical image. |
Legacy Core Functions¶
Convert a ZARR file to an ANTs image. |
|
Convert a ZARR file to a SimpleITK image. |
|
Create a stub SimpleITK image with the same metadata as the ZARR file. |
|
|
Transform Neuroglancer annotations into anatomical points. |
Legacy Pipeline Functions¶
|
Construct a SimpleITK stub matching pipeline spatial corrections. |
Convert Neuroglancer annotation JSON into CCF coordinates. |
|
|
Heuristically estimate the multiscale pyramid level used by the pipeline. |
Module Documentation¶
- asset module
- points module
- origin module
- image module
- zarr module
- neuroglancer module
- annotations module
- pipeline_domain_selector module
- pipeline_transformed module
base_and_pipeline_anatomical_stub()mimic_pipeline_zarr_to_anatomical_stub()apply_pipeline_overlays_to_sitk()mimic_pipeline_zarr_to_sitk()base_and_pipeline_zarr_to_sitk()apply_pipeline_overlays_to_ants()base_and_pipeline_zarr_to_ants()mimic_pipeline_zarr_to_ants()indices_to_ccf()neuroglancer_to_ccf()ccf_to_indices()ccf_to_indices_auto_metadata()neuroglancer_to_ccf_auto_metadata()swc_data_to_zarr_indices()swc_data_to_ccf()swc_data_to_ccf_auto_metadata()indices_to_ccf_auto_metadata()- Overview
- Legacy Workflow
- Legacy Examples
Module Overview¶
Module |
Purpose |
Key API |
|---|---|---|
asset |
Recommended asset-centric workflow |
|
points |
Coordinate-space tagged point arrays |
|
origin |
Explicit origin value type |
|
image |
Shared image and pipeline-overlay internals |
|
zarr |
Legacy ZARR to image conversion |
|
neuroglancer |
Neuroglancer annotation processing |
|
annotations |
Point coordinate transformation |
|
pipeline_domain_selector |
Version-specific domain corrections |
|
pipeline_transformed |
Legacy pipeline coordinate transformations |
|