Circular pattern for testing responses to differences in contrast.
The pattern contains a sine grating ring surrounding a sine grating disk, each
with parameters (orientation, size, scale and offset) that can be
changed independently.
|
|
orientationcenter = param.Number(default= 0.0, bounds= (0.0, 2...
Orientation of the center grating.
|
|
|
orientationsurround = param.Number(default= 0.0, bounds= (0.0,...
Orientation of the surround grating.
|
|
|
sizecenter = param.Number(default= 0.5, bounds= (0.0, None), s...
Size of the center grating.
|
|
|
sizesurround = param.Number(default= 1.0, bounds= (0.0, None),...
Size of the surround grating.
|
|
|
scalecenter = param.Number(default= 1.0, bounds= (0.0, None), ...
Scale of the center grating.
|
|
|
scalesurround = param.Number(default= 1.0, bounds= (0.0, None)...
Scale of the surround grating.
|
|
|
offsetcenter = param.Number(default= 0.0, bounds= (0.0, None),...
Offset of the center grating.
|
|
|
offsetsurround = param.Number(default= 0.0, bounds= (0.0, None...
Offset of the surround grating.
|
|
|
smoothing = param.Number(default= 0.0, bounds= (0.0, None), so...
Width of the Gaussian fall-off inside and outside the ring.
|
|
|
thickness = param.Number(default= 0.015, bounds= (0.0, None), ...
Thickness (line width) of the ring.
|
|
|
aspect_ratio = param.Number(default= 1.0, bounds= (0.0, None),...
Ratio of width to height; size*aspect_ratio gives the overall width.
|
|
|
size = param.Number(default= 0.5)
Determines the overall size of the pattern.
|
|
|
name = <param.parameterized.String object at 0xb1ffd6c>
String identifier for this object.
|
|
Inherited from SineGrating:
frequency,
phase
Inherited from base.patterngenerator.PatternGenerator:
bounds,
mask,
mask_shape,
offset,
orientation,
output_fns,
position,
scale,
x,
xdensity,
y,
ydensity
Inherited from param.parameterized.Parameterized:
print_level
|