https://github.com/beacon-biosignals/alignedspans.jl

Helpers for continuous <-> discrete indexing

https://github.com/beacon-biosignals/alignedspans.jl

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.8%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Helpers for continuous <-> discrete indexing

Basic Info
  • Host: GitHub
  • Owner: beacon-biosignals
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Homepage:
  • Size: 721 KB
Statistics
  • Stars: 4
  • Watchers: 21
  • Forks: 0
  • Open Issues: 3
  • Releases: 10
Created over 4 years ago · Last pushed 11 months ago
Metadata Files
Readme License

README.md

AlignedSpans

Build Status codecov

Usage

AlignedSpans converts between continuous time spans and discrete sample indices. Time spans describe a time intervals down to a resolution of 1 ns and are usually provided by TimeSpans.jl. Discrete sample indices are associated to signals sampled at some finite rate (e.g. Onda.jl's Samples objects).

AlignedSpans provides an AlignedSpan type which holds integer indices along with a sample rate. An AlignedSpan is thus an discrete index, but since it holds the sample rate, it can be used to represent a continuous time span as well, and it supports the TimeSpans.jl interface.

See the documentation for more.

GitHub Events

Total
  • Create event: 18
  • Commit comment event: 3
  • Release event: 2
  • Issues event: 5
  • Delete event: 10
  • Issue comment event: 17
  • Push event: 68
  • Pull request review comment event: 44
  • Pull request review event: 46
  • Pull request event: 26
Last Year
  • Create event: 18
  • Commit comment event: 3
  • Release event: 2
  • Issues event: 5
  • Delete event: 10
  • Issue comment event: 17
  • Push event: 68
  • Pull request review comment event: 44
  • Pull request review event: 46
  • Pull request event: 26

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 15
  • Total Committers: 3
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.133
Top Committers
Name Email Commits
Eric Hanson 5****n@u****m 13
Dave Kleinschmidt d****t@g****m 1
Hannah Robertson h****a@u****m 1

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 8
  • Total pull requests: 59
  • Average time to close issues: 5 days
  • Average time to close pull requests: 7 days
  • Total issue authors: 4
  • Total pull request authors: 6
  • Average comments per issue: 2.38
  • Average comments per pull request: 0.73
  • Merged pull requests: 53
  • Bot issues: 0
  • Bot pull requests: 28
Past Year
  • Issues: 2
  • Pull requests: 29
  • Average time to close issues: 14 days
  • Average time to close pull requests: 10 days
  • Issue authors: 2
  • Pull request authors: 3
  • Average comments per issue: 2.0
  • Average comments per pull request: 0.41
  • Merged pull requests: 23
  • Bot issues: 0
  • Bot pull requests: 18
Top Authors
Issue Authors
  • ericphanson (5)
  • rebareh (1)
  • hannahilea (1)
  • JuliaTagBot (1)
Pull Request Authors
  • dependabot[bot] (26)
  • ericphanson (22)
  • palday (4)
  • kleinschmidt (3)
  • github-actions[bot] (2)
  • hannahilea (2)
Top Labels
Issue Labels
Pull Request Labels
dependencies (26) github_actions (6)

Dependencies

.github/workflows/CI.yml actions
  • actions/checkout v2 composite
  • codecov/codecov-action v2 composite
  • julia-actions/cache v1 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/CompatHelper.yml actions
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/docs.yml actions
  • actions/checkout v2 composite
  • julia-actions/julia-buildpkg latest composite
  • julia-actions/julia-docdeploy latest composite
.github/workflows/format-check.yml actions
  • actions/checkout v1 composite
  • julia-actions/setup-julia latest composite
  • reviewdog/action-suggester v1 composite