Skip to content

Commit

Permalink
BF: images_blocks Builder demo incorrect units
Browse files Browse the repository at this point in the history
Changed image units from pixels to height so that the image stimuli display (with a size of (0.5, 0.5), they were invisible with pixel units).
  • Loading branch information
m-macaskill committed Nov 27, 2017
1 parent 2d1fcaa commit 10753d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psychopy/demos/builder/images_blocks/blockedTrials.psyexp
Expand Up @@ -43,7 +43,7 @@
<Param name="pos" updates="constant" val="(0, 0)" valType="code"/>
<Param name="interpolate" updates="constant" val="linear" valType="str"/>
<Param name="startEstim" updates="None" val="" valType="code"/>
<Param name="units" updates="None" val="pix" valType="str"/>
<Param name="units" updates="None" val="height" valType="str"/>
<Param name="texture resolution" updates="constant" val="128" valType="code"/>
<Param name="startType" updates="None" val="time (s)" valType="str"/>
<Param name="ori" updates="constant" val="0" valType="code"/>
Expand Down

0 comments on commit 10753d7

Please sign in to comment.