You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
processing_data.high_gamma_estimation recomputes the spectral decomposition bands, even if they have already been computed in processing_data.spectral_decomposition. It would be nice if the code would check to see if they have been run already, and use the precomputed bands if possible. If it is computing new bands, it would make sense to append these to the existing decomposition table (or make a new decomposition table?) to save the processing.
The spectral decomposition code is copy and pasted between processing_data.spectral_decomposition and processing_data.high_gamma_estimation:
processing_data.high_gamma_estimation
recomputes the spectral decomposition bands, even if they have already been computed inprocessing_data.spectral_decomposition
. It would be nice if the code would check to see if they have been run already, and use the precomputed bands if possible. If it is computing new bands, it would make sense to append these to the existing decomposition table (or make a new decomposition table?) to save the processing.The spectral decomposition code is copy and pasted between
processing_data.spectral_decomposition
andprocessing_data.high_gamma_estimation
:ecogVIS/ecogvis/signal_processing/processing_data.py
Lines 377 to 397 in a5eda73
ecogVIS/ecogvis/signal_processing/processing_data.py
Lines 467 to 488 in a5eda73
(I can look into writing a PR for this when I have some time)
The text was updated successfully, but these errors were encountered: