GaussianMask parameters can't be changed after construction
Reported by Christopher Stawarz | July 13th, 2010 @ 02:17 PM
The drifting grating plugin's GaussianMask class takes two
parameter variables (std_dev
and mean
).
However, rather than holding on to the variable objects, the
constructor dereferences them and uses their current values to
construct the mask. This means that, contrary to user expectations,
later changes to the variables have no affect on the stimulus.
The GaussianMask class should be updated so that changes to the parameter variables affect the appearance of the stimulus.
Comments and changes to this ticket
-
Christopher Stawarz April 8th, 2011 @ 10:44 AM
- State changed from new to open
- Milestone cleared.
-
Christopher Stawarz February 1st, 2017 @ 02:06 PM
- State changed from open to resolved
- Assigned user set to Christopher Stawarz
This was fixed in the recent drifting grating overhaul
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The core framework and supporting libraries for the MWorks Suite