Skip to content

Commit

Permalink
Including forgotten docstring (#348)
Browse files Browse the repository at this point in the history
Just adding one docstring for the new parameter
  • Loading branch information
shixnya authored Feb 23, 2024
1 parent 4a9c230 commit 187681f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bmtk/simulator/filternet/lgnmodel/movie.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ def create_movie(self, t_min=0, t_max=1, gray_screen_dur=0, cpd=0.05, temporal_f
:param theta: orientation angle, in degrees
:param phase: temporal phase, in degrees
:param contrast: the maximum constrast, must be between 0 and 1.0
:param degrees_per_pixel: pixel pitch of the movie in degrees (default (if None) is 1.0/(cpd*10))
:param row_size_new: Use to truncate screen, by default leaves original row dimension
:param col_size_new: Use to truncate screen, by default leaves original col dimension
:return: Movie object of grating with desired parameters
Expand Down

0 comments on commit 187681f

Please sign in to comment.