Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-camera-andor3
Commits
85193269
Commit
85193269
authored
Nov 10, 2021
by
Valentin Valls
Browse files
Fix pixelsize unit
parent
00f52b4c
Pipeline
#59134
failed with stages
in 4 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/Andor3Camera.cpp
View file @
85193269
...
...
@@ -1116,7 +1116,7 @@ void
lima
::
Andor3
::
Camera
::
getPixelSize
(
double
&
sizex
,
double
&
sizey
)
{
DEB_MEMBER_FUNCT
();
sizex
=
sizey
=
6.5
;
// in m
icron ?
sizex
=
sizey
=
6.5
*
1e-6
;
// in m
eter
}
void
...
...
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