Skip to main content
Ctrl+K

VoxAtlas 0.1.0 documentation

  • Installation
  • Documentations
  • Tutorials
  • API Reference
  • GitHub
  • Installation
  • Documentations
  • Tutorials
  • API Reference
  • GitHub
  • Writing Extractors

Writing Extractors#

Extractor implementations should stay focused on feature computation while leaning on shared pipeline and registry infrastructure for orchestration.

General guidance#

  • inherit from the common extractor base when appropriate

  • keep dependencies explicit

  • return structured outputs

  • document parameters, assumptions, and units clearly

Reference pages#

  • voxatlas.features.base_extractor

  • voxatlas.features.feature_input

  • voxatlas.features.feature_output

On this page
  • General guidance
  • Reference pages
Show Source

© Copyright 2026, VoxAtlas contributors.

Created using Sphinx 9.0.4.

Built with the PyData Sphinx Theme 0.17.0.