Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.35 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.35 KB

codecov Build Status

visual-stimulation

Analysis for experiments with visual stimulation e.g. drifting gratings.

Dependencies

Examples

Developers

  • analysis.py: contains different analysis functions (e.g. compute_dsi)
  • data_processing.py: contains functions for organizing ànd getting data (e.g. create trials)
  • helper.py: contains helper functions.
  • axona_helper.py: extracts stimulus data from axona specific files. A similar function to generate_stim_group_and_epoch() should be implemented if other setups are used.
  • utils.py: utility functions.