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
Copy file name to clipboardExpand all lines: doc/reference.rst
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ In addition, we recommend that reports should include information on:
54
54
Reporting Template & Example
55
55
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56
56
57
-
To assist in reporting on using FOOOF, we have created some templates for reporting on spectral parameterization methods. There are also some utilities included in the code to collected the required information.
57
+
To assist in reporting on using FOOOF, we have created some templates for reporting on spectral parameterization methods. There are also some utilities included in the code to collected the required information.
58
58
59
59
The following box is an example of what a methods report might look like (where all of the *X*'s should be filled in with the relevant information).
60
60
@@ -65,6 +65,18 @@ The following box is an example of what a methods report might look like (where
65
65
peak threshold : *XX*; and aperiodic mode : *XX*. Power spectra were parameterized across
66
66
the frequency range *XX* to *XX* Hz.
67
67
68
+
Checking module version
69
+
~~~~~~~~~~~~~~~~~~~~~~~
70
+
71
+
If you are not sure which version of the module you have installed, you can
72
+
check the `__version__` from Python, using the following code:
0 commit comments