Syncopy 0.1b1
  • GitHub
  • Documentation
      • Getting started with Syncopy
        • Installing Syncopy
        • Setting Up Your Python Environment
        • Importing Syncopy
        • Starting Up Parallel Workers
      • Syncopy User Guide
        • Syncopy for FieldTrip Users
        • Handling Data in Syncopy
        • Data Analysis and Processing
        • API for Users
      • Syncopy Developer Guide
        • Syncopy Data Classes
        • Reading and Writing Data
        • Tools for Developing Syncopy
        • Design Guide: Syncopy Compute Classes
        • API for Developers

Syncopy Developer Guide¶

The following information is meant for advanced users with an understanding of class hierarchies that want to extend and/or modify Syncopy’s base functionality.

  • Syncopy Data Classes
    • Usable Syncopy Data Classes
  • Reading and Writing Data
    • The Syncopy Data Format (*.spy)
    • Reading Other File Formats
  • Tools for Developing Syncopy
    • Input Parsing and Error Checking
    • Decorators
    • Writing A New Analysis Routine
  • Design Guide: Syncopy Compute Classes
    • Designing a computeFunction()
    • The Algorithmic Layout of ComputationalRoutine
    • Examples
  • API for Developers
    • syncopy.datatype
    • syncopy.misc
    • syncopy.shared
    • syncopy.specest
    • syncopy.plotting

Back to top

Created using Sphinx 3.2.1.