-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
regarding parameterization/problem with instructions for psychophysicists page #5
Comments
thanks for your note and sorry for the long delay :-/
thanks! |
Do you need more information? |
Hi, laurent I am looking for more documentation of the mc.envelope_gabor function. I am confused by the Best regards |
Hi Ru-Yuan,
concerning your question, the Best regards, |
Thanks so much Laurent. This is super helpful ! I still have some questions about the meanings of the parameters.
Thanks again |
hope that helps |
Hi, Laurent.
Sorry I am not that familiar with the power spectrum of motion stimuli. Thanks ! Ru-Yuan |
Indeed, you can not set
hope this helps! |
I'm having trouble figuring out how to parameterize the stimuli, even after reading the instructions for psychophysicists
Here is my monitor information:
Monitor refresh rate = 120 Hz
Monitor resolution = 1280x960
Screen size = 40 cm
Viewing distance = 57 cm
Pixels per degree = 33.1 (let's say this is in a variable called pixels_per_degree)
Let's assume I specify clouds like in instructions for psychophysicists
fx, fy, ft = mc.get_grids(mc.N_X, mc.N_Y, mc.N_frame)
mc.envelope_gabor(fx, fy, ft, name_, B_sf=Bsf, sf_0=sf_0, theta=theta, B_V=B_V, B_theta = B_theta, alpha=alpha)
I want to create a simple cloud with the following parameters:
Here is what I think I should do, but I have some questions.
Finally, I would like to report a small error with the documentation on the instructions for psychophysicists page particularly under the section entitled "why should we use polar coordinates for frequencies." f_s was not defined.
Thank you.
The text was updated successfully, but these errors were encountered: