Skip to content

Recorded membrane potential values from arbor.cable_probe_membrane_voltage_cell #2047

Answered by thorstenhater
espenhgn asked this question in Q&A

You must be logged in to vote

Hi @espenhgn

it might have been the commented source code in cable_cell.hpp ll61

// Voltage estimate [mV] at `location`, interpolated.
// Sample value type: `double`
// Sample metadata type: `mlocation`
struct ARB_SYMBOL_VISIBLE cable_probe_membrane_voltage {
    locset locations;
};

// Voltage estimate [mV], reported against each cable in each control volume. Not interpolated.
// Sample value type: `cable_sample_range`
// Sample metadata type: `mcable_list`
struct ARB_SYMBOL_VISIBLE cable_probe_membrane_voltage_cell {};

by that no interpolation is performed for the _cell probes, rather each (=spatial) value is reported as-is.

The term interpolation itself is a bit tricky, if I understan…

Replies: 1 comment 1 reply

You must be logged in to vote
1 reply
@espenhgn

espenhgn Dec 19, 2022
Collaborator Author

Answer selected by espenhgn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants