Skip to content

Commit

Permalink
Update BE_Processing.ipynb
Browse files Browse the repository at this point in the history
fix for BELine experiment type
  • Loading branch information
ramav87 authored Sep 1, 2023
1 parent 2a885bf commit 5864d59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions notebooks/be/BE_Processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,9 @@
"if expt_type == 'BELineData' or len(pos_dims) != 2:\n",
" use_static_viz_func = True\n",
" step_chan = None\n",
" vs_mode = None\n",
" field_mode = None\n",

"else:\n",
" if vs_mode not in ['AC modulation mode with time reversal', \n",
" 'DC modulation mode']:\n",
Expand Down

0 comments on commit 5864d59

Please sign in to comment.