From b5300963eeeed9ac0f157fddcc0134d053468629 Mon Sep 17 00:00:00 2001 From: samuelgarcia Date: Mon, 6 May 2024 06:43:20 +0000 Subject: [PATCH] adding new project --- .../README.md | 31 +++++++++++++++++++ .../src/README.md | 1 + 2 files changed, 32 insertions(+) create mode 100644 projects/implement_and_propagate_motion_object/README.md create mode 100644 projects/implement_and_propagate_motion_object/src/README.md diff --git a/projects/implement_and_propagate_motion_object/README.md b/projects/implement_and_propagate_motion_object/README.md new file mode 100644 index 0000000..f5a4847 --- /dev/null +++ b/projects/implement_and_propagate_motion_object/README.md @@ -0,0 +1,31 @@ +# Project title: + +### Key Investigators + +* Samuel Garcia +* Charlie Windolf + +## Project Description + +Charlie and Sam started a draft to implement a Motion object to improve the motion handling in spikeinterface. +See https://github.com/SpikeInterface/spikeinterface/pull/2805 + +This is very early stage. We need to propagate the concept in many places. + +### Background + +### Objectives + + +### Approach and Plan + + +### Progress + + +### Next Steps (optional) + + +## References + + diff --git a/projects/implement_and_propagate_motion_object/src/README.md b/projects/implement_and_propagate_motion_object/src/README.md new file mode 100644 index 0000000..80ea5e8 --- /dev/null +++ b/projects/implement_and_propagate_motion_object/src/README.md @@ -0,0 +1 @@ +Add your code here