From d7ac57d46e56620ebeb71f27e4d5c1382f66f6c3 Mon Sep 17 00:00:00 2001
From: Sam Scholten
Date: Thu, 23 Oct 2025 15:28:37 +1000
Subject: Add project logo to README
---
README.md | 2 ++
logo.svg | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 65 insertions(+)
create mode 100644 logo.svg
diff --git a/README.md b/README.md
index c1e020f..2b52ac5 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# transivent
+
+
`transivent` is a Python library for detecting and analysing transient events (~spikes) in time-series data. It provides a flexible and configurable pipeline for processing waveform data, identifying events based on signal-to-noise ratio, and visualizing the results. The library is designed to handle large files efficiently through chunked processing.
Additionally, `transivent` includes tools for diffusion analysis of detected events, including Mean Square Displacement (MSD) calculation, autocorrelation analysis, and statistical visualization.
diff --git a/logo.svg b/logo.svg
new file mode 100644
index 0000000..7750d7d
--- /dev/null
+++ b/logo.svg
@@ -0,0 +1,63 @@
+
+
+
+
--
cgit v1.2.3