Skip to content

Configuration

Dim dataclass

Dimension information.

Dims dataclass

Dimension information for multiple views.

ImagePlotConfig dataclass

Bases: PlotEntryConfig

Plotting parameters for images.

KernelConfig dataclass

Configuration for kernel parameters.

Attributes:

shape: The shape of the kernel.
    NOTE: This is *not* the same as a tensor shape - rather,
    it is the geometric shape of the kernel (ellipse, rectangle, etc.).
filter: The filter implemented by this kernel.
scale: A scaling factor for kernels.
    Larger values result in kernels that may overlap more,
    while smaller values may result in kernels that leave gaps in
    the visual field.
min_size: Minimal kernel size (usually restricted to the foveal region).
aspect: Aspect ratio of the kernel.
extra: Additional kernel parameters.

PlotEntryConfig dataclass

Plotting parameters (base class).

ScatterPlotConfig dataclass

Bases: PlotEntryConfig

Plotting parameters for scatter plots.