Now correctly handles unspecified duration and period.
Generates error message and aborts if multiple pulses are requested without Period or Frequency being specified.
Also adds a default sigma value that adapts to the specified width, such that PulseSigmoid defaults to the intended waveform. This resolves issue #156 .
All numerical tests return SAME -- currently, both ./test/numerical/e-cortical.conf and ./test/numerical/e-cortical-legacy.conf make use of PulseSigmoid.
Fixes issue #162
Also adds a default sigma value that adapts to the specified width, such that
PulseSigmoid
defaults to the intended waveform. This resolves issue #156 .All numerical tests return
SAME
-- currently, both./test/numerical/e-cortical.conf
and./test/numerical/e-cortical-legacy.conf
make use ofPulseSigmoid
.