Skip to content

Commit

Permalink
Merge pull request #3 from SpikeInterface/change_units_of_amplitude
Browse files Browse the repository at this point in the history
Change peak to peak units to uV
  • Loading branch information
h-mayorquin authored Apr 30, 2024
2 parents 92a90ed + 4ebae70 commit a608a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RowPlotContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const RowPlotContainer = ({ templateIndex, storeRef, dataDictionary, isSelected,
{ attribute: "Number of Spikes", value: NumberOfSpikes },
{ attribute: "Best ChannelID", value: bestChannelID},
{ attribute: "Brain Location", value: brainArea},
{ attribute: "Peak To Peak (mV)", value: peakToPeakBestChannelDecimalsRounded},
{ attribute: "Peak To Peak (uV)", value: peakToPeakBestChannelDecimalsRounded},
{ attribute: "Depth (um)", value: location[1]},

];
Expand Down

0 comments on commit a608a9e

Please sign in to comment.