Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benjamin Jakimow
EO Time Series Viewer
Commits
5f7e4dc6
Commit
5f7e4dc6
authored
Mar 14, 2014
by
Luke Campagnola
Browse files
Removed extra image window from VideoSpeedTest
parent
693df703
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/VideoSpeedTest.py
View file @
5f7e4dc6
...
...
@@ -98,7 +98,6 @@ def mkData():
else
:
data
=
np
.
random
.
normal
(
size
=
(
frames
,
width
,
height
),
loc
=
loc
,
scale
=
scale
)
data
=
pg
.
gaussianFilter
(
data
,
(
0
,
6
,
6
))
pg
.
image
(
data
)
if
dtype
[
0
]
!=
'float'
:
data
=
np
.
clip
(
data
,
0
,
mx
)
data
=
data
.
astype
(
dt
)
...
...
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