-
Notifications
You must be signed in to change notification settings - Fork 240
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Docstring and documentation for amplitude_median says this is "median (in absolute value)"
| "amplitude_median": "Median of the amplitude distributions (in absolute value) for each unit in uV." |
It's definitely not
| all_amplitude_medians[unit_id] = np.median(amplitudes_by_units[unit_id]) |
Maybe fix the docstring.
I actually like it to not be in absolute value cause if you have positive and negative spiking units, this is a proxy to see which are which. I would rather that information is kept here, if needed one can always take abs(df['amplitude_median'[) later.
alejoe91
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation