https://github.com/AllenInstitute/ecephys_spike_sorting
Tip revision: f48187bcd1868259d4797f7eab3f34bab182f3cb authored by Josh Siegle on 12 June 2019, 21:42:28 UTC
Use local peak instead of peak channel when extracting 1D waveform
Use local peak instead of peak channel when extracting 1D waveform
Tip revision: f48187b
portalHeader.html
<link rel="stylesheet" type="text/css" href="{{ pathto('_static/external_assets/stylesheets/common_layout.css', 1) }}" />
<link rel="stylesheet" type="text/css" href="{{ pathto('_static/external_assets/stylesheets/animation.css', 1) }}" />
<script src="{{ pathto('_static/external_assets/bundled.js', 1) }}" type="text/javascript"></script>
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function() {
if(typeof PortalAssets !== 'undefined')
PortalAssets.initializePortal({
tabId: 'Data'
});
});
</script>