https://github.com/csc-uw/ecephys

Python extracellular electrophysiology tools

https://github.com/csc-uw/ecephys

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.7%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Python extracellular electrophysiology tools

Basic Info
  • Host: GitHub
  • Owner: CSC-UW
  • Language: Python
  • Default Branch: develop
  • Size: 33.7 MB
Statistics
  • Stars: 3
  • Watchers: 3
  • Forks: 2
  • Open Issues: 4
  • Releases: 0
Created almost 6 years ago · Last pushed 11 months ago
Metadata Files
Readme

README.md

ecephys

Python tools for extracellular electrophysiology at the Wisconsin Institute for Sleep and Consciousness.

Installation

Unfortuantely, this package cannot be published to PyPI, because it depends on packages not themselves available on PyPI. I suggest cloning and installing with uv.

Development

For an editable install into an environment managed from a sibling directory, you may want to add the following to that environment's pyproject.toml:

``` [tool.uv] override-dependencies = [ "ecephys @ file:///${PROJECT_ROOT}/../ecephys", ]

[tool.uv.sources] ecephys = { path = "../ecephys", editable = true } ```

If you are using VSCode or Cursor, it never hurts to add the following to .vscode/settings.json: "python.analysis.extraPaths": [ "./ecephys" ],

GitHub Events

Total
  • Watch event: 1
  • Push event: 84
Last Year
  • Watch event: 1
  • Push event: 84