-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: import power data from matlab or python OR more options to compute power (e.g., multitaper) #45
Comments
Thanks @XiaoyuZeng , Yes this is totally doable. As long as they follow RAVE file convention. RAVE files are stored at We are working on a new grant to incorporate Python and Matlab pipelines/models into RAVE. In the future there will be RAVE extensions for Matlab and Python. Right now RAVE only has one pipeline because we re-implemented wavelet in R to make sure the results align with Matlab code. This makes the dev procedure slow. The reason why we do wavelet is because it also generates phase data. If you really want multitaper. There is a multitaper package. I will look at it and provide code (not interactive modules) for you to play with. |
Also, just a quick reference for myself - Code to preprocess subject without GUI #18 |
@dipterix Thanks for the reply! I will try to first do multitaper power computation in fieldtrip, and then move the power data to project/subject/rave/data/power to see whether it works. |
Not to discourage the attempt, but it won’t be quite as easy as that. I’m not sure we have the time to help you debug the process fully at the moment as we are working on other items currently. I think this is a worthwhile endeavor, though, and maybe our best chance of success would be to have a quick zoom chat to go over the RAVE data structures with you? The next couple weeks are hectic, but maybe the second week of December would work |
@jmagnotti @dipterix Thanks for your support! |
Oh, ok. So you first processed in RAVE, and then just replaced the data within the .h5 files? Gotcha, I understand now :) clever. I thought you were working with a new subject that didn't have any files in place. Just a thought: The common average referencing probably won't work, as that relies on power and phase, but if you referenced the data prior to multi taper you should be good to go. |
@jmagnotti Yes, you got me. Here comes a short note for those RAVE users who demand to use RAVE power explorer to showcase the power data exported from other toolboxes. Basically, you can achieve the goal within two steps.
Good luck. Thanks again for the helpful guide from @dipterix @jmagnotti |
Hi all.
The preprocess module of RAVE calculated power using wavelet. I wondered that is it possible to provide more options to calculate power, such as multi-taper? Alternatively, RAVE users may compute power through multitaper way via matlab or python toolbox, and import the power data to RAVE to use the power explorer module.
Best regards,
Xiaoyu
The text was updated successfully, but these errors were encountered: