21 std::string
toString()
const override;
Definition application.h:20
Definition element_parameters.h:206
Parameters for a Mexican-hat lateral interaction kernel.
Definition mexican_hat_kernel_parameters.h:10
bool operator==(const MexicanHatKernelParameters &other) const
Definition mexican_hat_kernel_parameters.cpp:14
double widthInh
σ of the inhibitory Gaussian.
Definition mexican_hat_kernel_parameters.h:13
bool circular
Enable circular (toroidal) convolution.
Definition mexican_hat_kernel_parameters.h:15
std::string toString() const override
Definition mexican_hat_kernel_parameters.cpp:26
bool normalized
Normalise both Gaussians before differencing.
Definition mexican_hat_kernel_parameters.h:16
double amplitudeExc
Peak amplitude of the excitatory Gaussian.
Definition mexican_hat_kernel_parameters.h:12
double amplitudeInh
Peak amplitude of the inhibitory Gaussian.
Definition mexican_hat_kernel_parameters.h:14
double widthExc
σ of the excitatory Gaussian.
Definition mexican_hat_kernel_parameters.h:11