logo

Syncopy 2022.12 documentation

Getting Started

  • Install Syncopy
  • Quickstart Guide

Tutorials

  • Resampling
  • Spectral Analysis
    • Welch's Method
    • Fooof

Guides

  • Basic Concepts
  • Syncopy for FieldTrip Users
  • Handling Data
    • Syncopy Data Basics
    • Trace Your Steps: Data Logs
    • Synthetic Data
    • Syncopy Data Classes
    • Reading and Writing Data
  • Parallel Processing
  • Selections

API Reference

  • User API
  • Complete API
    • definetrial
    • selectdata
    • show
    • copy
    • load_ft_raw
    • load_tdt
    • load_nwb
    • cleanup
    • clear
    • load
    • save
    • get_defaults
    • freqanalysis
    • connectivityanalysis
    • spike_psth
    • timelockanalysis
    • mean
    • std
    • var
    • median
    • itc
    • singlepanelplot
    • multipanelplot
    • preprocessing
    • resampledata
    • AnalogData
    • SpectralData
    • CrossSpectralData
    • TimeLockData
    • SpikeData
    • EventData
    • TrialIndexer
    • StructDict
Theme by the Executable Book Project
  • .rst
Contents
  • Advanced Topics

Handling Data in Syncopy

Contents

  • Advanced Topics

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
    • Example: Noisy Harmonics
    • Built-in Generators

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

previous

Syncopy for FieldTrip Users

next

Syncopy Data Basics

By Joscha Schmiedt, Stefan Fuertinger, Tim Schäfer and Gregor Mönke