Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
LAMP
Commits
eb645506
Commit
eb645506
authored
Jul 22, 2019
by
Gonzalez, Miguel
Browse files
Correct position of instrument line to ensure that the call to lamp_journal works on all cases
parent
2cf50b4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
lamp_mac/D2B/straight_2d.pro
View file @
eb645506
...
...
@@ -50,8 +50,8 @@ pasp = 1
if
n_elements
(
datp
)
eq
0
then
take_datp
,
datp
else
pasp
=
0
;
Detector
distance
inst
=
strlowcase
((
strsplit
(
datp
.
other_tit
,
/
extract
))[
0
])
if
n_elements
(
e_d
)
eq
1
then
r
=
e_d
else
begin
inst
=
strlowcase
((
strsplit
(
datp
.
other_tit
,
/
extract
))[
0
])
case
inst
of
'd2b'
:
r
=
130.0
'salsa'
:
r
=
100.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