Syncopy 2022.05-333-gd35a411
  • GitHub
  • Documentation
      • Quickstart with Syncopy
        • Preparations
        • Data Object Inspection
        • Time-Frequency Analysis
        • Preprocessing
        • Connectivity Analysis
      • Install Syncopy
        • Installing parallel processing engine ACME
        • Importing Syncopy
        • Starting Up Parallel Workers
        • Setting Up Your Python Environment
      • Basic Concepts
        • General Workflow
        • Syncopy Meta-Functions
        • Serial and Parallel Processing
      • Syncopy for FieldTrip Users
        • Translating MATLAB Code to Python
        • Translating FieldTrip Calls to Syncopy
        • Exchanging Data between FieldTrip and Syncopy
      • Handling Data in Syncopy
        • Syncopy Data Basics
        • Trace Your Steps: Data Logs
        • Synthetic Data
        • Advanced Topics
      • API for Users
        • Functions
        • Classes
        • Class Inheritance Diagram
      • Using FOOOF from Syncopy
        • Generating Example Data
        • Running FOOOF
        • Fine-tuning FOOOF
      • Syncopy Developer Guide
        • Syncopy Data Classes
        • Reading and Writing Data
        • Tools for Developing Syncopy
        • Design Guide: Syncopy Compute Classes
        • API for Developers

Handling Data in Syncopy¶

This section of the Syncopy documentation contains information about how data is handled in Syncopy.

  • Syncopy Data Basics
    • Loading and Saving Syncopy (*.spy) Data
    • Functions for Inspecting/Editing Syncopy Data Objects
    • Plotting Functions
    • Importing Data into Syncopy
  • Trace Your Steps: Data Logs
  • Synthetic Data
    • General Recipe
    • Built-in Generators
    • Example: Noisy Harmonics

Advanced Topics¶

More information about Syncopy’s data class structure and file format.

  • Syncopy Data Classes
    • Usable Syncopy Data Classes
  • Reading and Writing Data
    • The Syncopy Data Format (*.spy)
      • Structure of the Data File (HDF5)
      • Structure of the Metadata File (JSON)
    • Reading Other File Formats

Back to top

Created using Sphinx 5.0.2.