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-pilatus
Commits
802b4e3b
Commit
802b4e3b
authored
Feb 24, 2017
by
Sebastien Petitdemange
Browse files
fixed a bug if images is retreived during acquisition
parent
bdef5734
Changes
2
Hide whitespace changes
Inline
Side-by-side
VERSION
View file @
802b4e3b
1.7.
1
1.7.
2
src/PilatusInterface.cpp
View file @
802b4e3b
...
...
@@ -630,8 +630,6 @@ public:
{
DEB_MEMBER_FUNCT
();
m_image_events
.
insert
(
image_number
);
FrameDim
anImageDim
;
getFrameDim
(
anImageDim
);
long
memSize
=
anImageDim
.
getMemSize
();
...
...
@@ -657,7 +655,10 @@ public:
m_interface
.
m_cam
.
errorStopAcquisition
();
THROW_HW_ERROR
(
Error
)
<<
"Problem to read image:"
<<
DEB_VAR1
(
full_path
);
}
if
(
from
!=
HwFileEventCallbackHelper
::
OnDemand
)
m_image_events
.
insert
(
image_number
);
void
*
aDataBuffer
=
(
char
*
)
mmap_mem_base
+
DECTRIS_EDF_OFFSET
;
frame_info
=
HwFrameInfoType
(
image_number
,
aDataBuffer
,
&
anImageDim
,
Timestamp
(),
0
,
...
...
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