Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
BAORadio
AnaPAON4
Commits
3b91a674
Commit
3b91a674
authored
Mar 05, 2019
by
Reza ANSARI
Browse files
Oubli conversion delta z de cm en metres, Reza
parent
92a92991
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
trkacxfit.cc
trkacxfit.cc
+1
-1
No files found.
trkacxfit.cc
View file @
3b91a674
...
...
@@ -354,7 +354,7 @@ int decode_args(int narg, char* arg[])
cout
<<
" Beam: D_dish (initial guess)="
<<
D_dish
<<
" GaussianBeam ? "
<<
(
fggaussbeam
?
"Yes"
:
"No"
)
<<
endl
;
if
(
zshift_antennes
.
size
()
>
0
)
{
cout
<<
" Antenna-Z-coord shift= "
;
for
(
size_t
i
=
0
;
i
<
zshift_antennes
.
size
();
i
++
)
cout
<<
zshift_antennes
[
i
]
<<
" ; "
;
for
(
size_t
i
=
0
;
i
<
zshift_antennes
.
size
();
i
++
)
{
cout
<<
zshift_antennes
[
i
]
<<
" ; "
;
zshift_antennes
[
i
]
*=
0.01
;
}
cout
<<
endl
;
}
cout
<<
" Default input path="
<<
default_input_path
<<
" OutputDirectory="
<<
outdir_path
<<
endl
;
...
...
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