Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Align laminar LFP to L5 features #57

Closed

Conversation

blakecaldwell
Copy link
Member

Adding the following to hnn.cfg will enable LFP recording.

[run]
laminarlfp = 1

@blakecaldwell
Copy link
Member Author

blakecaldwell commented Apr 27, 2019

Documentation in code on calculating contact positions relative to L5 features

  scheme for obtaining results that are analogous to laminar recordings:

  Laminar probe  | L5 Pyr. | Location in HNN  | Label
  -----------------------------------------------------------------------
   |
   |
  --- contact 1             1466 + 2*spacing   first LFP electrode
   |
  --- contact 2             1466 + spacing     top of CSD plot
   |
  --- contact 3      |      1466               top of L5 apical dendrite
   |                 |
   ~                 ~
   ~                 ~
   |                 |
  ~~~ contact N-4   /_\     ~177.5             (approx) center of L5 soma
   |                 |
  --- contact N-3    |
   |                 |
  --- contact N-2    |      -72                bottom of L5 basal dedrite
   |
  --- contact N-1           -72 - spacing      bottom of CSD plot
   |
  --- contact N             -72 - 2*spacing    last LFP electrode


# define laminar probe properties
num_contacts = 20
contact_spacing = (top_l5 - bottom_l5)/(num_contacts - 5.0)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you have spent some effort in figuring this out, perhaps it could be worth porting this to mne-neuron/hnn-core -- in a cleaner way. I know it doesn't feel like it's worth the effort but keeping things clean will pay off eventually I promise :)

@blakecaldwell blakecaldwell changed the title Align laminar LFP to L5 features [WIP] Align laminar LFP to L5 features Aug 17, 2019
@blakecaldwell blakecaldwell self-assigned this Aug 17, 2019
Adding the following to hnn.cfg will enable LFP recording.

[run]
laminarlfp = 1
@blakecaldwell
Copy link
Member Author

Superceeded by jonescompneurolab/hnn-core#150

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants