CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
setup.py
./pulse2percept/__init__.py
./pulse2percept/conftest.py
./pulse2percept/datasets/__init__.py
./pulse2percept/datasets/base.py
./pulse2percept/datasets/beyeler2019.py
./pulse2percept/datasets/greenwald2009.py
./pulse2percept/datasets/han2021.py
./pulse2percept/datasets/horsager2009.py
./pulse2percept/datasets/nanduri2012.py
./pulse2percept/datasets/perezfornos2012.py
./pulse2percept/datasets/data/greenwald2009.csv
./pulse2percept/datasets/data/horsager2009.csv
./pulse2percept/datasets/data/nanduri2012.csv
./pulse2percept/datasets/data/perez-fornos-2012.csv
./pulse2percept/datasets/tests/__init__.py
./pulse2percept/datasets/tests/test_base.py
./pulse2percept/datasets/tests/test_beyeler2019.py
./pulse2percept/datasets/tests/test_greenwald2009.py
./pulse2percept/datasets/tests/test_han2021.py
./pulse2percept/datasets/tests/test_horsager2009.py
./pulse2percept/datasets/tests/test_nanduri2012.py
./pulse2percept/datasets/tests/test_perezfornos2012.py
./pulse2percept/implants/__init__.py
./pulse2percept/implants/alpha.py
./pulse2percept/implants/argus.py
./pulse2percept/implants/base.py
./pulse2percept/implants/bvt.py
./pulse2percept/implants/electrode_arrays.py
./pulse2percept/implants/electrodes.py
./pulse2percept/implants/ensemble.py
./pulse2percept/implants/imie.py
./pulse2percept/implants/prima.py
./pulse2percept/implants/rasters.py
./pulse2percept/implants/cortex/__init__.py
./pulse2percept/implants/cortex/cortivis.py
./pulse2percept/implants/cortex/icvp.py
./pulse2percept/implants/cortex/neuralink.py
./pulse2percept/implants/cortex/orion.py
./pulse2percept/implants/cortex/tests/__init__.py
./pulse2percept/implants/cortex/tests/test_cortivis.py
./pulse2percept/implants/cortex/tests/test_icvp.py
./pulse2percept/implants/cortex/tests/test_neuralink.py
./pulse2percept/implants/cortex/tests/test_orion.py
./pulse2percept/implants/tests/__init__.py
./pulse2percept/implants/tests/test_alpha.py
./pulse2percept/implants/tests/test_argus.py
./pulse2percept/implants/tests/test_base.py
./pulse2percept/implants/tests/test_bvt.py
./pulse2percept/implants/tests/test_electrode_arrays.py
./pulse2percept/implants/tests/test_electrodes.py
./pulse2percept/implants/tests/test_ensemble.py
./pulse2percept/implants/tests/test_imie.py
./pulse2percept/implants/tests/test_prima.py
./pulse2percept/implants/tests/test_rasters.py
./pulse2percept/models/__init__.py
./pulse2percept/models/base.py
./pulse2percept/models/beyeler2019.py
./pulse2percept/models/granley2021.py
./pulse2percept/models/horsager2009.py
./pulse2percept/models/nanduri2012.py
./pulse2percept/models/temporal.py
./pulse2percept/models/thompson2003.py
./pulse2percept/models/cortex/__init__.py
./pulse2percept/models/cortex/base.py
./pulse2percept/models/cortex/dynaphos.py
./pulse2percept/models/cortex/tests/__init__.py
./pulse2percept/models/cortex/tests/test_base.py
./pulse2percept/models/cortex/tests/test_dynaphos.py
./pulse2percept/models/tests/__init__.py
./pulse2percept/models/tests/test_base.py
./pulse2percept/models/tests/test_beyeler2019.py
./pulse2percept/models/tests/test_end_to_end.py
./pulse2percept/models/tests/test_granley2021.py
./pulse2percept/models/tests/test_horsager2009.py
./pulse2percept/models/tests/test_nanduri2012.py
./pulse2percept/models/tests/test_temporal.py
./pulse2percept/models/tests/test_thompson2003.py
./pulse2percept/percepts/__init__.py
./pulse2percept/percepts/base.py
./pulse2percept/percepts/tests/__init__.py
./pulse2percept/percepts/tests/test_base.py
./pulse2percept/stimuli/__init__.py
./pulse2percept/stimuli/_merge.py
./pulse2percept/stimuli/_plot.py
./pulse2percept/stimuli/base.py
./pulse2percept/stimuli/encoders.py
./pulse2percept/stimuli/images.py
./pulse2percept/stimuli/names.py
./pulse2percept/stimuli/psychophysics.py
./pulse2percept/stimuli/pulse_trains.py
./pulse2percept/stimuli/pulses.py
./pulse2percept/stimuli/videos.py
./pulse2percept/stimuli/data/bionic-vision-lab.png
./pulse2percept/stimuli/data/boston-train.mp4
./pulse2percept/stimuli/data/girl-pool.mp4
./pulse2percept/stimuli/data/snellen.png
./pulse2percept/stimuli/data/ucsb.png
./pulse2percept/stimuli/tests/__init__.py
./pulse2percept/stimuli/tests/test_base.py
./pulse2percept/stimuli/tests/test_characterization.py
./pulse2percept/stimuli/tests/test_encoders.py
./pulse2percept/stimuli/tests/test_images.py
./pulse2percept/stimuli/tests/test_names.py
./pulse2percept/stimuli/tests/test_psychophysics.py
./pulse2percept/stimuli/tests/test_pulse_trains.py
./pulse2percept/stimuli/tests/test_pulses.py
./pulse2percept/stimuli/tests/test_videos.py
./pulse2percept/topography/__init__.py
./pulse2percept/topography/base.py
./pulse2percept/topography/cortex.py
./pulse2percept/topography/neuropythy.py
./pulse2percept/topography/retina.py
./pulse2percept/topography/tests/__init__.py
./pulse2percept/topography/tests/conftest.py
./pulse2percept/topography/tests/test_base.py
./pulse2percept/topography/tests/test_cortex.py
./pulse2percept/topography/tests/test_neuropythy.py
./pulse2percept/topography/tests/test_retina.py
./pulse2percept/units/__init__.py
./pulse2percept/units/base.py
./pulse2percept/units/tests/__init__.py
./pulse2percept/units/tests/test_integration.py
./pulse2percept/units/tests/test_units.py
./pulse2percept/utils/__init__.py
./pulse2percept/utils/animation.py
./pulse2percept/utils/array.py
./pulse2percept/utils/base.py
./pulse2percept/utils/constants.py
./pulse2percept/utils/convolution.py
./pulse2percept/utils/deprecation.py
./pulse2percept/utils/geometry.py
./pulse2percept/utils/images.py
./pulse2percept/utils/optimize.py
./pulse2percept/utils/stats.py
./pulse2percept/utils/testing.py
./pulse2percept/utils/three_dim.py
./pulse2percept/utils/tests/__init__.py
./pulse2percept/utils/tests/test_animation.py
./pulse2percept/utils/tests/test_array.py
./pulse2percept/utils/tests/test_base.py
./pulse2percept/utils/tests/test_constants.py
./pulse2percept/utils/tests/test_convolution.py
./pulse2percept/utils/tests/test_deprecation.py
./pulse2percept/utils/tests/test_geometry.py
./pulse2percept/utils/tests/test_images.py
./pulse2percept/utils/tests/test_optimize.py
./pulse2percept/utils/tests/test_stats.py
./pulse2percept/utils/tests/test_testing.py
./pulse2percept/utils/tests/test_three_dim.py
./pulse2percept/viz/__init__.py
./pulse2percept/viz/argus.py
./pulse2percept/viz/base.py
./pulse2percept/viz/data/argus1.png
./pulse2percept/viz/data/argus2.png
./pulse2percept/viz/tests/__init__.py
./pulse2percept/viz/tests/test_argus.py
./pulse2percept/viz/tests/test_base.py
doc/Makefile
doc/axons.pickle
doc/conf.py
doc/getting_started.rst
doc/index.rst
doc/install.rst
doc/make.bat
doc/requirements.txt
doc/_build/doctrees/environment.pickle
doc/_build/doctrees/index.doctree
doc/_build/doctrees/install.doctree
doc/_build/doctrees/sg_execution_times.doctree
doc/_build/doctrees/developers/benchmarks.doctree
doc/_build/doctrees/developers/contributing.doctree
doc/_build/doctrees/developers/releases.doctree
doc/_build/doctrees/developers/style_guide.doctree
doc/_build/doctrees/examples/index.doctree
doc/_build/doctrees/examples/sg_execution_times.doctree
doc/_build/doctrees/examples/datasets/index.doctree
doc/_build/doctrees/examples/datasets/plot_data_beyeler2019.doctree
doc/_build/doctrees/examples/datasets/plot_data_horsager2009.doctree
doc/_build/doctrees/examples/datasets/plot_data_nanduri2012.doctree
doc/_build/doctrees/examples/datasets/plot_greenwald2009.doctree
doc/_build/doctrees/examples/datasets/plot_perezfornos2012.doctree
doc/_build/doctrees/examples/datasets/sg_execution_times.doctree
doc/_build/doctrees/examples/developers/index.doctree
doc/_build/doctrees/examples/developers/plot_tests.doctree
doc/_build/doctrees/examples/developers/sg_execution_times.doctree
doc/_build/doctrees/examples/implants/index.doctree
doc/_build/doctrees/examples/implants/plot_argus.doctree
doc/_build/doctrees/examples/implants/plot_custom_electrode_array.doctree
doc/_build/doctrees/examples/implants/plot_electrode_grid.doctree
doc/_build/doctrees/examples/implants/plot_implants.doctree
doc/_build/doctrees/examples/implants/plot_implants_cortical.doctree
doc/_build/doctrees/examples/implants/sg_execution_times.doctree
doc/_build/doctrees/examples/models/index.doctree
doc/_build/doctrees/examples/models/plot_beyeler2019_axonmap.doctree
doc/_build/doctrees/examples/models/plot_beyeler2019_scoreboard.doctree
doc/_build/doctrees/examples/models/plot_dynaphos.doctree
doc/_build/doctrees/examples/models/plot_granley2021_biphasic.doctree
doc/_build/doctrees/examples/models/plot_horsager2009.doctree
doc/_build/doctrees/examples/models/plot_nanduri2012.doctree
doc/_build/doctrees/examples/models/plot_neuropythy.doctree
doc/_build/doctrees/examples/models/plot_thompson2003.doctree
doc/_build/doctrees/examples/models/plot_visual_field_maps.doctree
doc/_build/doctrees/examples/models/sg_execution_times.doctree
doc/_build/doctrees/examples/stimuli/index.doctree
doc/_build/doctrees/examples/stimuli/plot_image_stim.doctree
doc/_build/doctrees/examples/stimuli/plot_psychophysics.doctree
doc/_build/doctrees/examples/stimuli/plot_pulse_trains.doctree
doc/_build/doctrees/examples/stimuli/plot_pulses.doctree
doc/_build/doctrees/examples/stimuli/plot_sinusoidal.doctree
doc/_build/doctrees/examples/stimuli/plot_video_stim.doctree
doc/_build/doctrees/examples/stimuli/sg_execution_times.doctree
doc/_build/doctrees/topics/datasets.doctree
doc/_build/doctrees/topics/encoders.doctree
doc/_build/doctrees/topics/implants.doctree
doc/_build/doctrees/topics/models.doctree
doc/_build/doctrees/topics/rasters.doctree
doc/_build/doctrees/topics/stimuli.doctree
doc/_build/doctrees/topics/units.doctree
doc/_build/doctrees/users/api.doctree
doc/_build/doctrees/users/faq.doctree
doc/_build/doctrees/users/news.doctree
doc/_build/doctrees/users/references.doctree
doc/_build/doctrees/users/release_notes.doctree
doc/_build/doctrees/users/_api/pulse2percept.datasets.doctree
doc/_build/doctrees/users/_api/pulse2percept.implants.doctree
doc/_build/doctrees/users/_api/pulse2percept.models.doctree
doc/_build/doctrees/users/_api/pulse2percept.percepts.doctree
doc/_build/doctrees/users/_api/pulse2percept.stimuli.doctree
doc/_build/doctrees/users/_api/pulse2percept.topography.doctree
doc/_build/doctrees/users/_api/pulse2percept.units.doctree
doc/_build/doctrees/users/_api/pulse2percept.utils.doctree
doc/_build/doctrees/users/_api/pulse2percept.viz.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.datasets.base.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.datasets.beyeler2019.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.datasets.greenwald2009.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.datasets.han2021.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.datasets.horsager2009.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.datasets.nanduri2012.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.datasets.perezfornos2012.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.implants.alpha.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.implants.argus.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.implants.base.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.implants.bvt.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.implants.cortex.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.implants.electrode_arrays.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.implants.electrodes.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.implants.ensemble.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.implants.imie.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.implants.prima.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.implants.rasters.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.models.base.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.models.beyeler2019.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.models.cortex.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.models.granley2021.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.models.horsager2009.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.models.nanduri2012.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.models.temporal.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.models.thompson2003.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.percepts.base.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.stimuli.base.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.stimuli.encoders.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.stimuli.images.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.stimuli.names.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.stimuli.psychophysics.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.stimuli.pulse_trains.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.stimuli.pulses.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.stimuli.videos.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.topography.base.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.topography.cortex.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.topography.neuropythy.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.topography.retina.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.units.base.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.utils.animation.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.utils.array.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.utils.base.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.utils.constants.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.utils.convolution.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.utils.deprecation.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.utils.geometry.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.utils.images.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.utils.optimize.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.utils.stats.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.utils.three_dim.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.viz.argus.doctree
doc/_build/doctrees/users/_api/_api/pulse2percept.viz.base.doctree
doc/_build/doctrees/users/_api/_api/_api/pulse2percept.implants.cortex.cortivis.doctree
doc/_build/doctrees/users/_api/_api/_api/pulse2percept.implants.cortex.icvp.doctree
doc/_build/doctrees/users/_api/_api/_api/pulse2percept.implants.cortex.neuralink.doctree
doc/_build/doctrees/users/_api/_api/_api/pulse2percept.implants.cortex.orion.doctree
doc/_build/doctrees/users/_api/_api/_api/pulse2percept.models.cortex.base.doctree
doc/_build/doctrees/users/_api/_api/_api/pulse2percept.models.cortex.dynaphos.doctree
doc/_build/html/.buildinfo
doc/_build/html/genindex.html
doc/_build/html/index.html
doc/_build/html/install.html
doc/_build/html/objects.inv
doc/_build/html/py-modindex.html
doc/_build/html/search.html
doc/_build/html/searchindex.js
doc/_build/html/sg_execution_times.html
doc/_build/html/.doctrees/index.doctree
doc/_build/html/.doctrees/install.doctree
doc/_build/html/.doctrees/developers/contributing.doctree
doc/_build/html/.doctrees/developers/releases.doctree
doc/_build/html/.doctrees/developers/style_guide.doctree
doc/_build/html/_downloads/009e81f31bb2a6c9deb13b8b8f60bb12/implants-10.pdf
doc/_build/html/_downloads/023090a318c01bb5c348afd0db1accda/plot_perezfornos2012.zip
doc/_build/html/_downloads/02e531042ef2d82164548563102081e1/plot_video_stim.py
doc/_build/html/_downloads/06fd1ac032c5b9aafef5de9704b8cae4/plot_pulse_trains.zip
doc/_build/html/_downloads/091e160462e1d6776518d74241c4ddde/implants-2.pdf
doc/_build/html/_downloads/0a84870e0b41db0cf766de095a3051a2/implants-14.hires.png
doc/_build/html/_downloads/0f94ef10cd596342e95393285b755cf1/plot_implants.ipynb
doc/_build/html/_downloads/129fdc36536ce341d6874013aac3aa12/plot_psychophysics.py
doc/_build/html/_downloads/12abd54b202dc6774bcc811ba611f60e/implants-6.pdf
doc/_build/html/_downloads/139fcb00fa1734c1b8f396b86876643f/plot_data_nanduri2012.py
doc/_build/html/_downloads/1426d7e48a16c052ad9eca6ddefc305a/plot_custom_electrode_array.zip
doc/_build/html/_downloads/14ae62385e4efbd01d7ec88d3eb8024c/implants-3.hires.png
doc/_build/html/_downloads/16daf57a28cc2aae60ab4cffded9ba43/plot_nanduri2012.py
doc/_build/html/_downloads/178c96549ace56c856d315d6b2255fe7/plot_sinusoidal.zip
doc/_build/html/_downloads/1792eef65bf45a24a44ea609f4086de0/plot_data_beyeler2019.zip
doc/_build/html/_downloads/1acba04155db6a549d8416625e23c333/plot_thompson2003.ipynb
doc/_build/html/_downloads/1b233b4baac4508ef90d844a80f28de0/plot_neuropythy.zip
doc/_build/html/_downloads/1dc10039eb83755f8a21622f7a8e7021/implants-9.hires.png
doc/_build/html/_downloads/1fae04ce37899a4e9e0544d705bfe278/plot_data_beyeler2019.py
doc/_build/html/_downloads/2476ec6069f00a44a077af74a8783478/plot_data_nanduri2012.zip
doc/_build/html/_downloads/24bfa51180d0c04e35e8a5aca0bca41f/plot_perezfornos2012.py
doc/_build/html/_downloads/2751208a586fbabd436e62cfe936f117/implants-4.pdf
doc/_build/html/_downloads/28c6c9e20605d47e7061c547175aaec2/plot_beyeler2019_axonmap.ipynb
doc/_build/html/_downloads/2ad08f832ad2f238a41a0aeb86317338/plot_implants.zip
doc/_build/html/_downloads/2b18ade99f6205e70ecc940fe226fb28/implants-12.hires.png
doc/_build/html/_downloads/2b708173e7f6cb435ec1a0597f67a044/implants-13.pdf
doc/_build/html/_downloads/2de507e9a39e6584767cc0fbd102df43/plot_electrode_grid.py
doc/_build/html/_downloads/2e696395e3492767d922aea749bf8812/plot_greenwald2009.py
doc/_build/html/_downloads/340cd2e3ae7ece07b6ef05bb1e6ecf48/plot_data_horsager2009.zip
doc/_build/html/_downloads/3628c7648b093324ad8c2230cf1f5fd1/plot_pulses.ipynb
doc/_build/html/_downloads/376c2e2c1b13e565c685c7e9e62e18c3/plot_tests.py
doc/_build/html/_downloads/3a0df16d06dbc595a953032e5b7cc376/plot_sinusoidal.py
doc/_build/html/_downloads/3ad42a378106b10722d4dd0eef3da632/implants-10.png
doc/_build/html/_downloads/3e9cce227a86862b0b676c5252817e30/plot_implants_cortical.py
doc/_build/html/_downloads/3f20fc1d565066a6f783e87039e6be54/implants-3.pdf
doc/_build/html/_downloads/3f9ec7b296b7f3e001f439ea80a9e4c7/plot_electrode_grid.ipynb
doc/_build/html/_downloads/427bdd6325d717a2064d0541ed61ba12/plot_implants_cortical.zip
doc/_build/html/_downloads/429cefe47c6257b060aae38d5c77e9df/plot_sinusoidal.ipynb
doc/_build/html/_downloads/42cca0213b914d1bc348a39edbb98a01/plot_data_horsager2009.py
doc/_build/html/_downloads/433f572fb47473bc992a599be115fcef/plot_dynaphos.ipynb
doc/_build/html/_downloads/45230e815f60ab50ff752a3701b68288/plot_horsager2009.ipynb
doc/_build/html/_downloads/460501c8cc079feef9ead998e61b65cd/implants-13.hires.png
doc/_build/html/_downloads/466aaba7f493b5b0fe2130369a4fb7d0/implants-11.pdf
doc/_build/html/_downloads/4da446b5f490a825cbc5ef150eafdff7/plot_beyeler2019_scoreboard.zip
doc/_build/html/_downloads/4e4120d48d4c00953f58805b7cf5fcaf/implants-5.png
doc/_build/html/_downloads/5018cd3c79a18ad7eb4d2ffc67114162/implants-8.png
doc/_build/html/_downloads/516688aa1145c8d9756a52fe7b319553/implants-10.hires.png
doc/_build/html/_downloads/5175800fc897b04c3a2bc2479cf709b0/plot_visual_field_maps.ipynb
doc/_build/html/_downloads/56583e151f79a26c12f72e003db9777b/plot_video_stim.zip
doc/_build/html/_downloads/5773a1e6f1212eec8719729faac11da6/plot_pulses.py
doc/_build/html/_downloads/57b087e077a20b6bd4c0d13ec936c7ba/implants-2.png
doc/_build/html/_downloads/5886808df879318c844842b51027b6f9/plot_beyeler2019_axonmap.zip
doc/_build/html/_downloads/5d53c7e875be8738ad7d58dfaa7fc5e1/implants-2.hires.png
doc/_build/html/_downloads/5e4e737ae15afad6e0818113120549d0/implants-8.hires.png
doc/_build/html/_downloads/6140b977d7e548f543c62339f727834e/plot_video_stim.ipynb
doc/_build/html/_downloads/63cde9f4b6844382ada93fd35fcb5a40/plot_data_nanduri2012.ipynb
doc/_build/html/_downloads/672e8ef84c987d7e965fc41ef10a656a/plot_thompson2003.py
doc/_build/html/_downloads/72250bd9ba893c8b245737cc3f02de5c/plot_data_horsager2009.ipynb
doc/_build/html/_downloads/72b969b7e63acb0a4bf7fadba3f057dd/plot_visual_field_maps.py
doc/_build/html/_downloads/732b7794f4eec7a236d5eaf14958d8ec/plot_pulse_trains.ipynb
doc/_build/html/_downloads/7633c23f6a1ba623e56f94df317653ad/plot_argus.ipynb
doc/_build/html/_downloads/775b7c1f4eeec22f7c4055ad5cb9ea83/plot_dynaphos.zip
doc/_build/html/_downloads/7b0082074435ed84a1772d54cd72383e/implants-6.png
doc/_build/html/_downloads/7e55bf042568ce593e8c0bd04d5eb70b/plot_argus.zip
doc/_build/html/_downloads/7f438221908cee2e0d23fcebe9717443/implants-13.png
doc/_build/html/_downloads/80f60963a4cb4894bd2c4707b8e0eb92/plot_greenwald2009.ipynb
doc/_build/html/_downloads/81bc6d7dcede2f05b768b4da0b05485e/plot_data_beyeler2019.ipynb
doc/_build/html/_downloads/83962c5c52c372cf3e7e58f3cf0ade7c/implants-4.hires.png
doc/_build/html/_downloads/889ed8a2f0a2994d1aae8f46f8cf1349/implants-11.hires.png
doc/_build/html/_downloads/88c95945d86fe1f7e5539b44851d0f5f/implants-3.png
doc/_build/html/_downloads/88f4d3aeabfe9527f47d59eae645ead6/implants-1.pdf
doc/_build/html/_downloads/8f15dca134a8613f90472c614225787b/plot_granley2021_biphasic.py
doc/_build/html/_downloads/948e2a2585a8687f601afe91b657030b/plot_custom_electrode_array.ipynb
doc/_build/html/_downloads/9e42c598d4fa0bccdb00e851819b125a/plot_dynaphos.py
doc/_build/html/_downloads/9f352422c9640ae84b859ff2d0ff267d/plot_custom_electrode_array.py
doc/_build/html/_downloads/a12790c8117225b0d16804523752284c/implants-12.png
doc/_build/html/_downloads/a19dd6e6a22dfa9ce874a8864d61512b/plot_tests.ipynb
doc/_build/html/_downloads/a63db967206c3f0b47916c62b3132cec/plot_neuropythy.ipynb
doc/_build/html/_downloads/a97eda8ce110ed543806fc21a9d40ee1/implants-7.pdf
doc/_build/html/_downloads/aa4b8b7541993e7fba17d15be55cdb70/implants-1.hires.png
doc/_build/html/_downloads/aaae13905477c674e1ce048553fbf7b9/plot_psychophysics.zip
doc/_build/html/_downloads/abc6f995149cedc1c5b507cb8f95a4bb/plot_implants.py
doc/_build/html/_downloads/ae7f930d590a1ce75aeddf01eb6a04a7/plot_image_stim.py
doc/_build/html/_downloads/b0c1266d8b722983cfa148f5ca7cf0fc/implants-5.hires.png
doc/_build/html/_downloads/b27baac98a151e292ae93ffa9867178b/plot_implants_cortical.ipynb
doc/_build/html/_downloads/b2acaa27d6e9e19e14dbd52f3a2ba9da/implants-14.png
doc/_build/html/_downloads/b30240e0b66fe1ece18179298719338d/plot_argus.py
doc/_build/html/_downloads/b3de6248bec69758e0c30999c737e3ed/plot_perezfornos2012.ipynb
doc/_build/html/_downloads/b5b19f679ff841cf5ee6dac910f1509f/plot_granley2021_biphasic.ipynb
doc/_build/html/_downloads/b897575801e73db38a62118b67c07eca/plot_pulses.zip
doc/_build/html/_downloads/b8bb27b4ad81fdbc9bb43533b810495a/plot_image_stim.zip
doc/_build/html/_downloads/bc82bea3a5dd7bdba60b65220891d9e5/examples_python.zip
doc/_build/html/_downloads/bcf1014bf9c9b8c6b329aadb629d57e6/implants-9.png
doc/_build/html/_downloads/bfb700acc1fdce1d7a8cb81227fce6ff/implants-7.hires.png
doc/_build/html/_downloads/c06986e4fbe6fcb841bfd9f624b2ed69/plot_neuropythy.py
doc/_build/html/_downloads/c1deb5d8b1b30f8a788a2724c61d5b23/implants-7.png
doc/_build/html/_downloads/c2d565c21e9090bc3264c8e42d20169c/plot_nanduri2012.zip
doc/_build/html/_downloads/c447ca7bd57437c76472d0d4ec52125e/plot_thompson2003.zip
doc/_build/html/_downloads/c83edb5a7f18ee2a6530f6f8f55a6035/implants-12.pdf
doc/_build/html/_downloads/c96f01446530c83ad931b6b22321a95a/plot_granley2021_biphasic.zip
doc/_build/html/_downloads/cb60afa1aa6d61a64fac5e8498e82ce7/plot_image_stim.ipynb
doc/_build/html/_downloads/d37b27743f5ce70f5c4aa499b96fb3ff/implants-1.png
doc/_build/html/_downloads/d917644e1311e9ce7744fc3408b49592/plot_visual_field_maps.zip
doc/_build/html/_downloads/dbcfbc726c108a7e5c895fe1c6263fb2/plot_horsager2009.py
doc/_build/html/_downloads/e4ef207c3d5034358214508bcc010d5b/plot_pulse_trains.py
doc/_build/html/_downloads/e6e83dfff6606d2d97a7547c596084a4/plot_beyeler2019_scoreboard.py
doc/_build/html/_downloads/e7cdac1358df57e291477a855295e770/plot_tests.zip
doc/_build/html/_downloads/e839d71a67d4d91fba0f3c46d8994be6/implants-6.hires.png
doc/_build/html/_downloads/eaf440cbe0d00da91bf73e3b6b14e7a4/implants-4.png
doc/_build/html/_downloads/eb50a1f0c0763c9890b38f5595971c46/implants-14.pdf
doc/_build/html/_downloads/ed92f5b1c5e530cc61c87791f6257def/implants-9.pdf
doc/_build/html/_downloads/edf116fe78002a52df1ffd93ab0cd6a1/implants-11.png
doc/_build/html/_downloads/eee4bdeebd872eed62f531588d47c591/plot_nanduri2012.ipynb
doc/_build/html/_downloads/f0e4f62f10361bbe2d2921cac554ceab/plot_beyeler2019_axonmap.py
doc/_build/html/_downloads/f3bc795e3d22c7dd0b4324075ed3c489/plot_beyeler2019_scoreboard.ipynb
doc/_build/html/_downloads/f4903be4dbfccd011d074d0ae7b01f57/plot_psychophysics.ipynb
doc/_build/html/_downloads/f90eb5a4435130aa44a23b7daee88576/implants-8.pdf
doc/_build/html/_downloads/fb625db3c50d423b1b7881136ffdeec8/examples_jupyter.zip
doc/_build/html/_downloads/fba9386bc43ada99b543e42b4e9faf63/plot_greenwald2009.zip
doc/_build/html/_downloads/fc106c0a9db367e609c2ea0eec385adf/plot_horsager2009.zip
doc/_build/html/_downloads/fc8932f0720666c53d3dd6341cbdf0c1/implants-5.pdf
doc/_build/html/_downloads/fdd8a2fad65a3f02dc37604ee8d641b6/plot_electrode_grid.zip
doc/_build/html/_images/implants-1.png
doc/_build/html/_images/implants-10.png
doc/_build/html/_images/implants-11.png
doc/_build/html/_images/implants-12.png
doc/_build/html/_images/implants-13.png
doc/_build/html/_images/implants-14.png
doc/_build/html/_images/implants-2.png
doc/_build/html/_images/implants-3.png
doc/_build/html/_images/implants-4.png
doc/_build/html/_images/implants-5.png
doc/_build/html/_images/implants-6.png
doc/_build/html/_images/implants-7.png
doc/_build/html/_images/implants-8.png
doc/_build/html/_images/implants-9.png
doc/_build/html/_images/sphx_glr_plot_argus_001.png
doc/_build/html/_images/sphx_glr_plot_argus_002.png
doc/_build/html/_images/sphx_glr_plot_argus_thumb.png
doc/_build/html/_images/sphx_glr_plot_beyeler2019_axonmap_001.png
doc/_build/html/_images/sphx_glr_plot_beyeler2019_axonmap_002.png
doc/_build/html/_images/sphx_glr_plot_beyeler2019_axonmap_003.png
doc/_build/html/_images/sphx_glr_plot_beyeler2019_axonmap_004.png
doc/_build/html/_images/sphx_glr_plot_beyeler2019_axonmap_005.png
doc/_build/html/_images/sphx_glr_plot_beyeler2019_axonmap_thumb.png
doc/_build/html/_images/sphx_glr_plot_beyeler2019_scoreboard_001.png
doc/_build/html/_images/sphx_glr_plot_beyeler2019_scoreboard_002.png
doc/_build/html/_images/sphx_glr_plot_beyeler2019_scoreboard_003.png
doc/_build/html/_images/sphx_glr_plot_beyeler2019_scoreboard_004.png
doc/_build/html/_images/sphx_glr_plot_beyeler2019_scoreboard_005.png
doc/_build/html/_images/sphx_glr_plot_beyeler2019_scoreboard_thumb.png
doc/_build/html/_images/sphx_glr_plot_custom_electrode_array_001.png
doc/_build/html/_images/sphx_glr_plot_custom_electrode_array_002.png
doc/_build/html/_images/sphx_glr_plot_custom_electrode_array_thumb.png
doc/_build/html/_images/sphx_glr_plot_data_beyeler2019_001.png
doc/_build/html/_images/sphx_glr_plot_data_beyeler2019_002.png
doc/_build/html/_images/sphx_glr_plot_data_beyeler2019_003.png
doc/_build/html/_images/sphx_glr_plot_data_beyeler2019_004.png
doc/_build/html/_images/sphx_glr_plot_data_beyeler2019_005.png
doc/_build/html/_images/sphx_glr_plot_data_beyeler2019_thumb.png
doc/_build/html/_images/sphx_glr_plot_data_horsager2009_001.png
doc/_build/html/_images/sphx_glr_plot_data_horsager2009_002.png
doc/_build/html/_images/sphx_glr_plot_data_horsager2009_thumb.png
doc/_build/html/_images/sphx_glr_plot_data_nanduri2012_001.png
doc/_build/html/_images/sphx_glr_plot_data_nanduri2012_002.png
doc/_build/html/_images/sphx_glr_plot_data_nanduri2012_thumb.png
doc/_build/html/_images/sphx_glr_plot_dynaphos_001.png
doc/_build/html/_images/sphx_glr_plot_dynaphos_002.png
doc/_build/html/_images/sphx_glr_plot_dynaphos_003.png
doc/_build/html/_images/sphx_glr_plot_dynaphos_004.png
doc/_build/html/_images/sphx_glr_plot_dynaphos_thumb.png
doc/_build/html/_images/sphx_glr_plot_electrode_grid_001.png
doc/_build/html/_images/sphx_glr_plot_electrode_grid_002.png
doc/_build/html/_images/sphx_glr_plot_electrode_grid_003.png
doc/_build/html/_images/sphx_glr_plot_electrode_grid_thumb.png
doc/_build/html/_images/sphx_glr_plot_granley2021_biphasic_001.png
doc/_build/html/_images/sphx_glr_plot_granley2021_biphasic_002.png
doc/_build/html/_images/sphx_glr_plot_granley2021_biphasic_003.png
doc/_build/html/_images/sphx_glr_plot_granley2021_biphasic_004.png
doc/_build/html/_images/sphx_glr_plot_granley2021_biphasic_005.png
doc/_build/html/_images/sphx_glr_plot_granley2021_biphasic_006.png
doc/_build/html/_images/sphx_glr_plot_granley2021_biphasic_007.png
doc/_build/html/_images/sphx_glr_plot_granley2021_biphasic_008.png
doc/_build/html/_images/sphx_glr_plot_granley2021_biphasic_009.png
doc/_build/html/_images/sphx_glr_plot_granley2021_biphasic_thumb.png
doc/_build/html/_images/sphx_glr_plot_greenwald2009_001.png
doc/_build/html/_images/sphx_glr_plot_greenwald2009_thumb.png
doc/_build/html/_images/sphx_glr_plot_horsager2009_001.png
doc/_build/html/_images/sphx_glr_plot_horsager2009_002.png
doc/_build/html/_images/sphx_glr_plot_horsager2009_003.png
doc/_build/html/_images/sphx_glr_plot_horsager2009_004.png
doc/_build/html/_images/sphx_glr_plot_horsager2009_005.png
doc/_build/html/_images/sphx_glr_plot_horsager2009_006.png
doc/_build/html/_images/sphx_glr_plot_horsager2009_thumb.png
doc/_build/html/_images/sphx_glr_plot_image_stim_001.png
doc/_build/html/_images/sphx_glr_plot_image_stim_002.png
doc/_build/html/_images/sphx_glr_plot_image_stim_003.png
doc/_build/html/_images/sphx_glr_plot_image_stim_004.png
doc/_build/html/_images/sphx_glr_plot_image_stim_005.png
doc/_build/html/_images/sphx_glr_plot_image_stim_thumb.png
doc/_build/html/_images/sphx_glr_plot_implants_001.png
doc/_build/html/_images/sphx_glr_plot_implants_002.png
doc/_build/html/_images/sphx_glr_plot_implants_003.png
doc/_build/html/_images/sphx_glr_plot_implants_004.png
doc/_build/html/_images/sphx_glr_plot_implants_005.png
doc/_build/html/_images/sphx_glr_plot_implants_006.png
doc/_build/html/_images/sphx_glr_plot_implants_cortical_001.png
doc/_build/html/_images/sphx_glr_plot_implants_cortical_002.png
doc/_build/html/_images/sphx_glr_plot_implants_cortical_003.png
doc/_build/html/_images/sphx_glr_plot_implants_cortical_004.png
doc/_build/html/_images/sphx_glr_plot_implants_cortical_thumb.png
doc/_build/html/_images/sphx_glr_plot_implants_thumb.png
doc/_build/html/_images/sphx_glr_plot_nanduri2012_001.png
doc/_build/html/_images/sphx_glr_plot_nanduri2012_002.png
doc/_build/html/_images/sphx_glr_plot_nanduri2012_003.png
doc/_build/html/_images/sphx_glr_plot_nanduri2012_004.png
doc/_build/html/_images/sphx_glr_plot_nanduri2012_005.png
doc/_build/html/_images/sphx_glr_plot_nanduri2012_thumb.png
doc/_build/html/_images/sphx_glr_plot_neuropythy_thumb.png
doc/_build/html/_images/sphx_glr_plot_perezfornos2012_001.png
doc/_build/html/_images/sphx_glr_plot_perezfornos2012_thumb.png
doc/_build/html/_images/sphx_glr_plot_psychophysics_001.png
doc/_build/html/_images/sphx_glr_plot_psychophysics_thumb.png
doc/_build/html/_images/sphx_glr_plot_pulse_trains_001.png
doc/_build/html/_images/sphx_glr_plot_pulse_trains_002.png
doc/_build/html/_images/sphx_glr_plot_pulse_trains_003.png
doc/_build/html/_images/sphx_glr_plot_pulse_trains_004.png
doc/_build/html/_images/sphx_glr_plot_pulse_trains_005.png
doc/_build/html/_images/sphx_glr_plot_pulse_trains_thumb.png
doc/_build/html/_images/sphx_glr_plot_pulses_001.png
doc/_build/html/_images/sphx_glr_plot_pulses_002.png
doc/_build/html/_images/sphx_glr_plot_pulses_003.png
doc/_build/html/_images/sphx_glr_plot_pulses_004.png
doc/_build/html/_images/sphx_glr_plot_pulses_005.png
doc/_build/html/_images/sphx_glr_plot_pulses_006.png
doc/_build/html/_images/sphx_glr_plot_pulses_thumb.png
doc/_build/html/_images/sphx_glr_plot_sinusoidal_001.png
doc/_build/html/_images/sphx_glr_plot_sinusoidal_002.png
doc/_build/html/_images/sphx_glr_plot_sinusoidal_003.png
doc/_build/html/_images/sphx_glr_plot_sinusoidal_004.png
doc/_build/html/_images/sphx_glr_plot_sinusoidal_thumb.png
doc/_build/html/_images/sphx_glr_plot_tests_thumb.png
doc/_build/html/_images/sphx_glr_plot_thompson2003_001.png
doc/_build/html/_images/sphx_glr_plot_thompson2003_002.png
doc/_build/html/_images/sphx_glr_plot_thompson2003_thumb.png
doc/_build/html/_images/sphx_glr_plot_video_stim_001.png
doc/_build/html/_images/sphx_glr_plot_video_stim_thumb.png
doc/_build/html/_images/sphx_glr_plot_visual_field_maps_001.png
doc/_build/html/_images/sphx_glr_plot_visual_field_maps_002.png
doc/_build/html/_images/sphx_glr_plot_visual_field_maps_003.png
doc/_build/html/_images/sphx_glr_plot_visual_field_maps_004.png
doc/_build/html/_images/sphx_glr_plot_visual_field_maps_thumb.png
doc/_build/html/_sources/index.rst.txt
doc/_build/html/_sources/install.rst.txt
doc/_build/html/_sources/sg_execution_times.rst.txt
doc/_build/html/_sources/developers/benchmarks.rst.txt
doc/_build/html/_sources/developers/contributing.rst.txt
doc/_build/html/_sources/developers/releases.rst.txt
doc/_build/html/_sources/developers/style_guide.rst.txt
doc/_build/html/_sources/examples/index.rst.txt
doc/_build/html/_sources/examples/sg_execution_times.rst.txt
doc/_build/html/_sources/examples/datasets/index.rst.txt
doc/_build/html/_sources/examples/datasets/plot_data_beyeler2019.rst.txt
doc/_build/html/_sources/examples/datasets/plot_data_horsager2009.rst.txt
doc/_build/html/_sources/examples/datasets/plot_data_nanduri2012.rst.txt
doc/_build/html/_sources/examples/datasets/plot_greenwald2009.rst.txt
doc/_build/html/_sources/examples/datasets/plot_perezfornos2012.rst.txt
doc/_build/html/_sources/examples/datasets/sg_execution_times.rst.txt
doc/_build/html/_sources/examples/developers/index.rst.txt
doc/_build/html/_sources/examples/developers/plot_tests.rst.txt
doc/_build/html/_sources/examples/developers/sg_execution_times.rst.txt
doc/_build/html/_sources/examples/implants/index.rst.txt
doc/_build/html/_sources/examples/implants/plot_argus.rst.txt
doc/_build/html/_sources/examples/implants/plot_custom_electrode_array.rst.txt
doc/_build/html/_sources/examples/implants/plot_electrode_grid.rst.txt
doc/_build/html/_sources/examples/implants/plot_implants.rst.txt
doc/_build/html/_sources/examples/implants/plot_implants_cortical.rst.txt
doc/_build/html/_sources/examples/implants/sg_execution_times.rst.txt
doc/_build/html/_sources/examples/models/index.rst.txt
doc/_build/html/_sources/examples/models/plot_beyeler2019_axonmap.rst.txt
doc/_build/html/_sources/examples/models/plot_beyeler2019_scoreboard.rst.txt
doc/_build/html/_sources/examples/models/plot_dynaphos.rst.txt
doc/_build/html/_sources/examples/models/plot_granley2021_biphasic.rst.txt
doc/_build/html/_sources/examples/models/plot_horsager2009.rst.txt
doc/_build/html/_sources/examples/models/plot_nanduri2012.rst.txt
doc/_build/html/_sources/examples/models/plot_neuropythy.rst.txt
doc/_build/html/_sources/examples/models/plot_thompson2003.rst.txt
doc/_build/html/_sources/examples/models/plot_visual_field_maps.rst.txt
doc/_build/html/_sources/examples/models/sg_execution_times.rst.txt
doc/_build/html/_sources/examples/stimuli/index.rst.txt
doc/_build/html/_sources/examples/stimuli/plot_image_stim.rst.txt
doc/_build/html/_sources/examples/stimuli/plot_psychophysics.rst.txt
doc/_build/html/_sources/examples/stimuli/plot_pulse_trains.rst.txt
doc/_build/html/_sources/examples/stimuli/plot_pulses.rst.txt
doc/_build/html/_sources/examples/stimuli/plot_sinusoidal.rst.txt
doc/_build/html/_sources/examples/stimuli/plot_video_stim.rst.txt
doc/_build/html/_sources/examples/stimuli/sg_execution_times.rst.txt
doc/_build/html/_sources/topics/datasets.rst.txt
doc/_build/html/_sources/topics/encoders.rst.txt
doc/_build/html/_sources/topics/implants.rst.txt
doc/_build/html/_sources/topics/models.rst.txt
doc/_build/html/_sources/topics/rasters.rst.txt
doc/_build/html/_sources/topics/stimuli.rst.txt
doc/_build/html/_sources/topics/units.rst.txt
doc/_build/html/_sources/users/api.rst.txt
doc/_build/html/_sources/users/faq.rst.txt
doc/_build/html/_sources/users/news.rst.txt
doc/_build/html/_sources/users/references.rst.txt
doc/_build/html/_sources/users/release_notes.rst.txt
doc/_build/html/_sources/users/_api/pulse2percept.datasets.rst.txt
doc/_build/html/_sources/users/_api/pulse2percept.implants.rst.txt
doc/_build/html/_sources/users/_api/pulse2percept.models.rst.txt
doc/_build/html/_sources/users/_api/pulse2percept.percepts.rst.txt
doc/_build/html/_sources/users/_api/pulse2percept.stimuli.rst.txt
doc/_build/html/_sources/users/_api/pulse2percept.topography.rst.txt
doc/_build/html/_sources/users/_api/pulse2percept.units.rst.txt
doc/_build/html/_sources/users/_api/pulse2percept.utils.rst.txt
doc/_build/html/_sources/users/_api/pulse2percept.viz.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.datasets.base.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.datasets.beyeler2019.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.datasets.greenwald2009.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.datasets.han2021.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.datasets.horsager2009.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.datasets.nanduri2012.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.datasets.perezfornos2012.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.implants.alpha.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.implants.argus.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.implants.base.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.implants.bvt.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.implants.cortex.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.implants.electrode_arrays.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.implants.electrodes.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.implants.ensemble.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.implants.imie.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.implants.prima.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.implants.rasters.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.models.base.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.models.beyeler2019.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.models.cortex.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.models.granley2021.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.models.horsager2009.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.models.nanduri2012.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.models.temporal.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.models.thompson2003.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.percepts.base.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.stimuli.base.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.stimuli.encoders.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.stimuli.images.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.stimuli.names.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.stimuli.psychophysics.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.stimuli.pulse_trains.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.stimuli.pulses.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.stimuli.videos.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.topography.base.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.topography.cortex.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.topography.neuropythy.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.topography.retina.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.units.base.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.utils.animation.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.utils.array.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.utils.base.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.utils.constants.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.utils.convolution.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.utils.deprecation.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.utils.geometry.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.utils.images.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.utils.optimize.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.utils.stats.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.utils.three_dim.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.viz.argus.rst.txt
doc/_build/html/_sources/users/_api/_api/pulse2percept.viz.base.rst.txt
doc/_build/html/_sources/users/_api/_api/_api/pulse2percept.implants.cortex.cortivis.rst.txt
doc/_build/html/_sources/users/_api/_api/_api/pulse2percept.implants.cortex.icvp.rst.txt
doc/_build/html/_sources/users/_api/_api/_api/pulse2percept.implants.cortex.neuralink.rst.txt
doc/_build/html/_sources/users/_api/_api/_api/pulse2percept.implants.cortex.orion.rst.txt
doc/_build/html/_sources/users/_api/_api/_api/pulse2percept.models.cortex.base.rst.txt
doc/_build/html/_sources/users/_api/_api/_api/pulse2percept.models.cortex.dynaphos.rst.txt
doc/_build/html/_static/_sphinx_javascript_frameworks_compat.js
doc/_build/html/_static/artificial_retina.jpg
doc/_build/html/_static/axon_streaks.jpg
doc/_build/html/_static/basic.css
doc/_build/html/_static/binder_badge_logo.svg
doc/_build/html/_static/boston-train-combined.gif
doc/_build/html/_static/boston-train-combined.mp4
doc/_build/html/_static/broken_example.png
doc/_build/html/_static/doctools.js
doc/_build/html/_static/documentation_options.js
doc/_build/html/_static/eScience_Logo_HR.png
doc/_build/html/_static/file.png
doc/_build/html/_static/jquery.js
doc/_build/html/_static/jupyterlite_badge_logo.svg
doc/_build/html/_static/language_data.js
doc/_build/html/_static/minus.png
doc/_build/html/_static/model.jpg
doc/_build/html/_static/no_image.png
doc/_build/html/_static/plot_directive.css
doc/_build/html/_static/plus.png
doc/_build/html/_static/pygments.css
doc/_build/html/_static/rp_amd.jpg
doc/_build/html/_static/searchtools.js
doc/_build/html/_static/sg_gallery-binder.css
doc/_build/html/_static/sg_gallery-dataframe.css
doc/_build/html/_static/sg_gallery-rendered-html.css
doc/_build/html/_static/sg_gallery.css
doc/_build/html/_static/sphinx_highlight.js
doc/_build/html/_static/css/badge_only.css
doc/_build/html/_static/css/custom.css
doc/_build/html/_static/css/theme.css
doc/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff
doc/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff2
doc/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff
doc/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff2
doc/_build/html/_static/css/fonts/fontawesome-webfont.eot
doc/_build/html/_static/css/fonts/fontawesome-webfont.svg
doc/_build/html/_static/css/fonts/fontawesome-webfont.ttf
doc/_build/html/_static/css/fonts/fontawesome-webfont.woff
doc/_build/html/_static/css/fonts/fontawesome-webfont.woff2
doc/_build/html/_static/css/fonts/lato-bold-italic.woff
doc/_build/html/_static/css/fonts/lato-bold-italic.woff2
doc/_build/html/_static/css/fonts/lato-bold.woff
doc/_build/html/_static/css/fonts/lato-bold.woff2
doc/_build/html/_static/css/fonts/lato-normal-italic.woff
doc/_build/html/_static/css/fonts/lato-normal-italic.woff2
doc/_build/html/_static/css/fonts/lato-normal.woff
doc/_build/html/_static/css/fonts/lato-normal.woff2
doc/_build/html/_static/data/versionwarning-data.json
doc/_build/html/_static/fonts/Lato/lato-bold.eot
doc/_build/html/_static/fonts/Lato/lato-bold.ttf
doc/_build/html/_static/fonts/Lato/lato-bold.woff
doc/_build/html/_static/fonts/Lato/lato-bold.woff2
doc/_build/html/_static/fonts/Lato/lato-bolditalic.eot
doc/_build/html/_static/fonts/Lato/lato-bolditalic.ttf
doc/_build/html/_static/fonts/Lato/lato-bolditalic.woff
doc/_build/html/_static/fonts/Lato/lato-bolditalic.woff2
doc/_build/html/_static/fonts/Lato/lato-italic.eot
doc/_build/html/_static/fonts/Lato/lato-italic.ttf
doc/_build/html/_static/fonts/Lato/lato-italic.woff
doc/_build/html/_static/fonts/Lato/lato-italic.woff2
doc/_build/html/_static/fonts/Lato/lato-regular.eot
doc/_build/html/_static/fonts/Lato/lato-regular.ttf
doc/_build/html/_static/fonts/Lato/lato-regular.woff
doc/_build/html/_static/fonts/Lato/lato-regular.woff2
doc/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
doc/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
doc/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
doc/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
doc/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
doc/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
doc/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
doc/_build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
doc/_build/html/_static/js/badge_only.js
doc/_build/html/_static/js/theme.js
doc/_build/html/_static/js/versions.js
doc/_build/html/_static/js/versionwarning.js
doc/_build/html/developers/benchmarks.html
doc/_build/html/developers/contributing.html
doc/_build/html/developers/releases.html
doc/_build/html/developers/style_guide.html
doc/_build/html/examples/index.html
doc/_build/html/examples/sg_execution_times.html
doc/_build/html/examples/datasets/index.html
doc/_build/html/examples/datasets/plot_data_beyeler2019.html
doc/_build/html/examples/datasets/plot_data_horsager2009.html
doc/_build/html/examples/datasets/plot_data_nanduri2012.html
doc/_build/html/examples/datasets/plot_greenwald2009.html
doc/_build/html/examples/datasets/plot_perezfornos2012.html
doc/_build/html/examples/datasets/sg_execution_times.html
doc/_build/html/examples/developers/index.html
doc/_build/html/examples/developers/plot_tests.html
doc/_build/html/examples/developers/sg_execution_times.html
doc/_build/html/examples/implants/index.html
doc/_build/html/examples/implants/plot_argus.html
doc/_build/html/examples/implants/plot_custom_electrode_array.html
doc/_build/html/examples/implants/plot_electrode_grid.html
doc/_build/html/examples/implants/plot_implants.html
doc/_build/html/examples/implants/plot_implants_cortical.html
doc/_build/html/examples/implants/sg_execution_times.html
doc/_build/html/examples/models/index.html
doc/_build/html/examples/models/plot_beyeler2019_axonmap.html
doc/_build/html/examples/models/plot_beyeler2019_scoreboard.html
doc/_build/html/examples/models/plot_dynaphos.html
doc/_build/html/examples/models/plot_granley2021_biphasic.html
doc/_build/html/examples/models/plot_horsager2009.html
doc/_build/html/examples/models/plot_nanduri2012.html
doc/_build/html/examples/models/plot_neuropythy.html
doc/_build/html/examples/models/plot_thompson2003.html
doc/_build/html/examples/models/plot_visual_field_maps.html
doc/_build/html/examples/models/sg_execution_times.html
doc/_build/html/examples/stimuli/index.html
doc/_build/html/examples/stimuli/plot_image_stim.html
doc/_build/html/examples/stimuli/plot_psychophysics.html
doc/_build/html/examples/stimuli/plot_pulse_trains.html
doc/_build/html/examples/stimuli/plot_pulses.html
doc/_build/html/examples/stimuli/plot_sinusoidal.html
doc/_build/html/examples/stimuli/plot_video_stim.html
doc/_build/html/examples/stimuli/sg_execution_times.html
doc/_build/html/topics/datasets.html
doc/_build/html/topics/encoders.html
doc/_build/html/topics/implants.html
doc/_build/html/topics/models.html
doc/_build/html/topics/rasters.html
doc/_build/html/topics/stimuli.html
doc/_build/html/topics/units.html
doc/_build/html/users/api.html
doc/_build/html/users/faq.html
doc/_build/html/users/news.html
doc/_build/html/users/references.html
doc/_build/html/users/release_notes.html
doc/_build/html/users/_api/pulse2percept.datasets.html
doc/_build/html/users/_api/pulse2percept.implants.html
doc/_build/html/users/_api/pulse2percept.models.html
doc/_build/html/users/_api/pulse2percept.percepts.html
doc/_build/html/users/_api/pulse2percept.stimuli.html
doc/_build/html/users/_api/pulse2percept.topography.html
doc/_build/html/users/_api/pulse2percept.units.html
doc/_build/html/users/_api/pulse2percept.utils.html
doc/_build/html/users/_api/pulse2percept.viz.html
doc/_build/html/users/_api/_api/pulse2percept.datasets.base.html
doc/_build/html/users/_api/_api/pulse2percept.datasets.beyeler2019.html
doc/_build/html/users/_api/_api/pulse2percept.datasets.greenwald2009.html
doc/_build/html/users/_api/_api/pulse2percept.datasets.han2021.html
doc/_build/html/users/_api/_api/pulse2percept.datasets.horsager2009.html
doc/_build/html/users/_api/_api/pulse2percept.datasets.nanduri2012.html
doc/_build/html/users/_api/_api/pulse2percept.datasets.perezfornos2012.html
doc/_build/html/users/_api/_api/pulse2percept.implants.alpha.html
doc/_build/html/users/_api/_api/pulse2percept.implants.argus.html
doc/_build/html/users/_api/_api/pulse2percept.implants.base.html
doc/_build/html/users/_api/_api/pulse2percept.implants.bvt.html
doc/_build/html/users/_api/_api/pulse2percept.implants.cortex.html
doc/_build/html/users/_api/_api/pulse2percept.implants.electrode_arrays.html
doc/_build/html/users/_api/_api/pulse2percept.implants.electrodes.html
doc/_build/html/users/_api/_api/pulse2percept.implants.ensemble.html
doc/_build/html/users/_api/_api/pulse2percept.implants.imie.html
doc/_build/html/users/_api/_api/pulse2percept.implants.prima.html
doc/_build/html/users/_api/_api/pulse2percept.implants.rasters.html
doc/_build/html/users/_api/_api/pulse2percept.models.base.html
doc/_build/html/users/_api/_api/pulse2percept.models.beyeler2019.html
doc/_build/html/users/_api/_api/pulse2percept.models.cortex.html
doc/_build/html/users/_api/_api/pulse2percept.models.granley2021.html
doc/_build/html/users/_api/_api/pulse2percept.models.horsager2009.html
doc/_build/html/users/_api/_api/pulse2percept.models.nanduri2012.html
doc/_build/html/users/_api/_api/pulse2percept.models.temporal.html
doc/_build/html/users/_api/_api/pulse2percept.models.thompson2003.html
doc/_build/html/users/_api/_api/pulse2percept.percepts.base.html
doc/_build/html/users/_api/_api/pulse2percept.stimuli.base.html
doc/_build/html/users/_api/_api/pulse2percept.stimuli.encoders.html
doc/_build/html/users/_api/_api/pulse2percept.stimuli.images.html
doc/_build/html/users/_api/_api/pulse2percept.stimuli.names.html
doc/_build/html/users/_api/_api/pulse2percept.stimuli.psychophysics.html
doc/_build/html/users/_api/_api/pulse2percept.stimuli.pulse_trains.html
doc/_build/html/users/_api/_api/pulse2percept.stimuli.pulses.html
doc/_build/html/users/_api/_api/pulse2percept.stimuli.videos.html
doc/_build/html/users/_api/_api/pulse2percept.topography.base.html
doc/_build/html/users/_api/_api/pulse2percept.topography.cortex.html
doc/_build/html/users/_api/_api/pulse2percept.topography.neuropythy.html
doc/_build/html/users/_api/_api/pulse2percept.topography.retina.html
doc/_build/html/users/_api/_api/pulse2percept.units.base.html
doc/_build/html/users/_api/_api/pulse2percept.utils.animation.html
doc/_build/html/users/_api/_api/pulse2percept.utils.array.html
doc/_build/html/users/_api/_api/pulse2percept.utils.base.html
doc/_build/html/users/_api/_api/pulse2percept.utils.constants.html
doc/_build/html/users/_api/_api/pulse2percept.utils.convolution.html
doc/_build/html/users/_api/_api/pulse2percept.utils.deprecation.html
doc/_build/html/users/_api/_api/pulse2percept.utils.geometry.html
doc/_build/html/users/_api/_api/pulse2percept.utils.images.html
doc/_build/html/users/_api/_api/pulse2percept.utils.optimize.html
doc/_build/html/users/_api/_api/pulse2percept.utils.stats.html
doc/_build/html/users/_api/_api/pulse2percept.utils.three_dim.html
doc/_build/html/users/_api/_api/pulse2percept.viz.argus.html
doc/_build/html/users/_api/_api/pulse2percept.viz.base.html
doc/_build/html/users/_api/_api/_api/pulse2percept.implants.cortex.cortivis.html
doc/_build/html/users/_api/_api/_api/pulse2percept.implants.cortex.icvp.html
doc/_build/html/users/_api/_api/_api/pulse2percept.implants.cortex.neuralink.html
doc/_build/html/users/_api/_api/_api/pulse2percept.implants.cortex.orion.html
doc/_build/html/users/_api/_api/_api/pulse2percept.models.cortex.base.html
doc/_build/html/users/_api/_api/_api/pulse2percept.models.cortex.dynaphos.html
doc/_build/plot_directive/topics/implants-1.hires.png
doc/_build/plot_directive/topics/implants-1.pdf
doc/_build/plot_directive/topics/implants-1.png
doc/_build/plot_directive/topics/implants-10.hires.png
doc/_build/plot_directive/topics/implants-10.pdf
doc/_build/plot_directive/topics/implants-10.png
doc/_build/plot_directive/topics/implants-11.hires.png
doc/_build/plot_directive/topics/implants-11.pdf
doc/_build/plot_directive/topics/implants-11.png
doc/_build/plot_directive/topics/implants-12.hires.png
doc/_build/plot_directive/topics/implants-12.pdf
doc/_build/plot_directive/topics/implants-12.png
doc/_build/plot_directive/topics/implants-13.hires.png
doc/_build/plot_directive/topics/implants-13.pdf
doc/_build/plot_directive/topics/implants-13.png
doc/_build/plot_directive/topics/implants-14.hires.png
doc/_build/plot_directive/topics/implants-14.pdf
doc/_build/plot_directive/topics/implants-14.png
doc/_build/plot_directive/topics/implants-2.hires.png
doc/_build/plot_directive/topics/implants-2.pdf
doc/_build/plot_directive/topics/implants-2.png
doc/_build/plot_directive/topics/implants-3.hires.png
doc/_build/plot_directive/topics/implants-3.pdf
doc/_build/plot_directive/topics/implants-3.png
doc/_build/plot_directive/topics/implants-4.hires.png
doc/_build/plot_directive/topics/implants-4.pdf
doc/_build/plot_directive/topics/implants-4.png
doc/_build/plot_directive/topics/implants-5.hires.png
doc/_build/plot_directive/topics/implants-5.pdf
doc/_build/plot_directive/topics/implants-5.png
doc/_build/plot_directive/topics/implants-6.hires.png
doc/_build/plot_directive/topics/implants-6.pdf
doc/_build/plot_directive/topics/implants-6.png
doc/_build/plot_directive/topics/implants-7.hires.png
doc/_build/plot_directive/topics/implants-7.pdf
doc/_build/plot_directive/topics/implants-7.png
doc/_build/plot_directive/topics/implants-8.hires.png
doc/_build/plot_directive/topics/implants-8.pdf
doc/_build/plot_directive/topics/implants-8.png
doc/_build/plot_directive/topics/implants-9.hires.png
doc/_build/plot_directive/topics/implants-9.pdf
doc/_build/plot_directive/topics/implants-9.png
doc/_ext/custom_references_resolver.py
doc/_ext/github_link.py
doc/_ext/p2pdocs.py
doc/_ext/__pycache__/github_link.cpython-311.pyc
doc/_static/artificial_retina.jpg
doc/_static/axon_streaks.jpg
doc/_static/boston-train-combined.gif
doc/_static/boston-train-combined.mp4
doc/_static/eScience_Logo_HR.png
doc/_static/model.jpg
doc/_static/rp_amd.jpg
doc/_static/css/custom.css
doc/developers/benchmarks.rst
doc/developers/contributing.rst
doc/developers/releases.rst
doc/developers/style_guide.rst
doc/examples/datasets/images/sphx_glr_plot_data_beyeler2019_001.png
doc/examples/datasets/images/sphx_glr_plot_data_beyeler2019_002.png
doc/examples/datasets/images/sphx_glr_plot_data_beyeler2019_003.png
doc/examples/datasets/images/sphx_glr_plot_data_beyeler2019_004.png
doc/examples/datasets/images/sphx_glr_plot_data_beyeler2019_005.png
doc/examples/datasets/images/sphx_glr_plot_data_horsager2009_001.png
doc/examples/datasets/images/sphx_glr_plot_data_horsager2009_002.png
doc/examples/datasets/images/sphx_glr_plot_data_nanduri2012_001.png
doc/examples/datasets/images/sphx_glr_plot_data_nanduri2012_002.png
doc/examples/datasets/images/sphx_glr_plot_greenwald2009_001.png
doc/examples/datasets/images/sphx_glr_plot_perezfornos2012_001.png
doc/examples/datasets/images/thumb/sphx_glr_plot_data_beyeler2019_thumb.png
doc/examples/datasets/images/thumb/sphx_glr_plot_data_horsager2009_thumb.png
doc/examples/datasets/images/thumb/sphx_glr_plot_data_nanduri2012_thumb.png
doc/examples/datasets/images/thumb/sphx_glr_plot_greenwald2009_thumb.png
doc/examples/datasets/images/thumb/sphx_glr_plot_perezfornos2012_thumb.png
doc/examples/developers/images/thumb/sphx_glr_plot_tests_thumb.png
doc/examples/implants/images/sphx_glr_plot_argus_001.png
doc/examples/implants/images/sphx_glr_plot_argus_002.png
doc/examples/implants/images/sphx_glr_plot_custom_electrode_array_001.png
doc/examples/implants/images/sphx_glr_plot_custom_electrode_array_002.png
doc/examples/implants/images/sphx_glr_plot_electrode_grid_001.png
doc/examples/implants/images/sphx_glr_plot_electrode_grid_002.png
doc/examples/implants/images/sphx_glr_plot_electrode_grid_003.png
doc/examples/implants/images/sphx_glr_plot_implants_001.png
doc/examples/implants/images/sphx_glr_plot_implants_002.png
doc/examples/implants/images/sphx_glr_plot_implants_003.png
doc/examples/implants/images/sphx_glr_plot_implants_004.png
doc/examples/implants/images/sphx_glr_plot_implants_005.png
doc/examples/implants/images/sphx_glr_plot_implants_006.png
doc/examples/implants/images/sphx_glr_plot_implants_cortical_001.png
doc/examples/implants/images/sphx_glr_plot_implants_cortical_002.png
doc/examples/implants/images/sphx_glr_plot_implants_cortical_003.png
doc/examples/implants/images/sphx_glr_plot_implants_cortical_004.png
doc/examples/implants/images/thumb/sphx_glr_plot_argus_thumb.png
doc/examples/implants/images/thumb/sphx_glr_plot_custom_electrode_array_thumb.png
doc/examples/implants/images/thumb/sphx_glr_plot_electrode_grid_thumb.png
doc/examples/implants/images/thumb/sphx_glr_plot_implants_cortical_thumb.png
doc/examples/implants/images/thumb/sphx_glr_plot_implants_thumb.png
doc/examples/models/images/sphx_glr_plot_beyeler2019_axonmap_001.png
doc/examples/models/images/sphx_glr_plot_beyeler2019_axonmap_002.png
doc/examples/models/images/sphx_glr_plot_beyeler2019_axonmap_003.png
doc/examples/models/images/sphx_glr_plot_beyeler2019_axonmap_004.png
doc/examples/models/images/sphx_glr_plot_beyeler2019_axonmap_005.png
doc/examples/models/images/sphx_glr_plot_beyeler2019_scoreboard_001.png
doc/examples/models/images/sphx_glr_plot_beyeler2019_scoreboard_002.png
doc/examples/models/images/sphx_glr_plot_beyeler2019_scoreboard_003.png
doc/examples/models/images/sphx_glr_plot_beyeler2019_scoreboard_004.png
doc/examples/models/images/sphx_glr_plot_beyeler2019_scoreboard_005.png
doc/examples/models/images/sphx_glr_plot_dynaphos_001.png
doc/examples/models/images/sphx_glr_plot_dynaphos_002.png
doc/examples/models/images/sphx_glr_plot_dynaphos_003.png
doc/examples/models/images/sphx_glr_plot_dynaphos_004.png
doc/examples/models/images/sphx_glr_plot_granley2021_biphasic_001.png
doc/examples/models/images/sphx_glr_plot_granley2021_biphasic_002.png
doc/examples/models/images/sphx_glr_plot_granley2021_biphasic_003.png
doc/examples/models/images/sphx_glr_plot_granley2021_biphasic_004.png
doc/examples/models/images/sphx_glr_plot_granley2021_biphasic_005.png
doc/examples/models/images/sphx_glr_plot_granley2021_biphasic_006.png
doc/examples/models/images/sphx_glr_plot_granley2021_biphasic_007.png
doc/examples/models/images/sphx_glr_plot_granley2021_biphasic_008.png
doc/examples/models/images/sphx_glr_plot_granley2021_biphasic_009.png
doc/examples/models/images/sphx_glr_plot_horsager2009_001.png
doc/examples/models/images/sphx_glr_plot_horsager2009_002.png
doc/examples/models/images/sphx_glr_plot_horsager2009_003.png
doc/examples/models/images/sphx_glr_plot_horsager2009_004.png
doc/examples/models/images/sphx_glr_plot_horsager2009_005.png
doc/examples/models/images/sphx_glr_plot_horsager2009_006.png
doc/examples/models/images/sphx_glr_plot_nanduri2012_001.png
doc/examples/models/images/sphx_glr_plot_nanduri2012_002.png
doc/examples/models/images/sphx_glr_plot_nanduri2012_003.png
doc/examples/models/images/sphx_glr_plot_nanduri2012_004.png
doc/examples/models/images/sphx_glr_plot_nanduri2012_005.png
doc/examples/models/images/sphx_glr_plot_thompson2003_001.png
doc/examples/models/images/sphx_glr_plot_thompson2003_002.png
doc/examples/models/images/sphx_glr_plot_visual_field_maps_001.png
doc/examples/models/images/sphx_glr_plot_visual_field_maps_002.png
doc/examples/models/images/sphx_glr_plot_visual_field_maps_003.png
doc/examples/models/images/sphx_glr_plot_visual_field_maps_004.png
doc/examples/models/images/thumb/sphx_glr_plot_beyeler2019_axonmap_thumb.png
doc/examples/models/images/thumb/sphx_glr_plot_beyeler2019_scoreboard_thumb.png
doc/examples/models/images/thumb/sphx_glr_plot_dynaphos_thumb.png
doc/examples/models/images/thumb/sphx_glr_plot_granley2021_biphasic_thumb.png
doc/examples/models/images/thumb/sphx_glr_plot_horsager2009_thumb.png
doc/examples/models/images/thumb/sphx_glr_plot_nanduri2012_thumb.png
doc/examples/models/images/thumb/sphx_glr_plot_neuropythy_thumb.png
doc/examples/models/images/thumb/sphx_glr_plot_thompson2003_thumb.png
doc/examples/models/images/thumb/sphx_glr_plot_visual_field_maps_thumb.png
doc/examples/stimuli/images/sphx_glr_plot_image_stim_001.png
doc/examples/stimuli/images/sphx_glr_plot_image_stim_002.png
doc/examples/stimuli/images/sphx_glr_plot_image_stim_003.png
doc/examples/stimuli/images/sphx_glr_plot_image_stim_004.png
doc/examples/stimuli/images/sphx_glr_plot_image_stim_005.png
doc/examples/stimuli/images/sphx_glr_plot_psychophysics_001.png
doc/examples/stimuli/images/sphx_glr_plot_pulse_trains_001.png
doc/examples/stimuli/images/sphx_glr_plot_pulse_trains_002.png
doc/examples/stimuli/images/sphx_glr_plot_pulse_trains_003.png
doc/examples/stimuli/images/sphx_glr_plot_pulse_trains_004.png
doc/examples/stimuli/images/sphx_glr_plot_pulse_trains_005.png
doc/examples/stimuli/images/sphx_glr_plot_pulses_001.png
doc/examples/stimuli/images/sphx_glr_plot_pulses_002.png
doc/examples/stimuli/images/sphx_glr_plot_pulses_003.png
doc/examples/stimuli/images/sphx_glr_plot_pulses_004.png
doc/examples/stimuli/images/sphx_glr_plot_pulses_005.png
doc/examples/stimuli/images/sphx_glr_plot_pulses_006.png
doc/examples/stimuli/images/sphx_glr_plot_sinusoidal_001.png
doc/examples/stimuli/images/sphx_glr_plot_sinusoidal_002.png
doc/examples/stimuli/images/sphx_glr_plot_sinusoidal_003.png
doc/examples/stimuli/images/sphx_glr_plot_sinusoidal_004.png
doc/examples/stimuli/images/sphx_glr_plot_video_stim_001.png
doc/examples/stimuli/images/thumb/sphx_glr_plot_image_stim_thumb.png
doc/examples/stimuli/images/thumb/sphx_glr_plot_psychophysics_thumb.png
doc/examples/stimuli/images/thumb/sphx_glr_plot_pulse_trains_thumb.png
doc/examples/stimuli/images/thumb/sphx_glr_plot_pulses_thumb.png
doc/examples/stimuli/images/thumb/sphx_glr_plot_sinusoidal_thumb.png
doc/examples/stimuli/images/thumb/sphx_glr_plot_video_stim_thumb.png
doc/savefig/cortivis.png
doc/savefig/icvp.png
doc/savefig/model_cell.png
doc/savefig/model_hull.png
doc/savefig/model_scatter.png
doc/savefig/neuralink_thread.png
doc/savefig/orion.png
doc/savefig/polimeni.png
doc/savefig/score.png
doc/topics/datasets.rst
doc/topics/encoders.rst
doc/topics/implants.rst
doc/topics/models.rst
doc/topics/rasters.rst
doc/topics/stimuli.rst
doc/topics/units.rst
doc/users/api.rst
doc/users/faq.rst
doc/users/news.rst
doc/users/references.rst
doc/users/release_notes.rst
examples/README.rst
examples/datasets/README.rst
examples/datasets/axons.pickle
examples/datasets/plot_data_beyeler2019.py
examples/datasets/plot_data_horsager2009.py
examples/datasets/plot_data_nanduri2012.py
examples/datasets/plot_greenwald2009.py
examples/datasets/plot_perezfornos2012.py
examples/developers/README.rst
examples/developers/plot_tests.py
examples/implants/README.rst
examples/implants/axons.pickle
examples/implants/plot_argus.py
examples/implants/plot_custom_electrode_array.py
examples/implants/plot_electrode_grid.py
examples/implants/plot_implants.py
examples/implants/plot_implants_cortical.py
examples/models/README.rst
examples/models/axons.pickle
examples/models/plot_beyeler2019_axonmap.py
examples/models/plot_beyeler2019_scoreboard.py
examples/models/plot_dynaphos.py
examples/models/plot_granley2021_biphasic.py
examples/models/plot_horsager2009.py
examples/models/plot_nanduri2012.py
examples/models/plot_neuropythy.py
examples/models/plot_thompson2003.py
examples/models/plot_visual_field_maps.py
examples/stimuli/README.rst
examples/stimuli/axons.pickle
examples/stimuli/dilated_logo.png
examples/stimuli/logo_percept.mp4
examples/stimuli/plot_image_stim.py
examples/stimuli/plot_psychophysics.py
examples/stimuli/plot_pulse_trains.py
examples/stimuli/plot_pulses.py
examples/stimuli/plot_sinusoidal.py
examples/stimuli/plot_video_stim.py
examples/stimuli/video_percept.mp4
pulse2percept/__init__.py
pulse2percept/conftest.py
pulse2percept.egg-info/PKG-INFO
pulse2percept.egg-info/SOURCES.txt
pulse2percept.egg-info/dependency_links.txt
pulse2percept.egg-info/requires.txt
pulse2percept.egg-info/top_level.txt
pulse2percept/datasets/__init__.py
pulse2percept/datasets/base.py
pulse2percept/datasets/beyeler2019.py
pulse2percept/datasets/greenwald2009.py
pulse2percept/datasets/han2021.py
pulse2percept/datasets/horsager2009.py
pulse2percept/datasets/nanduri2012.py
pulse2percept/datasets/perezfornos2012.py
pulse2percept/datasets/data/greenwald2009.csv
pulse2percept/datasets/data/horsager2009.csv
pulse2percept/datasets/data/nanduri2012.csv
pulse2percept/datasets/data/perez-fornos-2012.csv
pulse2percept/datasets/tests/__init__.py
pulse2percept/datasets/tests/test_base.py
pulse2percept/datasets/tests/test_beyeler2019.py
pulse2percept/datasets/tests/test_greenwald2009.py
pulse2percept/datasets/tests/test_han2021.py
pulse2percept/datasets/tests/test_horsager2009.py
pulse2percept/datasets/tests/test_nanduri2012.py
pulse2percept/datasets/tests/test_perezfornos2012.py
pulse2percept/implants/__init__.py
pulse2percept/implants/alpha.py
pulse2percept/implants/argus.py
pulse2percept/implants/base.py
pulse2percept/implants/bvt.py
pulse2percept/implants/electrode_arrays.py
pulse2percept/implants/electrodes.py
pulse2percept/implants/ensemble.py
pulse2percept/implants/imie.py
pulse2percept/implants/prima.py
pulse2percept/implants/rasters.py
pulse2percept/implants/cortex/__init__.py
pulse2percept/implants/cortex/cortivis.py
pulse2percept/implants/cortex/icvp.py
pulse2percept/implants/cortex/neuralink.py
pulse2percept/implants/cortex/orion.py
pulse2percept/implants/cortex/tests/__init__.py
pulse2percept/implants/cortex/tests/test_cortivis.py
pulse2percept/implants/cortex/tests/test_icvp.py
pulse2percept/implants/cortex/tests/test_neuralink.py
pulse2percept/implants/cortex/tests/test_orion.py
pulse2percept/implants/tests/__init__.py
pulse2percept/implants/tests/test_alpha.py
pulse2percept/implants/tests/test_argus.py
pulse2percept/implants/tests/test_base.py
pulse2percept/implants/tests/test_bvt.py
pulse2percept/implants/tests/test_electrode_arrays.py
pulse2percept/implants/tests/test_electrodes.py
pulse2percept/implants/tests/test_ensemble.py
pulse2percept/implants/tests/test_imie.py
pulse2percept/implants/tests/test_prima.py
pulse2percept/implants/tests/test_rasters.py
pulse2percept/models/__init__.py
pulse2percept/models/_beyeler2019.c
pulse2percept/models/_beyeler2019.pyx
pulse2percept/models/_granley2021.c
pulse2percept/models/_granley2021.pyx
pulse2percept/models/_horsager2009.cpp
pulse2percept/models/_horsager2009.pyx
pulse2percept/models/_nanduri2012.cpp
pulse2percept/models/_nanduri2012.pyx
pulse2percept/models/_temporal.c
pulse2percept/models/_temporal.pyx
pulse2percept/models/_thompson2003.c
pulse2percept/models/_thompson2003.pyx
pulse2percept/models/base.py
pulse2percept/models/beyeler2019.py
pulse2percept/models/granley2021.py
pulse2percept/models/horsager2009.py
pulse2percept/models/nanduri2012.py
pulse2percept/models/temporal.py
pulse2percept/models/thompson2003.py
pulse2percept/models/cortex/__init__.py
pulse2percept/models/cortex/base.py
pulse2percept/models/cortex/dynaphos.py
pulse2percept/models/cortex/tests/__init__.py
pulse2percept/models/cortex/tests/test_base.py
pulse2percept/models/cortex/tests/test_dynaphos.py
pulse2percept/models/tests/__init__.py
pulse2percept/models/tests/test_base.py
pulse2percept/models/tests/test_beyeler2019.py
pulse2percept/models/tests/test_end_to_end.py
pulse2percept/models/tests/test_granley2021.py
pulse2percept/models/tests/test_horsager2009.py
pulse2percept/models/tests/test_nanduri2012.py
pulse2percept/models/tests/test_temporal.py
pulse2percept/models/tests/test_thompson2003.py
pulse2percept/percepts/__init__.py
pulse2percept/percepts/base.py
pulse2percept/percepts/tests/__init__.py
pulse2percept/percepts/tests/test_base.py
pulse2percept/stimuli/__init__.py
pulse2percept/stimuli/_base.c
pulse2percept/stimuli/_base.cpp
pulse2percept/stimuli/_base.pyx
pulse2percept/stimuli/base.py
pulse2percept/stimuli/encoders.py
pulse2percept/stimuli/images.py
pulse2percept/stimuli/names.py
pulse2percept/stimuli/psychophysics.py
pulse2percept/stimuli/pulse_trains.py
pulse2percept/stimuli/pulses.py
pulse2percept/stimuli/videos.py
pulse2percept/stimuli/data/bionic-vision-lab.png
pulse2percept/stimuli/data/boston-train.mp4
pulse2percept/stimuli/data/girl-pool.mp4
pulse2percept/stimuli/data/snellen.png
pulse2percept/stimuli/data/ucsb.png
pulse2percept/stimuli/tests/__init__.py
pulse2percept/stimuli/tests/test_base.py
pulse2percept/stimuli/tests/test_encoders.py
pulse2percept/stimuli/tests/test_images.py
pulse2percept/stimuli/tests/test_names.py
pulse2percept/stimuli/tests/test_psychophysics.py
pulse2percept/stimuli/tests/test_pulse_trains.py
pulse2percept/stimuli/tests/test_pulses.py
pulse2percept/stimuli/tests/test_videos.py
pulse2percept/topography/__init__.py
pulse2percept/topography/base.py
pulse2percept/topography/cortex.py
pulse2percept/topography/neuropythy.py
pulse2percept/topography/retina.py
pulse2percept/topography/tests/__init__.py
pulse2percept/topography/tests/conftest.py
pulse2percept/topography/tests/test_base.py
pulse2percept/topography/tests/test_cortex.py
pulse2percept/topography/tests/test_neuropythy.py
pulse2percept/topography/tests/test_retina.py
pulse2percept/units/__init__.py
pulse2percept/units/base.py
pulse2percept/units/tests/__init__.py
pulse2percept/units/tests/test_integration.py
pulse2percept/units/tests/test_units.py
pulse2percept/utils/__init__.py
pulse2percept/utils/_fast_array.c
pulse2percept/utils/_fast_array.pyx
pulse2percept/utils/_fast_math.c
pulse2percept/utils/_fast_math.pxd
pulse2percept/utils/_fast_math.pyx
pulse2percept/utils/_fpmode.pxd
pulse2percept/utils/animation.py
pulse2percept/utils/array.py
pulse2percept/utils/base.py
pulse2percept/utils/constants.py
pulse2percept/utils/convolution.py
pulse2percept/utils/deprecation.py
pulse2percept/utils/geometry.py
pulse2percept/utils/images.py
pulse2percept/utils/optimize.py
pulse2percept/utils/stats.py
pulse2percept/utils/testing.py
pulse2percept/utils/three_dim.py
pulse2percept/utils/tests/__init__.py
pulse2percept/utils/tests/test_animation.py
pulse2percept/utils/tests/test_array.py
pulse2percept/utils/tests/test_base.py
pulse2percept/utils/tests/test_constants.py
pulse2percept/utils/tests/test_convolution.py
pulse2percept/utils/tests/test_deprecation.py
pulse2percept/utils/tests/test_geometry.py
pulse2percept/utils/tests/test_images.py
pulse2percept/utils/tests/test_optimize.py
pulse2percept/utils/tests/test_stats.py
pulse2percept/utils/tests/test_testing.py
pulse2percept/utils/tests/test_three_dim.py
pulse2percept/viz/__init__.py
pulse2percept/viz/argus.py
pulse2percept/viz/base.py
pulse2percept/viz/data/argus1.png
pulse2percept/viz/data/argus2.png
pulse2percept/viz/tests/__init__.py
pulse2percept/viz/tests/test_argus.py
pulse2percept/viz/tests/test_base.py