magland / sortingview

Web app for viewing results of ephys spike sorting
Apache License 2.0
24 stars 8 forks source link

Time offset #207

Closed magland closed 2 years ago

magland commented 2 years ago

@jsoules you are welcome to review this. I am going to merge now b/c there is very low chance of breaking something.

Added PositionPlot class which should be used instead of the old create_position_plot(). This conforms with other of the recent style views, and allows including in a layout sync'd with other views.

Added deprecated message to create_position_plot()

Here's the real change: Allow float64 timestamps by passing in timeOffset and float32 timestamps that are referenced to the first timestamp. The corresponding updates have been added to spikesortingview.

magland commented 2 years ago

For the record, I posted this on slack:

Update on position plot and float64 timestamps.