Skip to content

Commit f509dc8

Browse files
committed
Merge branch 'dev' of https://github.com/ZeitgeberH/patchview into dev
2 parents c1ee721 + c9484a2 commit f509dc8

6 files changed

Lines changed: 7529 additions & 0 deletions

File tree

190628s1c6fp.nwb

91.4 MB
Binary file not shown.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Protocols: ## existing patch protocols and alias from Xiaolong Jiang's lab at BCM
2+
Firing pattern: ['FP', 'fp', 'Firing Pattern', 'firing pattern','AllCurrentClamp','ap','ramp',
3+
'LongSquareWave']
4+
Connection: ['STI', 'Sti', 'Cc', 'cc'] ## check connections
5+
Spontaneous: ['EPSP', 'EPSPs','EPSC', 'EPSCs', 'sEPSP','sEPSPs','sEPSC','sEPSCs',
6+
'SP','SP_VC', 'SP_CC','Spontaneous Inputs','Spontaneous','sAP']
7+
Retina: ['Light_stimulation', 'light stimulation'] ## check light response

patchview/Data/Navigator.ui

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ui version="4.0">
3+
<class>Patchview_navigator</class>
4+
<widget class="QWidget" name="Patchview_navigator">
5+
<property name="geometry">
6+
<rect>
7+
<x>0</x>
8+
<y>0</y>
9+
<width>317</width>
10+
<height>201</height>
11+
</rect>
12+
</property>
13+
<property name="windowTitle">
14+
<string>Patchview Navigator</string>
15+
</property>
16+
<widget class="QWidget" name="gridLayoutWidget">
17+
<property name="geometry">
18+
<rect>
19+
<x>10</x>
20+
<y>10</y>
21+
<width>301</width>
22+
<height>181</height>
23+
</rect>
24+
</property>
25+
<layout class="QGridLayout" name="gridLayout">
26+
<item row="1" column="0">
27+
<widget class="QPushButton" name="Ephy_home">
28+
<property name="sizeIncrement">
29+
<size>
30+
<width>10</width>
31+
<height>10</height>
32+
</size>
33+
</property>
34+
<property name="toolTip">
35+
<string extracomment="Launch Ephy"/>
36+
</property>
37+
<property name="text">
38+
<string>Electrophysiology</string>
39+
</property>
40+
<property name="iconSize">
41+
<size>
42+
<width>64</width>
43+
<height>64</height>
44+
</size>
45+
</property>
46+
<property name="flat">
47+
<bool>false</bool>
48+
</property>
49+
</widget>
50+
</item>
51+
<item row="2" column="0">
52+
<widget class="QPushButton" name="Morphor_home">
53+
<property name="text">
54+
<string>Morphorlogy</string>
55+
</property>
56+
</widget>
57+
</item>
58+
</layout>
59+
</widget>
60+
</widget>
61+
<resources/>
62+
<connections/>
63+
</ui>

0 commit comments

Comments
 (0)