Giulio

Results 7 issues of Giulio

Mismatch between len of times and average/median.

bug

Generic: - [ ] Automatic detection of bad signal EDA/GSR: - [ ] Add function for separating phasic and tonic component (and keep both) EMG - [ ] V V-order...

enhancement

enhancement
help wanted
good first issue

Installing the package using pip does not install the sample data. Add a function to download the data, if missing.

bug

- [ ] Check some example data with other packages / software.

help wanted
good first issue

- [x] Fix warning in text / image ratio when area of the image == 0 `` /usr/local/lib/python3.5/dist-packages/prettywebsite-0.0.4-py3.5.egg/prettywebsite/spaceBasedDecomposition.py:63: RuntimeWarning: divide by zero encountered in long_scalars return({"textImageRatio":sum(text) / sum(image),"textArea":sum(text),"imageArea":sum(image),"nImages":len(image)}) ``

enhancement

At the moment, one of the bottleneck of the package is the detection of the ratio between visual and textual areas. The process involves the detection of areas by means...