Skip to content

Commit

Permalink
feat(sbcs): sbcs.generalized_two_sided()
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Sep 16, 2023
1 parent 962a332 commit dbfbab1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions stimupy/stimuli/sbcs.py
Expand Up @@ -522,6 +522,18 @@ def dotted(
return stim


generalized_two_sided = make_two_sided(
generalized,
two_sided_params=(
"target_size",
"target_position",
"rotation",
"intensity_target",
"intensity_background",
),
)


basic_two_sided = make_two_sided(
basic, two_sided_params=("target_size", "intensity_target", "intensity_background")
)
Expand Down

0 comments on commit dbfbab1

Please sign in to comment.