-
When running the examples, there is an error that Misc.AnalysisID is missing. This should be added to the example files.
-
Generic:
- [ ] Automatic detection of bad signal
EDA/GSR:
- [ ] Add function for separating phasic and tonic component (and keep both)
EMG
- [ ] V V-order
"An optimal value for v has been re…
-
## The below issue(s) questions were raised by Pascal.
Hi,
As already discussed, there is little reason to work with the OSD raw reads (other than technical or QC questions), so within the scope of …
-
At Line 609 of core.py the `total_runtime` is calculated incorrectly:
```
runtime_rhu['total_runtime'] = runtime_rhu.heat_runtime + runtime_rhu.aux_runtime + runtime_rhu.emg_runtime
```
…
-
Currently, a caller of the `MyoEMG` class acquires EMG samples by instantiating an instance, and then repeatedly calling the instance's `getSample()` method. A more elegant interface would provide the…
-
This is a DFlowData object after `clean_data` is run from the test suite. It seems like the mocap column labels still have Anlg columns whereas the data frame has the replacement names for the acceler…
-
ini emang dari firebase yg bermasalah apa source code ada yg trouble bang?
-
### Issue description
- components: `a, TabPane`
- reactstrap version `^6.5.0`
- react version `^16.5.2`
- bootstrap version `^4.1.3`
### What is happening?
Basically i want to click on a …
-
We should move the EMG to use something like [Mono.Cecil](https://github.com/jbevain/cecil/wiki), which would allow us to inspect assemblies without needing to load all of their dependencies. Would el…
-
I'm getting an error when I run `predict.py`
```
myo.init()
hub = myo.Hub()
start = time.time()
temp = []
try:
listener = Listener()
hub.run(listener, 2000)
while True:
…