Skip to content

Conversation

@ttngu207
Copy link
Contributor

@ttngu207 ttngu207 commented Dec 5, 2025

Refactoring and modularization of data processing workflow:

  • Split the make method in EphysRecording into three methods: make_fetch, make_compute, and make_insert, each responsible for fetching data, computing results, and inserting records, respectively. This improves code clarity and separation of concerns. [1] [2]
  • Updated usage of supported acquisition software and probe types to fetch them once and pass them through the workflow, reducing redundant database queries.

Dependency management:

  • Changed the installation of spikeinterface in setup.py to use a direct GitHub reference, ensuring the latest version is used.

Probe model identification improvement:

  • Modified the fallback assignment for unknown probe models in the SpikeGLX reader to use self.probe_PN instead of str(probe_model), providing more accurate probe identification.

@ttngu207 ttngu207 requested a review from esutlie December 5, 2025 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant