Docs @ Psychtoolbox Wiki : FillInPhotoreceptors

Search PTB Function help:
homepsychtoolbox.orgpage updateslogin

FillInPhotoreceptors

PsychtoolboxPsychColorimetricData

photoreceptors = FillInPhotoreceptors(photoreceptors)

Convert all source strings in a photoreceptors structures
to numerical values, so that the result is ready to compute
on.

The typical usage of this routine would be:


clear photoreceptors
photoreceptors = DefaultPhotoreceptors('LivingHumanFovea');
... statements here to override default values ...
photoreceptors = FillInPhotoreceptors;

Computed fields that exist in the past structure override
passed values, with those computed last taking precedence
over those computed earlier.

See also: DefaultPhotoreceptors, RetIrradianceToIsoRecSec
IsomerizationsInEyeDemo, IsomerizationsInDishDemo

7/25/03 dhb Wrote it.
8/14/11 dhb Allow pass through of field size, pupil diameter, and age.
Try not to break old code in how this is handled.




Path   Retrieve current version of FillInPhotoreceptors.m from berliOS: beta | view WebSVN changelog of trunk branch
Psychtoolbox/PsychColorimetricData/FillInPhotoreceptors.m


Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.1105 seconds