Skip to content

Commit

Permalink
[DOC] Add docstrings (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranley committed Jan 27, 2024
1 parent c23baa2 commit 0b7dee5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pulse2percept/models/cortex/dynaphos.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
class DynaphosModel(BaseModel):
"""Adaptation of the Dynaphos model from [Grinten2023]_
The original and official implementation is available at https://github.com/neuralcodinglab/dynaphos.
Implements the Dynaphos model. Percepts from each
electrode are Gaussian blobs, with the size dictated by a magnification factor
M determined by the electrode's position in the visual cortex.
Expand Down

0 comments on commit 0b7dee5

Please sign in to comment.