-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* improve plot function * add Köhler illumination * fix numpy warning product->prod * add eNpHR3.0, 3-state Cl- pump model * update tklfp * give warning when action spectrum unspecified * remove old _tutorials.rst file * start newman15 validation notebook * clean up imports * support .-() in opsin names * remove sim from device repr * refactor IOProc to use preprocess_ctrl_signals * add light.color property * progress * add notebook results to .gitignore * tweak enphr3 * finish newman 15 validation notebook * tweak scope viz * bump to v0.13.0
- Loading branch information
Showing
27 changed files
with
2,084 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
"""Contains core classes and functions for the Cleo package.""" | ||
from __future__ import annotations | ||
|
||
import cleo.coords | ||
|
||
# auto-import submodules | ||
import cleo.ephys | ||
import cleo.imaging | ||
import cleo.ioproc | ||
import cleo.opto | ||
import cleo.coords | ||
import cleo.stimulators | ||
import cleo.recorders | ||
import cleo.ioproc | ||
import cleo.registry | ||
import cleo.stimulators | ||
import cleo.utilities | ||
import cleo.viz | ||
import cleo.imaging | ||
import cleo.registry | ||
|
||
from cleo.base import ( | ||
CLSimulator, | ||
Recorder, | ||
Stimulator, | ||
InterfaceDevice, | ||
IOProcessor, | ||
Recorder, | ||
Stimulator, | ||
SynapseDevice, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.