Skip to content

Commit

Permalink
added new frames and circular components to overview
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnSchmittwilken committed Mar 11, 2023
1 parent 9d7fb21 commit d15d172
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stimupy/components/__init__.py
Expand Up @@ -668,13 +668,17 @@ def create_overview():
"circular_grating": circulars.grating(**p, frequency=1),
"circular_grating_v2": circulars.grating(**p, n_rings=8),
"bessel": circulars.bessel(**p, frequency=1),
"circular_sine_wave": circulars.sine_wave(**p, frequency=0.5),
"circular_square_wave": circulars.square_wave(**p, frequency=0.5),
# edges
"step_edge": edges.step_edge(**p),
"gaussian_edge": edges.gaussian_edge(**p, sigma=1.5),
"cornsweet_edge": edges.cornsweet_edge(**p, ramp_width=3),
# frames
"frames": frames.frames(**p, frame_radii=(1, 2, 3)),
"frames_grating": frames.grating(**p, n_frames=8),
"frames_sine_wave": frames.sine_wave(**p, frequency=0.5),
"frames_square_wave": frames.square_wave(**p, frequency=0.5),
# gaussians
"gaussian": gaussians.gaussian(**p, sigma=(1, 2)),
# gratings
Expand Down

0 comments on commit d15d172

Please sign in to comment.