Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
sauerwein_n
pyPECS
Commits
b6f3b2da
Commit
b6f3b2da
authored
Oct 09, 2017
by
Nick Sauerwein
Browse files
end of extreme programming weekend, new version running
parent
93d2b3f9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
2 deletions
+14
-2
NotebookGUI.ipynb
NotebookGUI.ipynb
+2
-2
Scripts/GUI.py
Scripts/GUI.py
+2
-0
Scripts/__pycache__/GUI.cpython-35.pyc
Scripts/__pycache__/GUI.cpython-35.pyc
+0
-0
output.txt
output.txt
+10
-0
No files found.
NotebookGUI.ipynb
View file @
b6f3b2da
...
...
@@ -60,7 +60,7 @@
},
{
"cell_type": "code",
"execution_count":
4
,
"execution_count":
8
,
"metadata": {
"scrolled": true
},
...
...
@@ -68,7 +68,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "
f25b76441d3845daa4f5f7a7284b62d6
"
"model_id": "
90879664c74c40c194e7872bfe33b388
"
}
},
"metadata": {},
...
...
Scripts/GUI.py
View file @
b6f3b2da
...
...
@@ -163,6 +163,8 @@ class DeviceInterface:
if
self
.
device
.
connected
:
getattr
(
self
.
device
.
obj
,
spec_func_name
)()
self
.
refresh
()
def
connect_device
(
self
,
bt
=
None
):
...
...
Scripts/__pycache__/GUI.cpython-35.pyc
100755 → 100644
View file @
b6f3b2da
No preview for this file type
output.txt
View file @
b6f3b2da
...
...
@@ -8,3 +8,13 @@ available cameras:
<DeviceInfo Basler avA2300-25gmDSY (21547524)>
<DeviceInfo Basler acA3800-10gm (22005848)>
--> camera ( 21145133 ) connected
available cameras:
<DeviceInfo Basler avA2300-25gmDSY (21547524)>
<DeviceInfo Basler acA3800-10gm (22005848)>
<DeviceInfo Basler scA1400-17gm (21145133)>
--> camera ( 21145133 ) connected
available cameras:
<DeviceInfo Basler avA2300-25gmDSY (21547524)>
<DeviceInfo Basler acA3800-10gm (22005848)>
<DeviceInfo Basler scA1400-17gm (21145133)>
--> camera ( 21145133 ) connected
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment