https://github.com/OHBA-analysis/osl-dynamics
Raw File
Tip revision: cded3b2ea95efef7b6c089c5e111fd565b716922 authored by cgohil8 on 06 January 2024, 21:16:35 UTC
Feat: new method to select channels in the Data object. (#212)
Tip revision: cded3b2
.gitignore
# Temporary and binary files
*~
*.py[cod]
*.so
*.cfg
!.isort.cfg
!setup.cfg
*.orig
*.log
*.pot
__pycache__
__pycache__/*
.cache/*
.*.swp
*/.ipynb_checkpoints/*
.DS_Store
Icon[^M]

# Package files
*.egg
*.eggs/
.installed.cfg
*.egg-info

# Build and docs folder/files
build/*
dist/*
sdist/*
doc/tutorials_build/*
cover/*
MANIFEST

# Per-project virtualenvs
.venv*/
back to top