Search the web
Sign In
New User? Sign Up
psychtoolbox · Psychophysics Toolbox
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 7073 - 7102 of 10739   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7073
Hi every body. I'm programing a random dot motion pattern and I need a precision higher than a pixel. In others programs I used the GEORGESON, FREEMAN, ...
Andres Martin
andres_mrtn@...
Send Email
Oct 1, 2007
2:12 pm
7074
Hi, I am running psychtoolbox Beta on Mac OSX. On several macs the script works perfectly, however the sync tests fail repeatedly (but sporadically) on one ...
Kachina Allen
kachina_allen@...
Send Email
Oct 1, 2007
4:11 pm
7075
Try the DotDemo.m in the PsychDemos subfolder of PTB-3. Change some of the parameters at the top of the script: f_kill = 0.00; dot_speed = 0.07; % speed...
Mario Kleiner
kleinermario
Offline Send Email
Oct 1, 2007
4:41 pm
7076
You can enable subpixel rendering using the Screen OpenWindow multisample argument. On the comp I'm using here, 8 samples is the maximum, but you might have...
Patrick Mineault
pmineault2
Offline Send Email
Oct 1, 2007
5:20 pm
7077
Did you test if 'beta' still fails when run from the account that you usually use for 'stable'? Could be a difference between the accounts, e.g., some ...
Mario Kleiner
kleinermario
Offline Send Email
Oct 1, 2007
5:28 pm
7078
Hi, Thanks for the reply. I actually started collecting the information you needed and stumbled across the solution by accident. To solve the problem it was...
kachina_allen
kachina_allen@...
Send Email
Oct 2, 2007
9:15 pm
7079
hi all- any idea why the search function for this yahoo group doesn't seem to find relevant results? for instance, i was looking for the thread starting at...
e_flister
Online Now Send Email
Oct 3, 2007
2:44 am
7080
... if i set the CLUT using loadnormalizedgammatable, how are the above numbers interpreted (excluding textures for the moment)? do you interpret the value to...
e_flister
Online Now Send Email
Oct 3, 2007
3:47 am
7081
Hi, I've been writing some scripts for PTB3 to use across several platforms (intel mac using OS X, Win2000, Win XP), and I'm getting up to speed fairly well....
andyleb
Offline Send Email
Oct 3, 2007
9:25 am
7082
im attempting to install the toolbox on my mac and im getting a consistent error svn checkout svn://svn.berlios.de/osxptb/beta/Psychtoolbox/ ...
Niall Lally
nialllally
Offline Send Email
Oct 3, 2007
4:51 pm
7083
Hi, I am a novice in psychtoolbox and am in urgent need for some stimuli scripts. In this regard, I was wondering if anybody has a script ready for a flashing...
nats.davis
Offline Send Email
Oct 3, 2007
10:06 pm
7084
Hi. Every time I call Screen(OpenWindow) on my Mac I get a screen telling me it's testing my graphics driver, and telling me to go to the PTB FAQ to find out...
courtney_lab
joshg@...
Send Email
Oct 4, 2007
3:43 am
7085
The FAQ... <http://psychtoolbox.org/wikka.php?wakka=FaqWarningPrefs> tells you about 'VisualDebugLevel', which can be lowered to replace the friendly welcome...
Mario Kleiner
kleinermario
Offline Send Email
Oct 4, 2007
7:20 pm
7086
Could you tell us which screen settings failed? And the exact error output of 'beta' vs. 'stable' in that case? I'd like to see what check fails in what way at...
Mario Kleiner
kleinermario
Offline Send Email
Oct 4, 2007
7:25 pm
7087
Do you install onto a windoze partition on your Mac? The output suggests that. The error means either that the server wasn't available when you tried (did you...
Mario Kleiner
kleinermario
Offline Send Email
Oct 4, 2007
7:39 pm
7088
... Strange, worked on MacBook/IntelGMA when i tested it last time. Provide PTB's Matlab output of the failure. I assume you run the *very latest* 'beta'? You...
Mario Kleiner
kleinermario
Offline Send Email
Oct 4, 2007
10:21 pm
7089
... Color values are zero-based ie. 0-255, or 0.0 to 1.0 etc., this is the same that old PTB-2 did already. During drawing: YourColor ---> PTB remaps to 0-1...
Mario Kleiner
kleinermario
Offline Send Email
Oct 4, 2007
11:38 pm
7090
Hi All- I am trying to read the current LUT so I can do some conversions on the LUT. However, when I run the 'ReadNormalizedGammaTable' the table that is read...
bjstankiewicz
bjstankiewicz@...
Send Email
Oct 5, 2007
2:01 am
7091
Why? It's probably just a simple identity mapping if you didn't change anything or didn't set different gamma-curves for each color channel in some display ...
Mario Kleiner
kleinermario
Offline Send Email
Oct 5, 2007
2:13 am
7092
Dear friends, I am using Matlab version 7 and PTB version 3 flavor beta on Mac OSX. I have written an experiment in which i present grating flickering at 20...
rishi_rustam
rishi_rustam@...
Send Email
Oct 6, 2007
7:01 am
7093
Hi, I just started using Matlab and PTB, and mostly just need to learn how to display a series of video clips (about 3 seconds each, with pauses in between)....
leiliew
leiliew@...
Send Email
Oct 6, 2007
7:04 am
7094
Thanks for the previous help, group. Much appreciated. I'm now trying to have multiple monitors display images (possibly different ones). Here's the premise: ...
bbushongjr
bbushongjr@...
Send Email
Oct 7, 2007
7:27 pm
7095
Hi Rishi, I don't know if the key press is responsible for the timing issue you're having (and please accept my apology for not closely looking at your code),...
andyleb
Offline Send Email
Oct 7, 2007
7:29 pm
7096
hey mario- what do you think of a vectorized version of maketextures, ala drawdots? it would take 3-d arrays in case of luminance, or 4-d arrays if pixels are...
e_flister
Online Now Send Email
Oct 7, 2007
7:57 pm
7097
Assuming you're using Windows, then the left screen should be screen 1, and the right screen should be screen 2. Open two windows: win1 = Screen('OpenWindow',...
Patrick Mineault
pmineault2
Offline Send Email
Oct 8, 2007
4:40 am
7098
Or simply "help KbCheck" for the same info in the place one would expect such info ;-) -mario...
Mario Kleiner
kleinermario
Offline Send Email
Oct 8, 2007
2:48 pm
7099
See the quicktime movie demos in Psychtoolbox/PsychDemos/QuicktimeDemos...
Mario Kleiner
kleinermario
Offline Send Email
Oct 8, 2007
2:51 pm
7100
... Nothing. Would increase the complexity of an already complex subfunction for no real speed- or functionality gain. You would save something like 20...
Mario Kleiner
kleinermario
Offline Send Email
Oct 8, 2007
4:21 pm
7101
I'm sorry-- I should have been more explicit. I am using a Mac OSX machine for these experiments. Is it the same setup?...
bbushongjr
bbushongjr@...
Send Email
Oct 8, 2007
4:57 pm
7102
Hi Mario, Thanks so much for replying. At the time I posted, I was running PTB3's *very* latest beta, with matlab2006a (7.4). Since then, I've upgraded to...
andyleb
Offline Send Email
Oct 8, 2007
4:57 pm
Messages 7073 - 7102 of 10739   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help