photoreceptors =
FillInPhotoreceptors(photoreceptors)
Convert all source strings in a photoreceptors structures
to numerical values, so that the result is ready to compute
on.
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.
Psychtoolbox/PsychColorimetricData/FillInPhotoreceptors.m