Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-camera-slsdetector
Commits
8256d812
Commit
8256d812
authored
Jan 18, 2021
by
Alejandro Homs Puron
Committed by
operator for beamline
Feb 05, 2021
Browse files
Port to new slsDetectorPackage Geometry framework:
* Bottom Recv offset should not include gap line
parent
bd790641
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/SlsDetectorEiger.h
View file @
8256d812
...
...
@@ -153,11 +153,7 @@ class Eiger : public Model
{
Port
*
port
=
m_port_list
[
0
];
Port
::
LocationData
&
dst
=
port
->
m_dst
;
int
off
=
dst
.
off
;
// do not include bottom-half interchip vert gap
if
(
!
port
->
m_top_half_recv
)
off
-=
(
ChipGap
/
2
)
*
dst
.
lw
;
return
off
;
return
dst
.
off
;
}
private:
...
...
slsDetectorPackage
@
586c9305
Compare
66605a5c
...
586c9305
Subproject commit
66605a5c056cc42494397f5947931b82e1aea3ef
Subproject commit
586c9305d9a8958aa3b3814502b7c6e9ac6734f6
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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