#include <voltagereconstruction.h>
Public Member Functions | |
| VoltageReconstruction (void) | |
| virtual void | config (void) |
| virtual int | main (void) |
Protected Member Functions | |
| void | openTraceFile (ofstream &tf, TableKey &tracekey, const Options &header) |
| void | saveTrace (ofstream &tf, const TableKey &tracekey, int index, const SampleDataF &voltage, const SampleDataF ¤t, double x, double y) |
| void | saveMeanTrace (const Options &header, const SampleDataF &voltage, const SampleDataF &voltagesd) |
| void | saveData (const Options &header, const MapD &latencies) |
Protected Attributes | |
| Plot | P |
| string | VUnit |
| string | IUnit |
| double | IInFac |
dcamplitudesrc=DC: Set initial dc-current to (string)dcamplitude=0nA: Initial amplitude of dc-current (number)amplitude=0.1nA: Test-pulse amplitude (number)duration=5ms: Duration of test-pulse (number)repeats=100: Number of test-pulses (integer)rateduration=1000ms: Time for initial estimate of firing rate (number) | VoltageReconstruction | ( | void | ) |
| void config | ( | void | ) | [virtual] |
| int main | ( | void | ) | [virtual] |
| void openTraceFile | ( | ofstream & | tf, | |
| TableKey & | tracekey, | |||
| const Options & | header | |||
| ) | [protected] |
| void saveTrace | ( | ofstream & | tf, | |
| const TableKey & | tracekey, | |||
| int | index, | |||
| const SampleDataF & | voltage, | |||
| const SampleDataF & | current, | |||
| double | x, | |||
| double | y | |||
| ) | [protected] |
| void saveMeanTrace | ( | const Options & | header, | |
| const SampleDataF & | voltage, | |||
| const SampleDataF & | voltagesd | |||
| ) | [protected] |
| void saveData | ( | const Options & | header, | |
| const MapD & | latencies | |||
| ) | [protected] |
Plot P [protected] |
string VUnit [protected] |
string IUnit [protected] |
double IInFac [protected] |
1.5.3