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
aece9787
Commit
aece9787
authored
Jul 04, 2019
by
Gonzalez, Miguel
Browse files
Change to str_fit output for Salsa, to have always a list of points in the first column
parent
f4bf9be1
Changes
1
Hide whitespace changes
Inline
Side-by-side
lamp_mac/str_fit.pro
View file @
aece9787
...
@@ -9143,6 +9143,8 @@ if inst ne '?' then begin
...
@@ -9143,6 +9143,8 @@ if inst ne '?' then begin
if n_elements(chi) gt 0 then printf, u, format='
(
14
x
,
"Chi"
,
$
)
'
if n_elements(chi) gt 0 then printf, u, format='
(
14
x
,
"Chi"
,
$
)
'
if n_elements(phi) gt 0 then printf, u, format='
(
12
x
,
"Phi"
,
$
)
'
if n_elements(phi) gt 0 then printf, u, format='
(
12
x
,
"Phi"
,
$
)
'
if n_elements(angl) gt 0 then printf, u, format='
(
10
x
,
"Anglesx1000"
,
$
)
'
if n_elements(angl) gt 0 then printf, u, format='
(
10
x
,
"Anglesx1000"
,
$
)
'
;change Y axis, as they prefer to have an index of points in first column
if inst eq '
SALSA
' then YY = indgen(n_elements(YY)) + 1
printf, u, format=''
printf, u, format=''
for i=0,nspec-1 do begin
for i=0,nspec-1 do begin
for k=0,nk-1 do begin
for k=0,nk-1 do begin
...
...
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