Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make simple indicator not light dependent #37

Closed
kjohnsen opened this issue Jul 26, 2023 · 1 comment
Closed

make simple indicator not light dependent #37

kjohnsen opened this issue Jul 26, 2023 · 1 comment

Comments

@kjohnsen
Copy link
Member

kjohnsen commented Jul 26, 2023

Make LightDependentProtein a subclass of Protein. Need function for synapse source: ng in Protein and light agg ng in LightDependentProtein

make constructor functions include option for simple or light_dependent, e.g.,

def jgcamp7f(light_dependent=False):
    if light_dependent:
        return LDGECI(**params)
    else:
        return SimpleGECI(**params)
        
gcamp = jgcamp7f(light_dependent=[True|False])
@kjohnsen kjohnsen changed the title simple indicator not light dependent make simple indicator not light dependent Jul 26, 2023
@kjohnsen
Copy link
Member Author

#39

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

No branches or pull requests

1 participant