We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from Remi #74
Eyelink('command', 'calibration_samples = 6'); Eyelink('command', 'calibration_sequence = 0,1,2,3,4,5'); Eyelink('command', 'calibration_targets = %d,%d %d,%d %d,%d %d,%d %d,%d', ... 640, 512, ... % width/2,height/2 We definitely want to get rid of that hard coding and be able to set that up from a setParameters file
Eyelink('command', 'calibration_samples = 6'); Eyelink('command', 'calibration_sequence = 0,1,2,3,4,5'); Eyelink('command', 'calibration_targets = %d,%d %d,%d %d,%d %d,%d %d,%d', ... 640, 512, ... % width/2,height/2
We definitely want to get rid of that hard coding and be able to set that up from a setParameters file
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from Remi #74
The text was updated successfully, but these errors were encountered: