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

Question about model.hoc #8

Closed
asanin-epfl opened this issue Nov 21, 2019 · 1 comment
Closed

Question about model.hoc #8

asanin-epfl opened this issue Nov 21, 2019 · 1 comment
Labels
question Further information is requested

Comments

@asanin-epfl
Copy link
Contributor

Do I need to use geom_nseg(), biophys() of the default model.hoc in my custom.hoc If I use the latter as model_template?

neuron_reduce.subtree_reductor(...,model_filename='custom.hoc')
@orena1
Copy link
Owner

orena1 commented Nov 21, 2019

Hi @asanin-epfl you can use a custom hoc file (custom.hoc) but you should do it knowledgeably. For example, usually, the biophys() is responsible for channel distribution. Neuron_Reduce already copy the channels (with respect to the transfer resistance) so this function should be empty and not change the channel distribution.

@orena1 orena1 added the question Further information is requested label Nov 21, 2019
@orena1 orena1 closed this as completed Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants