Skip to content

Commit

Permalink
More complete output of components.waves.sine()
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Mar 21, 2023
1 parent b7cee3f commit 84485c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions stimupy/components/waves.py
Expand Up @@ -441,6 +441,13 @@ def sine(
"frequency": frequency,
"n_phases": n_phases,
"phase_width": phase_width,
"period": period,
"rotation": rotation,
"phase_shift": phase_shift,
"round_phase_width": round_phase_width,
"origin": origin,
"base_type": base_type,
"intensities": intensities,
}
return stim

Expand Down

0 comments on commit 84485c0

Please sign in to comment.