Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 946 Bytes

api.rst

File metadata and controls

38 lines (27 loc) · 946 Bytes

API Reference Guide

In addition to using neurotic as a standalone app, you can also leverage its API in your own code.

The core of the API consists of two classes and one function:

  • neurotic.datasets.metadata.MetadataSelector: Read metadata files, download datasets
  • neurotic.datasets.data.load_dataset: Read datasets, apply filters and spike detection
  • neurotic.gui.config.EphyviewerConfigurator: Launch ephyviewer

All public package contents are automatically imported directly into the neurotic namespace. This means that a class like neurotic.datasets.metadata.MetadataSelector can be accessed more compactly as neurotic.MetadataSelector.

api/data api/download api/ftpauth api/metadata

api/config api/epochencoder api/notebook api/standalone