-
Dear MyoMapper/ Myo users!!! Just quick survey to bring Myo Mapper further!
As we all know Thalmic and the beloved Myo is gone. I'd like to know what you think about it.
1. Will you keep using you…
-
Currently `EDF.File` stores `EDF.Signal`s and `EDF.AnnotationsSignal`s together in a single vector, closely mimicking how the file itself stores signals, and allowing us to store the signals in the or…
-
`Project.toml` files which contain a `name` entry require a `src/${PkgName}.jl` file. This will cause the `sysimage-image` Docker build step to fail as we only copy the Project.toml/Manifest.toml curr…
-
Not sure why this CI cluster test failed:
```
[ Info: Waiting for test-multi-addprocs job. This could take up to 4 minutes...
Error from server (NotFound): pods "test-multi-addprocs-st7tc" not f…
-
```julia
julia> using Ray, CxxWrap
julia> Ray.init()
julia> task_args = Ray.serialize_args([1,2,3])
3-element Vector{Any}:
ray_core_worker_julia_jll.TaskArgByValueAllocated(Ptr{Nothing} @0x0…
-
## *Repository Creation Request*
Use this to get your experiment repository created or updated on GitHub under Virtual Labs organization.
1. #### Coordinating Institute: Amrita Vishwa Vidyapeetham…
-
I propose that each kind of stream is its own module, with some metadata that provides information about, parameters that can be passed, and a way to run a process producing it.
Use cases to consider…
xloem updated
6 years ago
-
Using `bdf_test.bdf` file (https://github.com/beacon-biosignals/EDF.jl/blob/master/test/data/bdf_test.bdf) and the following MWE:
```
using BDF
using EDF
using BenchmarkTools
# BDF and EDF ha…
klaff updated
3 years ago
-
realized while writing https://github.com/beacon-biosignals/OndaEDF.jl/issues/34#issuecomment-980097812
Let's say OndaEDF extracts a group of channels to convert into a single `Onda.Samples`. If al…
-
Add support for using `!` while using `getindex` to access a view instead of a copy. For example:
```julia
samples[channel, !]
```
People familiar with DataFrames.jl should already be used to this…
omus updated
6 months ago