Skip to content
Snippets Groups Projects
Commit 5efbdcfa authored by abiakarn's avatar abiakarn
Browse files

version v4 - doesn't quite match neuron with different initial segment params and tuft stimulus

parent 2357b5c5
No related branches found
No related tags found
No related merge requests found
...@@ -333,8 +333,8 @@ arb::cable_cell branch_cell(unsigned num_gj, double delay, double duration, bool ...@@ -333,8 +333,8 @@ arb::cable_cell branch_cell(unsigned num_gj, double delay, double duration, bool
auto soma = cell.add_soma(22.360679775/2.0); auto soma = cell.add_soma(22.360679775/2.0);
set_reg_params(soma); set_reg_params(soma);
arb::i_clamp stim(delay, duration, 0.2); /*arb::i_clamp stim(delay, duration, 0.2);
cell.add_stimulus({0, 0.25}, stim); cell.add_stimulus({0, 0.25}, stim);*/
auto dend = cell.add_cable(0, arb::section_kind::dendrite, 3.0/2.0, 3.0/2.0, 300); //cable 1 auto dend = cell.add_cable(0, arb::section_kind::dendrite, 3.0/2.0, 3.0/2.0, 300); //cable 1
dend->set_compartments(5); dend->set_compartments(5);
...@@ -361,8 +361,8 @@ arb::cable_cell branch_cell(unsigned num_gj, double delay, double duration, bool ...@@ -361,8 +361,8 @@ arb::cable_cell branch_cell(unsigned num_gj, double delay, double duration, bool
tuft->set_compartments(30); tuft->set_compartments(30);
set_reg_params(tuft, tweak); set_reg_params(tuft, tweak);
/*arb::i_clamp stim(delay, duration, 0.02); arb::i_clamp stim(delay, duration, 0.02);
cell.add_stimulus({6 + i, 0.25}, stim);*/ cell.add_stimulus({6 + i, 0.25}, stim);
cell.add_gap_junction({6 + i, 0.95}); cell.add_gap_junction({6 + i, 0.95});
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment