Skip to content

API Reference

The CloudScope API is organized around two primary concepts:

  • AcqImage
  • AcqImageList

Most scientific workflows begin by loading data into an AcqImage or AcqImageList and then applying one or more analysis modules.

Current analysis modules include:

  • velocity analysis: blood flow velocity estimation from line scan kymographs using a Radon-transform-based method
  • diameter analysis: vessel diameter estimation from line scan kymographs

The API pages are generated with mkdocstrings from Google-style docstrings in the source code.

Main entry points

Analysis