Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cs
gui
i0mapmon
Commits
03388090
Commit
03388090
authored
Sep 17, 2020
by
Giacomo Strangolino
Browse files
fixed source name for GetIc and GetId
parent
85b78dc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/i0mapmon.cpp
View file @
03388090
...
...
@@ -173,9 +173,9 @@ void I0mapmon::m_setup_x_list() {
ui
->
qucbx
->
insertItem
(
ui
->
qucbx
->
count
(),
"PRESTO Intensity"
);
ui
->
qucbx
->
setItemData
(
ui
->
qucbx
->
count
()
-
1
,
"pos/pesp/ccd-pesp_pos.01/Intensity"
,
Qt
::
UserRole
+
1
);
ui
->
qucbx
->
insertItem
(
ui
->
qucbx
->
count
(),
"DPI Photodiode (Beamline Transmission)"
);
ui
->
qucbx
->
setItemData
(
ui
->
qucbx
->
count
()
-
1
,
"pos/diagnostics/pico_pos.01->GetIc"
,
Qt
::
UserRole
+
1
);
ui
->
qucbx
->
setItemData
(
ui
->
qucbx
->
count
()
-
1
,
"pos/diagnostics/pico_pos.01->GetIc
(0,%1)
"
,
Qt
::
UserRole
+
1
);
ui
->
qucbx
->
insertItem
(
ui
->
qucbx
->
count
(),
"LDM Photodiode (Beamline Transmission)"
);
ui
->
qucbx
->
setItemData
(
ui
->
qucbx
->
count
()
-
1
,
"pos/diagnostics/pico_pos.01->GetId"
,
Qt
::
UserRole
+
1
);
ui
->
qucbx
->
setItemData
(
ui
->
qucbx
->
count
()
-
1
,
"pos/diagnostics/pico_pos.01->GetId
(0,%1)
"
,
Qt
::
UserRole
+
1
);
}
QMap
<
int
,
double
>
I0mapmon
::
m_selected_wlens
()
const
{
...
...
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