https://github.com/cbrnr/xdf.jl

Load XDF files in Julia

https://github.com/cbrnr/xdf.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 (12.2%) to scientific vocabulary

Keywords

eeg julia
Last synced: 5 months ago · JSON representation

Repository

Load XDF files in Julia

Basic Info
  • Host: GitHub
  • Owner: cbrnr
  • License: bsd-3-clause
  • Language: Julia
  • Default Branch: main
  • Homepage:
  • Size: 26.4 KB
Statistics
  • Stars: 11
  • Watchers: 2
  • Forks: 2
  • Open Issues: 5
  • Releases: 2
Topics
eeg julia
Created over 5 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog License

README.md

License Build Status Code Style Blue

XDF.jl

XDF.jl is an importer for XDF files written in Julia. This package exposes the read_xdf function, which handles everything needed to load the contents of XDF files (including synchronization of different streams).

Installation

Use the package manager to add XDF.jl by typing ] add XDF in the Julia REPL.

Example

Assuming that the file minimal.xdf is in the current working directory, loading it is as simple as: ```julia using XDF

streams = read_xdf("minimal.xdf") ```

Current status

This package is currently in an early stage, so here's an overview of what doesn't work (yet):

  • [ ] Dejittering of streams with regular sampling rates is not available yet
  • [ ] Loading only specific streams does not work yet

Contributing

If you have a feature request or found a bug, please open a new issue and let me know. I'd be especially interested in making the code more efficient, because this is basically my first Julia project. Currently, the function is passing through the file twice: the first pass reads everything except sample chunks, whereas the second pass reads samples into preallocated arrays. I'm not sure if this is ideal, the code would be much simpler if it used just a simple pass (but then sample arrays will need to be concatenated).

Owner

  • Name: Clemens Brunner
  • Login: cbrnr
  • Kind: user
  • Location: Graz, Austria
  • Company: University of Graz

GitHub Events

Total
  • Issues event: 1
  • Watch event: 1
  • Delete event: 2
  • Issue comment event: 17
  • Push event: 4
  • Pull request review comment event: 13
  • Pull request review event: 17
  • Pull request event: 12
  • Create event: 2
Last Year
  • Issues event: 1
  • Watch event: 1
  • Delete event: 2
  • Issue comment event: 17
  • Push event: 4
  • Pull request review comment event: 13
  • Pull request review event: 17
  • Pull request event: 12
  • Create event: 2

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 40
  • Total Committers: 2
  • Avg Commits per committer: 20.0
  • Development Distribution Score (DDS): 0.15
Past Year
  • Commits: 3
  • Committers: 2
  • Avg Commits per committer: 1.5
  • Development Distribution Score (DDS): 0.333
Top Committers
Name Email Commits
Clemens Brunner c****r@g****m 34
Alberto Barradas a****s@g****m 6

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 6
  • Total pull requests: 13
  • Average time to close issues: 9 months
  • Average time to close pull requests: 2 days
  • Total issue authors: 3
  • Total pull request authors: 3
  • Average comments per issue: 1.5
  • Average comments per pull request: 1.92
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 1
Past Year
  • Issues: 0
  • Pull requests: 10
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 1.2
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
  • abcsds (3)
  • cbrnr (2)
  • lgarbar (1)
  • JuliaTagBot (1)
Pull Request Authors
  • abcsds (12)
  • dependabot[bot] (1)
  • cbrnr (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (1) github_actions (1)

Packages

  • Total packages: 1
  • Total downloads:
    • julia 7 total
  • Total dependent packages: 1
  • Total dependent repositories: 0
  • Total versions: 2
juliahub.com: XDF

Load XDF files in Julia

  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 7 Total
Rankings
Dependent repos count: 9.9%
Average: 29.4%
Forks count: 33.3%
Stargazers count: 35.6%
Dependent packages count: 38.9%
Last synced: 6 months ago

Dependencies

.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite