SimStructureOpts.C File Reference
#include "Component/ModelOptionDef.H"
#include "Image/Dims.H"
#include "Image/Point2D.H"
#include "Image/Range.H"
#include "Util/SimTime.H"
#include "ModelNeuron/Location.H"
#include "ModelNeuron/SimStructureOpts.H"
Go to the source code of this file.
Detailed Description
Definition in file SimStructureOpts.C.
Variable Documentation
Initial value: {
MOC_SORTPRI_2, "Superior Colliculus related options" }
Command-line options for SC and SCtypes.
Definition at line 48 of file SimStructureOpts.C.
Initial value:
{ MODOPT_ARG(Dims), "SCDims", &MOC_SC, OPTEXP_CORE,
"Dimensions of the SC model, 0x0 to set to the "
"dimensions of the input.", "asc-dims", '\0', "<w>x<h>", "0x0"}
Initial value:
{ MODOPT_ARG_STRING, "SCDisplayDecoder", &MOC_SC, OPTEXP_CORE,
"The display decoder to use in plotting if desired, None otherwise",
"asc-decoder-type", '\0', "<None, AlphaDecoder, RectDecoder, ExpDecoder, HistDecoder>", "None" }
Initial value:
{ MODOPT_ARG(Range<double>), "SCDisplayRange", &MOC_SC, OPTEXP_CORE,
"sets the display range. Use both less than 0 to normalize at every time step, both"
"zero to set to min/max over time, and any other values to fix the range", "asc-displayrange",
'\0', "<min>-<max>", "0.0-0.0" }
Initial value:
{ MODOPT_ARG_STRING, "SCNFType", &MOC_SC, OPTEXP_CORE,
"Type of neural field to use.",
"asc-nf-type", '\0', "<NFNbumpCS, NF1bumpCS, NFNbumpDoG, NF0bumpDoG, WeakWTA, WeakBlob, SCs, SCi>",
"NF1bumpCS" }
Definition at line 128 of file SimStructureOpts.C.
Initial value:
{ MODOPT_ARG(uint), "SCPlotLength", &MOC_SC, OPTEXP_CORE,
"length in ms to display plot. Default, 0, grows foverever. ",
"asc-plot-length", '\0', "<uint>", "0" }
Initial value:
{ MODOPT_ARG(Location), "SCProbe", &MOC_SC, OPTEXP_CORE,
"N-D location of probe. -1 can be used along one dimension to display "
"multiple modules",
"asc-probe", '\0', "<d1>,<d2>,<d3>,...", "-1,-1,-1" }
Initial value:
{ MODOPT_ARG_STRING, "SCSCType", &MOC_SC, OPTEXP_CORE,
"Type of superior colliculus model to use.",
"asc-sc-type", '\0', "<SC, LowpassSC, NeuralFieldSC, SCTracker>", "LowpassSC" }
SC and NF type options.
Definition at line 122 of file SimStructureOpts.C.
Initial value:
{ MODOPT_FLAG, "SCUseDisplayOutput", &MOC_SC, OPTEXP_CORE,
"Should we use the firing rate output (false), or the "
"display output (true) which is usually one of the underlying "
"variables in the difference equations. ",
"use-asc-displayoutput", '\0', "<bool>", "false" }