Skip to content

Commit

Permalink
Demo for grating only frequency, not n_rings
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Nov 11, 2022
1 parent 5203980 commit 0caf4d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo/illusions/circular.ipynb
Expand Up @@ -254,15 +254,15 @@
"b_size = iw.HBox([w_length, w_ppd])\n",
"b_intensities = iw.HBox([w_iback, w_irings])\n",
"b_rings = iw.HBox([w_frequency, w_nrings])\n",
"ui = iw.VBox([b_size, b_rings, b_intensities])\n",
"ui = iw.VBox([b_size, w_frequency, b_intensities])\n",
"\n",
"# Function for showing stim\n",
"def show_circular(\n",
" length=None,\n",
" ppd=None,\n",
" frequency=None,\n",
" # ring_width=None,\n",
" n_rings=None,\n",
" #n_rings=None,\n",
" intensities=None,\n",
" intensity_background=None,\n",
"):\n",
Expand All @@ -271,7 +271,7 @@
" ppd=ppd,\n",
" frequency=frequency,\n",
" # ring_width=ring_width,\n",
" n_rings=n_rings,\n",
" #n_rings=n_rings,\n",
" intensity_background=intensity_background,\n",
" intensities=intensities,\n",
" )\n",
Expand All @@ -287,7 +287,7 @@
" \"ppd\": w_ppd,\n",
" \"frequency\": w_frequency,\n",
" # \"ring_width\": w_ring_width,\n",
" \"n_rings\": w_nrings,\n",
" #\"n_rings\": w_nrings,\n",
" \"intensity_background\": w_iback,\n",
" \"intensities\": w_irings,\n",
" },\n",
Expand Down

0 comments on commit 0caf4d1

Please sign in to comment.