Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GEPARD
GEPARD
Commits
cde94554
Commit
cde94554
authored
Nov 27, 2019
by
Josef Brandt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove scaling down images in WITecCom
parent
5a441838
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
ramancom/WITecCOM.py
ramancom/WITecCOM.py
+0
-3
No files found.
ramancom/WITecCOM.py
View file @
cde94554
...
@@ -276,9 +276,6 @@ class WITecCOM(RamanBase):
...
@@ -276,9 +276,6 @@ class WITecCOM(RamanBase):
self
.
ImageNameMan
.
SetValue
(
fname
)
self
.
ImageNameMan
.
SetValue
(
fname
)
self
.
ImageSaveMan
.
OperateTrigger
()
self
.
ImageSaveMan
.
OperateTrigger
()
sleep
(.
1
)
sleep
(.
1
)
img
=
cv2imread_fix
(
fname
)
img
=
cv2
.
resize
(
img
,
None
,
fx
=
0.5
,
fy
=
0.5
)
cv2imwrite_fix
(
fname
,
img
)
def
getImageDimensions
(
self
,
mode
=
'df'
):
def
getImageDimensions
(
self
,
mode
=
'df'
):
""" Get the image width and height in um and the orientation angle in degrees.
""" Get the image width and height in um and the orientation angle in degrees.
...
...
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