Browse Source

Move model

master
Lev 2 years ago
parent
commit
4b8e5d2d84
  1. 1
      SimpleCell.ipynb
  2. 33
      TuningCurves.ipynb
  3. 0
      model/decoding.py
  4. 0
      model/decorators.py
  5. 0
      model/dimension.py
  6. 0
      model/example.py
  7. 0
      model/gratings.py
  8. 0
      model/load.py
  9. 0
      model/noisereduction.py
  10. 0
      model/persistence.py
  11. 0
      model/plotting.py

1
SimpleCell.ipynb

@ -18,6 +18,7 @@
"import sys\n", "import sys\n",
"from tqdm import trange\n", "from tqdm import trange\n",
"sys.path.insert(0, './Persistent_Homology')\n", "sys.path.insert(0, './Persistent_Homology')\n",
"sys.path.insert(0, './model')\n",
"\n", "\n",
"from gratings import grating_model, GRATING_PARS, get_locations\n", "from gratings import grating_model, GRATING_PARS, get_locations\n",
"import gratings\n", "import gratings\n",

33
TuningCurves.ipynb

File diff suppressed because one or more lines are too long

0
decoding.py → model/decoding.py

0
decorators.py → model/decorators.py

0
dimension.py → model/dimension.py

0
example.py → model/example.py

0
gratings.py → model/gratings.py

0
load.py → model/load.py

0
noisereduction.py → model/noisereduction.py

0
persistence.py → model/persistence.py

0
plotting.py → model/plotting.py

Loading…
Cancel
Save