|
efish Relacs Plugins
0.9.8
|
#include <ficurve.h>


Public Member Functions | |
| FICurve (void) | |
| virtual int | main (void) |
| virtual void | sessionStarted (void) |
| void | stop (void) |
| void | saveRate (int trace) |
| void | saveSpikes (int trace) |
| void | saveFICurves (int trace) |
| void | save (void) |
| void | selectSlopes (void) |
| void | selectRange (void) |
| void | plot (void) |
| void | analyzeSpikes (const EventData &se, int k, double truepreintensity, double trueintensity) |
| void | analyze (void) |
Public Member Functions inherited from ConfigDialog | |
| ConfigDialog (const string &configident="", int configgroup=0, const string &name="", const string &author="", const string &version="", const string &date=__DATE__) | |
| virtual | ~ConfigDialog (void) |
| string | name (void) const |
| virtual void | setName (const string &name) |
| string | author (void) const |
| virtual void | setAuthor (const string &author) |
| string | version (void) const |
| virtual void | setVersion (const string &version) |
| string | date (void) const |
| virtual void | setDate (const string &date) |
| virtual OptWidget * | dialogOptions (OptDialog *od, string *tabhotkeys=0) |
| virtual void | dialogButtons (OptDialog *od) |
| virtual void | dialogEmptyMessage (OptDialog *od) |
| int | dialogSelectMask (void) const |
| void | setDialogSelectMask (int mask) |
| void | addDialogSelectMask (int mask) |
| int | dialogReadOnlyMask (void) const |
| void | setDialogReadOnlyMask (int mask) |
| void | addDialogReadOnlyMask (int mask) |
| int | dialogStyle (void) const |
| void | setDialogStyle (int style) |
| void | addDialogStyle (int style) |
| string | dialogCaption (void) const |
| void | setDialogCaption (const string &caption) |
| bool | dialogHeader (void) const |
| void | setDialogHeader (bool d) |
| string | headerBackgroundColor (void) const |
| void | setHeaderBackgroundColor (const string &color) |
| string | headerForegroundColor (void) const |
| void | setHeaderForegroundColor (const string &color) |
| string | headerImageFile (void) const |
| void | setHeaderImageFile (const string &file) |
| virtual void | dialogHeaderWidget (OptDialog *od) |
| bool | dialogHelp (void) const |
| void | setDialogHelp (bool d) |
| string | helpCaption (void) const |
| void | setHelpCaption (const string &caption) |
| string | helpPath (int inx=0) const |
| int | helpPathes (void) const |
| void | clearHelpPathes (void) |
| void | setHelpPath (const string &path) |
| void | addHelpPath (const string &path) |
| virtual string | helpFileName (void) const |
| bool | dialogOpen (void) const |
| bool | helpOpen (void) const |
| QWidget * | mainWidget (void) |
| virtual void | setMainWidget (QWidget *widget) |
| void | lock () const |
| void | unlock () const |
| bool | tryLock (int timeout=1) |
| QMutex * | mutex (void) |
Public Member Functions inherited from ConfigClass | |
| ConfigClass (const string &ident, int group=0, int mode=0xffff, int selectmask=0) | |
| ConfigClass (const ConfigClass &C) | |
| virtual | ~ConfigClass (void) |
| const string & | configIdent (void) const |
| void | setConfigIdent (const string &ident) |
| int | configGroup (void) const |
| void | setConfigGroup (int group) |
| int | configMode (void) const |
| void | setConfigMode (int mode) |
| void | addConfigMode (int mode) |
| void | delConfigMode (int mode) |
| int | configSelectMask (void) const |
| void | setConfigSelectMask (int mask) |
| void | addConfig (void) |
| void | readConfig (void) |
| virtual void | readConfig (StrQueue &sq) |
| virtual void | saveConfig (ofstream &str) |
| virtual int | configSize (void) const |
| virtual void | config (void) |
| virtual void | preConfig (void) |
Additional Inherited Members | |
Public Types inherited from ConfigClass | |
| enum | Action |
Public Slots inherited from ConfigDialog | |
| virtual void | dialog (void) |
| virtual void | help (void) |
| virtual void | notifyDialog (const Options &opt) |
Signals inherited from ConfigDialog | |
| void | dialogAccepted (void) |
| void | dialogAction (int r) |
| void | dialogClosed (int r) |
Static Public Member Functions inherited from ConfigClass | |
| static void | setConfigureClasses (ConfigureClasses *cfg) |
Protected Slots inherited from ConfigDialog | |
| void | notificationFromDialog (const Parameter &p) |
| virtual void | dClosed (int r) |
| virtual void | hClosed (int r) |
Protected Member Functions inherited from ConfigDialog | |
| void | setDialogOpen (bool open=true) |
| void | setHelpOpen (bool open=true) |
Protected Attributes inherited from ConfigDialog | |
| Options | DialogOptions |
[RePro] Measures f-I curves of electrosensory neurons.
number, ms): Duration of stimulus.number, ms): Duration of preadapting stimulus.number, ms): Pause between successive stimuli.number, ms): Part of pause before stimulus.number): Maximum intensity factor.number): Minimum intensity factor.integer): Number of stimulus intensities.number): Maximum intensity of preadapting stimulus.number): Minimum intensity of preadapting stimulus.integer): Number of preadapting intensities.integer): Number of repetitions.integer): Number of repetitions of an intensity sequence.integer): Number of immediate repetitions of each intensity.integer): Medium resolution.integer): NSkip.number, Hz/mV/cm): Minimum slope of f-I curve.EODTrace2) and events (EODEvents2).SpikeEvents[*]). | FICurve | ( | void | ) |
References RangeLoop::clear().
|
virtual |
Implements RePro.
References FICurve::analyze(), OutData::append(), DaqError::busy(), OutData::clear(), MultiPlot::clear(), OutData::constWave(), RangeLoop::count(), DaqError::error(), DaqError::errorText(), RangeLoop::finishedBlock(), OutData::fixedSampleRate(), MultiPlot::lock(), RangeLoop::maxCount(), RangeLoop::maxValue(), OutData::minSampleInterval(), RangeLoop::minValue(), DaqError::OverflowUnderrun, FICurve::plot(), RangeLoop::pos(), OutData::pulseWave(), RangeLoop::reset(), OutData::resize(), MultiPlot::resize(), FICurve::save(), FICurve::selectRange(), RangeLoop::set(), RangeLoop::setBlockRepeat(), OutData::setCarrierFreq(), MultiPlot::setCommonXRange(), MultiPlot::setCommonYRange(), OutData::setDelay(), OutData::setIdent(), RangeLoop::setIncrement(), OutData::setIntensity(), OutData::setPriority(), RangeLoop::setRepeat(), RangeLoop::setSequence(), RangeLoop::setSingleRepeat(), OutData::setStartSource(), OutData::setTrace(), RangeLoop::size(), RangeLoop::step(), OutData::stepsize(), FICurve::stop(), DaqError::success(), and MultiPlot::unlock().
|
virtual |
| void stop | ( | void | ) |
References RangeLoop::clear().
Referenced by FICurve::main().
| void saveRate | ( | int | trace | ) |
References TableKey::addNumber(), RangeLoop::pos(), TableKey::save(), TableKey::saveKey(), RangeLoop::size(), and RangeLoop::value().
Referenced by FICurve::save().
| void saveSpikes | ( | int | trace | ) |
References TableKey::addNumber(), RangeLoop::pos(), TableKey::saveKey(), RangeLoop::size(), and RangeLoop::value().
Referenced by FICurve::save().
| void saveFICurves | ( | int | trace | ) |
References TableKey::addNumber(), RangeLoop::pos(), TableKey::save(), TableKey::saveKey(), RangeLoop::size(), and RangeLoop::value().
Referenced by FICurve::save().
| void save | ( | void | ) |
References RangeLoop::loop(), FICurve::saveFICurves(), FICurve::saveRate(), FICurve::saveSpikes(), and RangeLoop::value().
Referenced by FICurve::main().
| void selectSlopes | ( | void | ) |
| void selectRange | ( | void | ) |
References RangeLoop::currentIncrement(), max(), min(), RangeLoop::next(), RangeLoop::pos(), RangeLoop::previous(), RangeLoop::setSkipAbove(), RangeLoop::setSkipBelow(), and RangeLoop::size().
Referenced by FICurve::main().
| void plot | ( | void | ) |
| void analyzeSpikes | ( | const EventData & | se, |
| int | k, | ||
| double | truepreintensity, | ||
| double | trueintensity | ||
| ) |
References EventData::addFrequency(), max(), and RangeLoop::pos().
Referenced by FICurve::analyze().
| void analyze | ( | void | ) |
References FICurve::analyzeSpikes().
Referenced by FICurve::main().
1.8.6