Guillaume Viejo
Guillaume Viejo
Ok I understand now. This assume that there is a near-constant jitter being added and also that you will detect the same number of events. I think it could be...
There is no plan of changing the tsgroup keys to anything but integers in the roadmap so I will close this issue.
Hey I like the overall idea. It requires some work to implement so I will keep the issue open. Still, the main equation here to solve is to keep pynapple...
Hi what type of function are you looking for?
You just described the missing brick in the pynapple functions. It's in the roadmap so I will leave this issue open until it's resolved. If you have any code you...
Hi Caleb, the object would be TsdFrame so time by frequency basically. We are currently working on implementing some signal processing functions in pynapple. The most up to date pull...
Hello finally pynapple 0.7.0 includes functions for signal processing. Check out those notebooks : https://pynapple.org/generated/api_guide/tutorial_pynapple_wavelets/ https://pynapple.org/generated/api_guide/tutorial_pynapple_filtering/ https://pynapple.org/generated/examples/tutorial_phase_preferences/ https://pynapple.org/generated/examples/tutorial_wavelet_decomposition/ Closing this issue.
This has been implemented here : https://pynapple.org/reference/core/config/ Closing this issue.
What is point 4? I am dying of curiosity
Here is a suggestion inspired from matplotlib : when calling `add_line`, it does this at the beginning ```python try: xy = (data.index.to_numpy(), datato_numpy()) except: xy = data ```