scipy.signal.find_peaks_cwt
finds all local maxima (possibly the peak of an SCR) in each time series
we can then filter out any peaks which did not occur within 2 seconds of another person's
the remaining peaks are possible "meaningful moments"
sklearn.neighbors.kde.KernelDensity
finds clusters of these possible synchronizations
then moviepy to cut into the correct video clips
there is a lab with some legit software on Cornell's campus (256 HumanEcol)
- EDA explorer looks great, but only supports Q Sensor, E4, and Shimmer data. Need to reverse engineer these formats to use it...
- cvxEDA looks very well done, and exactly what I need
- NeuroKit has analysis software for multiple types of neuro data, and uses cvxEDA under the hood for EDA (EDA docs)
- I can at least get the data into NeuroKit
- Stimfit (software) (download)
- this looks good, but can't import CSVs!

- maybe SigViewer?
- General Data Format has no implementation in Python, but it does in MatLab
- MNE looks fabulous!!
- also, I should find my old notes (lol)
- FOUND THEM! but in a text file... here you go
- HDF5 is apparently "non-proprietary" -- so there's a converter