-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloadmorph.hoc
26 lines (19 loc) · 859 Bytes
/
loadmorph.hoc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// Salto
// (c) Charles CH Cohen, 2014-present
// this software is released to the public under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0
// International license (CC BY-NC-ND 4.0, in English).
// for any questions, please email [email protected]
// ------------------------------Directories---------------------------------------
strdef root
root = getcwd()
strdef lib, ses
strdef cwd
sprint(lib, "%s%s", root, "lib/")
sprint(ses, "%s%s", root, "ses/")
// --------------------------------------------------------------------------------
load_file("stdgui.hoc")
chdir(ses)
load_file("morph.hoc")
load_file("shapebox.hoc")
makeMenuExplore()
print "Please take note of the following on the recording location(s):\n--> Section name\n--> Array number (if applicable)\n--> Section sublocation (0-1)\n--> Close NEURON\n--> Run setup.hoc"