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
Repository
Load XDF files in Julia
Basic Info
Statistics
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 5
- Releases: 2
Topics
Metadata Files
README.md
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
- Website: https://cbrnr.github.io/
- Repositories: 52
- Profile: https://github.com/cbrnr
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
Top Committers
| Name | 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
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
- Documentation: https://docs.juliahub.com/General/XDF/stable/
- License: BSD-3-Clause
-
Latest release: 0.2.0
published almost 4 years ago
Rankings
Dependencies
- JuliaRegistries/TagBot v1 composite