Skip to content

Commit

Permalink
docs(frames): docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Sep 15, 2023
1 parent fd79e0b commit 5d83551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stimupy/components/frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ def frames(
radii of each frame, in degrees visual angle
rotation : float, optional
rotation (in degrees), counterclockwise, by default 0.0 (horizonal)
intensity_frames : Sequence[float, ...]
intensity_frames : Sequence[float, ...], optional
intensity value for each frame, by default (1.0, 0.0).
Can specify as many intensities as number of frame_widths;
If fewer intensities are passed than frame_widhts, cycles through intensities
intensity_background : float, optional
intensity value of background, by default 0.5
origin : "corner", "mean" or "center"
origin : "corner", "mean" or "center", optional
if "corner": set origin to upper left corner
if "mean": set origin to hypothetical image center (default)
if "center": set origin to real center (closest existing value to mean)
Expand Down

0 comments on commit 5d83551

Please sign in to comment.