PatchStim (deprecated)

class psychopy.visual.PatchStim(*args, **kwargs)[source]

Deprecated (as of version 1.74.00): please use the GratingStim or the ImageStim classes.

The GratingStim has identical abilities to the PatchStim (but possibly different initial values) whereas the ImageStim is designed to be use for non-cyclic images (photographs, not gratings).


Back to top