Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Including forgotten docstring #354

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading