-
Notifications
You must be signed in to change notification settings - Fork 42
Compute overview
This page is under construction.
ISETBIO includes a large number of transformations that approximate how scene radiance is transformed into neural responses. At this stage in the project, models of the front end (optics, inert pigments, cone transduction) are relatively mature. Models of the bipolar and retinal ganglion cell responses are not likely to be accurate. The software is a framework for developing models of these cells, and ultimately responses along the visual pathways.
Remember about s_rgcGridNtrials.m (in rgc/tests) where we explain how to run through for multiple trials.
Links to the specific ones will be added.
Details about each of those computations can be found in the links above. An overview of the whole process and how we handle time course and try to manage the computational efficiency is shown here.
We need to explain .compute and .computeForOISequence. (Maybe we don't need both.)