Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkilic committed Nov 1, 2024
1 parent 4efb3c6 commit 561875a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/simplecell/simplecell.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We can now define the targets which contains the protocols (ecodes) and the features. We define two protocols, `IDrest` and `IV` protocols.\n",
"We can now define the targets, which include the protocols (ecodes) and the features. We define two protocols: `IDrest` and `IV` protocols.\n",
"\n",
"For the `IDrest` protocol with an amplitude of 0.2 nA (and 0.4 nA for validation), we select the `Spikecount`, `mean_frequency`, and `voltage_base` capture the neuron's spiking activity and resting potential. In the `IV` protocol, at an amplitude of -0.1 nA, `voltage_base` and `ohmic_input_resistance_vb_ssse` assess the neuron's baseline potential and input resistance. \n",
"For the IDrest protocol, with an amplitude of 0.2 nA (and 0.4 nA for validation), we select Spikecount, mean_frequency, and voltage_base to capture the neurons spiking activity and resting potential. In the IV protocol, with an amplitude of -0.1 nA, voltage_base and ohmic_input_resistance_vb_ssse are used to assess the neurons baseline potential and input resistance\n",
"\n",
"The `tolerance` of 0.1 allows for a range of ±0.1 around each target amplitude for extracting e-features. For example, if the target amplitude is 0.4, the acceptable range would be from 0.3 to 0.5 Values, excluding 0.3 and 0.5."
]
Expand Down

0 comments on commit 561875a

Please sign in to comment.