Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
LAMP
Commits
5796e9b6
Commit
5796e9b6
authored
Jun 21, 2019
by
Miguel Angel Gonzalez
Browse files
Issue 30: Restore option for monitor normalization in UI
parent
1ee2eb71
Changes
2
Hide whitespace changes
Inline
Side-by-side
lamp_mac/FIGARO/cosmos_globals.pro
View file @
5796e9b6
...
...
@@ -339,10 +339,15 @@ pro cosmos_globals
c_results
=
{}
cosmos_version
=
'3.3.1
0
'
cosmos_version
=
'3.3.1
1
'
cosmos_help_message
=
[
$
''
,
$
'COSMOS V. 3.3.11'
,
$
'20 June 2019'
,
$
'Put back option to choose between time/monitor normalization.'
,
$
''
,
$
''
,
$
'COSMOS V. 3.3.10'
,
$
'10 September 2018'
,
$
'Removed /READ option in call to file_test, as this test fails now with the new serdon.'
,
$
...
...
lamp_mac/FIGARO/cosmos_widgets.pro
View file @
5796e9b6
...
...
@@ -1547,11 +1547,11 @@ pro cosmos_normalization_tab, parent = parent
l
=
widget_label
(
b
,
ysize
=
10
,
value
=
""
)
;
bb
=
widget_base
(
b
,
/
row
,
/
base_align_center
)
;
l
=
widget_label
(
bb
,
font
=
c_font_big
,
xsize
=
175
,
value
=
'Beam normalization '
,
uname
=
'BEAM_NORMALIZE'
,
/
ALIGN_LEFT
,
/
TRACKING_EVENTS
)
;
w
=
cw_bgroup
(
bb
,
label_left
=
''
,
column
=
2
,
/
exclusive
,
[
"run time"
,
"monitor"
],
uname
=
"NORMALISE"
)
;
;
l
=
widget_label
(
b
,
ysize
=
10
,
value
=
""
)
bb
=
widget_base
(
b
,
/
row
,
/
base_align_center
)
l
=
widget_label
(
bb
,
font
=
c_font_big
,
xsize
=
175
,
value
=
'Beam normalization '
,
uname
=
'BEAM_NORMALIZE'
,
/
ALIGN_LEFT
,
/
TRACKING_EVENTS
)
w
=
cw_bgroup
(
bb
,
label_left
=
''
,
column
=
2
,
/
exclusive
,
[
"run time"
,
"monitor"
],
uname
=
"NORMALISE"
)
l
=
widget_label
(
b
,
ysize
=
10
,
value
=
""
)
bb
=
widget_base
(
b
,
/
row
,
/
base_align_center
)
l
=
widget_label
(
bb
,
font
=
c_font_big
,
xsize
=
175
,
value
=
'Angle method '
,
uname
=
'ANGLE_METHOD'
,
/
ALIGN_LEFT
,
/
TRACKING_EVENTS
)
...
...
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