-
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.
Various changes while revising/rerunning experiments (#52)
* progress on all_optical fig * improve action spectrum extrapolation * start Newman 15 with alternate opsins * update Overview doc * finish newman15 validation w/ alternate opsins * Update paper plot style * style_plots_for_paper docstring * change Jupyter to Python for linguist * change OGB-1 name * add warning to scope when sensor not injected * add showcase to docs * implement LIOP reset in _base_reset * add showcase doc to index * add _base_reset to sim.reset * fresh run through of all-optical-fig notebook * add README to notebooks, env info to all_optical_fig.ipynb * bump to v0.15.0 * remove images [skip ci]
- Loading branch information
Showing
27 changed files
with
11,453 additions
and
428 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
*.ipynb merge=nbdev-merge | ||
*.ipynb linguist-language=Python |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,26 @@ | ||
"""Contains Scope and sensors for two-photon microscopy""" | ||
from cleo.imaging.scope import Scope, target_neurons_in_plane | ||
|
||
from cleo.imaging.sensors import ( | ||
Sensor, | ||
GECI, | ||
geci, | ||
CalBindingActivationModel, | ||
NullBindingActivation, | ||
CalciumModel, | ||
DoubExpCalBindingActivation, | ||
DynamicCalcium, | ||
ExcitationModel, | ||
LightExcitation, | ||
NullBindingActivation, | ||
NullExcitation, | ||
CalciumModel, | ||
DynamicCalcium, | ||
PreexistingCalcium, | ||
Sensor, | ||
gcamp3, | ||
gcamp6_rs06, | ||
gcamp6_rs09, | ||
gcamp6f, | ||
gcamp6s, | ||
gcamp6rs09, | ||
gcamp6rs06, | ||
ogb1, | ||
jgcamp7f, | ||
jgcamp7s, | ||
geci, | ||
jgcamp7b, | ||
jgcamp7c, | ||
jgcamp7f, | ||
jgcamp7s, | ||
ogb_1, | ||
) |
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
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 |
---|---|---|
|
@@ -324,5 +324,6 @@ def enphr3_3s(): | |
chrimson_4s(), | ||
gtacr2_4s(), | ||
enphr3_3s(), | ||
extrapolate=True, | ||
) | ||
plt.show() |
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 |
---|---|---|
|
@@ -15,6 +15,7 @@ Documentation contents | |
|
||
overview | ||
tutorials/index | ||
showcase | ||
reference/index | ||
|
||
|
||
|
Oops, something went wrong.