Skip to content
New issue

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

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

Already on GitHub? # to your account

fix!: correctly compute duration for erfsquare waveform templates #406

Merged
merged 6 commits into from
Sep 30, 2024

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    2971993 View commit details
    Browse the repository at this point in the history
  2. fix: fix computation of duration for erfsquare waveform templates

    The duration of an `erf_square` waveform is the sum of its duration *and* of its
    left and right padding.
    antalsz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8aa4e46 View commit details
    Browse the repository at this point in the history
  3. feat: support underscores in erfsquare, padleft, and padright

    This is only relevant when computing durations
    antalsz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    491ac48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3deee2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e5bb8c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. feat: check for pad_left and pad_right on all waveforms, include …

    …`_` in `erf_square`
    antalsz committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6df2e21 View commit details
    Browse the repository at this point in the history