Skip to content
/ retina Public

retina project (collaboration with CBNU College of Medicine)

Notifications You must be signed in to change notification settings

ys7yoo/retina

Repository files navigation

Retina Project (collaboration with CBNU College of Medicine)

Core functions

How to run STA and STC

Matlab App (GUI) added for easier analysis!

  • All the STA and STC results must be in the current workspace.

    For example, right after running demo_sta_vs_stc, save results to a MAT file (about 100~200 MB).

    save results_20190922.mat
    

    And, load the file when you want to analyze the results.

    clear
    load results_20190922.mat
    
  • add tools to path

    addpath tools
    
  • launch the app by typing

    stc_app
    
  • In the chennel list on the left, cleck the channel you want to anlyze.

  • Click 'STA' or 'STC' tap on the top

STA STC

[FUTURE WORK] To add GLM analysis

  1. Install GLMspiketools developed by J. Pillow.
  2. Run estimGLM.m to calc STA, GLM, and bilinear GLM for some chosen channels.

About

retina project (collaboration with CBNU College of Medicine)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published