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
When using mtspec function with verbose=True, we see the following in console log :
...
Line components 0.16329378925331473 15.1595049 0.986415267
Line components 0.16922540125610605 8.93782330 0.966565251
Line components 0.17759944173063502 11.3823347 0.977664471
Line components 0.23237962316817862 7.35149050 0.954259753
Line components 0.24982554082344730 7.67269707 0.957247198
Line components 0.25401256106071179 9.99182796 0.972184360
Line components 0.26238660153524074 8.30199242 0.962310731
Line components 0.26308443824145150 20.6504021 0.992203355
...
Where The first column is the freq, the second one the amplitude, and the third one the significance of the peak.
Is there a way to get this list returned from mtspec function call instead of logging it out ?
Actually, in order to get this, we have to do something like the following
When using mtspec function with verbose=True, we see the following in console log :
Where The first column is the freq, the second one the amplitude, and the third one the significance of the peak.
Is there a way to get this list returned from mtspec function call instead of logging it out ?
Actually, in order to get this, we have to do something like the following
The text was updated successfully, but these errors were encountered: