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
6c3abdfd
Commit
6c3abdfd
authored
Aug 29, 2016
by
Sebastien Petitdemange
Browse files
changing number of digit for high number of frames
parent
74c8c672
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/PilatusInterface.cpp
View file @
6c3abdfd
...
...
@@ -43,7 +43,7 @@ static const char CAMERA_HIGH_TOKEN[] = "camera_high";
static
const
char
CAMERA_PILATUS3_TOKEN
[]
=
"PILATUS3"
;
static
const
char
WATCH_PATH
[]
=
"/lima_data"
;
static
const
char
FILE_PATTERN
[]
=
"tmp_img_%.
5
d.edf"
;
static
const
char
FILE_PATTERN
[]
=
"tmp_img_%.
7
d.edf"
;
static
const
int
DECTRIS_EDF_OFFSET
=
1024
;
/*******************************************************************
...
...
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