ckemere

Results 14 issues of ckemere

I've been happily using Aaron O'Leary's Morlet wavelet transform code (https://github.com/aaren/wavelets) for a while. I wanted to make sure I stayed abreast of other developments in the Python wavelet world...

question

I have trouble running the example files because none of the materials appear to have installed when I ran setup.py. Any suggestions?

Hey! I just successfully compiled and ran the new software suite with my Miniscope v3 and old acquisition board. I will try to post another issue here in a little...

Are you interested in a patch that auto-generates an SSL certificate for the jupyter-notebook process?

After several weeks of searching, I discovered "sndfile-jackplay" this week. It solved exactly the problem that I had - wanting a lightweight command line audio player that had gapless looping...

I was able to `pip install ml_ms4alg` and `pip3 install ml_ephys`, but when I ran `pip3 install ml_pyms`, I received the error: ``` Could not install packages due to an...

Has anyone ever seen the following error? It's not particularly descriptive but I think is internal to Matlab somehow? ``` Analyzing and transferring files to the workers ...done. Error using...

We were debugging camera signaling issues yesterday, and finally discovered that our input source had open-collector logic, and so the pull-down resistors on the TTL lines are problematic. Why pull-down...

For example, we'll often see the warning: `WARNING:root:ignoring signal outside of support` when working with complex epochs. I know that there's signal outside of the support - I'm using the...

EventArray spends a huge amount of time trying to check/coerce data from lists to a jagged np.ndarray. But it's unclear how it ever worked for lists. It seems like it...