Skip to content

Commit

Permalink
18/10
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianNGitahi committed Oct 19, 2023
1 parent b330ee9 commit 397e27e
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 53 deletions.
24 changes: 24 additions & 0 deletions Bleaching Analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,30 @@
"This notebook will continue from the simulation notebook. It will take the df/f signal produced and analyse the effects of bleaching of different sources of fluorescence on the signal produced."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"import matplotlib.pyplot as plt\n",
"import pandas as pd\n",
"import scipy as sp"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# import the functions used in the Simulation notebook\n",
"from s_functions import simulate_neuron, simulate_nm_conc, simulate_flourescence_signal\n",
"from b_factory import bleach_t, bleach_dnm, bleach_nm, bleach_all"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
Loading

0 comments on commit 397e27e

Please sign in to comment.