Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyasterjones committed Mar 24, 2023
2 parents 8da690e + a760dbf commit eb5dacf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/datastructure/data-structure-and-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ A MATLAB struct `session` stored in a .mat file: `basename.session.mat`. The ses
* `source` : Source of channel coordinates
* `layout` : Probe layout (e.g. linear,staggered,poly2,poly3,poly4,poly5)
* `shankSpacing` : Shank spacing (in µm)
* `verticalSpacing` : Vertical spacing between channels (in µm)
* `brainRegions`
* `regionAcronym` : e.g. CA1 or HIP, Allen institute Atlas
* `brainRegion`
Expand Down Expand Up @@ -265,6 +266,7 @@ __Channels coordinates__
* `layout` : y position of each channel (in µm; [nChannels x 1]; optional).
* `shankSpacing` : y position of each channel (in µm; [nChannels x 1]; optional).
* `channel` : Channel list ([nChannels x 1]; optional).
* `verticalSpacing` : Vertical spacing between channels (in µm)
This works as a simple 2D representation of recordings and will help you determine the location of your neurons. It is also used to determine the spike amplitude length constant of the spike waveforms across channels.

__Allen Institute's Common Coordinate Framework__
Expand Down

0 comments on commit eb5dacf

Please sign in to comment.