20 std::string
toString()
const override;
Definition application.h:20
Definition element_parameters.h:206
Parameters for a Gaussian-shaped external stimulus.
Definition gauss_stimulus_parameters.h:10
std::string toString() const override
Definition gauss_stimulus_parameters.cpp:27
double position
Spatial position (centre) of the Gaussian.
Definition gauss_stimulus_parameters.h:13
double width
Standard deviation (σ) of the Gaussian bump.
Definition gauss_stimulus_parameters.h:11
bool circular
If true, the stimulus wraps at the field boundary.
Definition gauss_stimulus_parameters.h:14
bool operator==(const GaussStimulusParameters &other) const
Definition gauss_stimulus_parameters.cpp:16
double amplitude
Peak amplitude.
Definition gauss_stimulus_parameters.h:12
bool normalized
If true, the Gaussian is area-normalised.
Definition gauss_stimulus_parameters.h:15