


Create a spatial representation of the human cone mosaic
coneMosaic = humanConeMosaic(sz)
This routine creates a spatial array (matrix) to represent cone
positions. The entries of 1,2 or 3 to denote L,M or S cone type.
The current routine is just a random number generator. With the new data
from the Williams lab, however, we will be able to use better models and
real human data. These data have been downloaded locally, but they have
not yet been integrated into the ISET distribution.
Example:
coneMosaic = humanConeMosaic;
coneMap = [ 1,0,0 ; 0,1,0; 0,0,1;];
image(coneMosaic); colormap(coneMap);
Copyright ImagEval Consultants, LLC, 2005.