Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/ZeitgeberH/patchview into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeitgeberH committed Mar 27, 2023
2 parents c1ee721 + c9484a2 commit f509dc8
Show file tree
Hide file tree
Showing 6 changed files with 7,529 additions and 0 deletions.
Binary file added 190628s1c6fp.nwb
Binary file not shown.
7 changes: 7 additions & 0 deletions patchview/Data/JiangLab_protocols.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Protocols: ## existing patch protocols and alias from Xiaolong Jiang's lab at BCM
Firing pattern: ['FP', 'fp', 'Firing Pattern', 'firing pattern','AllCurrentClamp','ap','ramp',
'LongSquareWave']
Connection: ['STI', 'Sti', 'Cc', 'cc'] ## check connections
Spontaneous: ['EPSP', 'EPSPs','EPSC', 'EPSCs', 'sEPSP','sEPSPs','sEPSC','sEPSCs',
'SP','SP_VC', 'SP_CC','Spontaneous Inputs','Spontaneous','sAP']
Retina: ['Light_stimulation', 'light stimulation'] ## check light response
63 changes: 63 additions & 0 deletions patchview/Data/Navigator.ui
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Patchview_navigator</class>
<widget class="QWidget" name="Patchview_navigator">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>317</width>
<height>201</height>
</rect>
</property>
<property name="windowTitle">
<string>Patchview Navigator</string>
</property>
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>301</width>
<height>181</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0">
<widget class="QPushButton" name="Ephy_home">
<property name="sizeIncrement">
<size>
<width>10</width>
<height>10</height>
</size>
</property>
<property name="toolTip">
<string extracomment="Launch Ephy"/>
</property>
<property name="text">
<string>Electrophysiology</string>
</property>
<property name="iconSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QPushButton" name="Morphor_home">
<property name="text">
<string>Morphorlogy</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading

0 comments on commit f509dc8

Please sign in to comment.