From 058490b98dd94a1e8c29ab6453084ac246f6a5d4 Mon Sep 17 00:00:00 2001 From: Mika Date: Sun, 18 Jan 2026 17:11:12 +0000 Subject: [PATCH] Add marker_analysis/tests/data/sample_markers.json --- .../tests/data/sample_markers.json | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 marker_analysis/tests/data/sample_markers.json diff --git a/marker_analysis/tests/data/sample_markers.json b/marker_analysis/tests/data/sample_markers.json new file mode 100644 index 0000000..2cb0edf --- /dev/null +++ b/marker_analysis/tests/data/sample_markers.json @@ -0,0 +1,42 @@ +[ + { + "marker_id": "corr_001_pre", + "timestamp": 1710000000.001, + "status": "write_pre" + }, + { + "marker_id": "corr_001_post", + "timestamp": 1710000000.305, + "status": "write_post" + }, + { + "marker_id": "corr_002_pre", + "timestamp": 1710000001.002, + "status": "write_pre" + }, + { + "marker_id": "corr_002_post", + "timestamp": 1710000001.289, + "status": "write_post" + }, + { + "marker_id": "corr_002_read1", + "timestamp": 1710000001.310, + "status": "read_between_steps" + }, + { + "marker_id": "corr_003_pre", + "timestamp": 1710000002.001, + "status": "write_pre" + }, + { + "marker_id": "corr_003_read1", + "timestamp": 1710000002.050, + "status": "read_between_steps" + }, + { + "marker_id": "corr_004_post", + "timestamp": 1710000003.400, + "status": "write_post" + } +] \ No newline at end of file