Skip to content

Commit

Permalink
enforcing full period in all white stims to not change the appearance…
Browse files Browse the repository at this point in the history
… of the stims when changing their size
  • Loading branch information
LynnSchmittwilken committed Sep 30, 2022
1 parent 7d8c744 commit 1909708
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stimuli/papers/domijan2015.py
Expand Up @@ -449,7 +449,7 @@ def white(shape=SHAPES["white"], ppd=PPD, visual_size=None, pad=PAD):
"grating_frequency": 4 / visual_size[1],
"target_indices": (2, 5),
"target_size": 21*c,
"period": "ignore",
"period": "full",
}

stim = illusions.whites.white(
Expand Down Expand Up @@ -720,7 +720,7 @@ def white_anderson(shape=SHAPES["white_anderson"], ppd=PPD, visual_size=None, pa
"target_size": visual_size[0]/5.,
"stripe_center_offset": visual_size[0]/5.,
"stripe_size": visual_size[0]/5.,
"period": "ignore",
"period": "full",
}

stim = illusions.whites.white_anderson(
Expand Down Expand Up @@ -762,7 +762,7 @@ def white_howe(shape=SHAPES["white_howe"], ppd=PPD, visual_size=None, pad=PAD):
"target_indices_bottom": (7,),
"target_center_offset": visual_size[0]/5.,
"target_size": visual_size[0]/5.,
"period": "ignore",
"period": "full",
}

stim = illusions.whites.white_howe(
Expand Down Expand Up @@ -805,7 +805,7 @@ def white_yazdanbakhsh(shape=SHAPES["white_yazdanbakhsh"], ppd=PPD, visual_size=
"target_center_offset": 0.,
"target_size": visual_size[0]/4.,
"gap_size": visual_size[0]/10.,
"period": "ignore",
"period": "full",
}

stim = illusions.whites.white_yazdanbakhsh(
Expand Down

0 comments on commit 1909708

Please sign in to comment.