Getting started#
Plenoptic can be installed using either pip or conda:
$ pip install plenoptic
$ conda install plenoptic -c conda-forge
If you are unfamiliar with stimulus synthesis, we recommend watching the Video introduction (and its associated slides) and reading the Conceptual Introduction.
To see a minimum example of writing your own model to use with plenoptic, see Quickstart.