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
faf4c21c
Commit
faf4c21c
authored
Dec 10, 2018
by
perdereau
Browse files
add a print for sats closer than 2 degs
parent
189ea7e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Satellites/predictsatsgp4.cc
Satellites/predictsatsgp4.cc
+3
-0
No files found.
Satellites/predictsatsgp4.cc
View file @
faf4c21c
...
...
@@ -277,6 +277,9 @@ int main(int narg, char *arg[])
cout
<<
" velocity: |V|="
<<
velsat
<<
" km/s, angular |Vangle|="
<<
vangmod
<<
", Vaz="
<<
vangaz
<<
", Valt="
<<
vangalt
<<
" deg/min"
<<
endl
;
cout
<<
" closest-los: sep="
<<
sepmin
<<
" "
<<
datemin
<<
" "
<<
topomin
<<
" "
<<
vsatfilename
[
isat
]
<<
endl
;
if
(
sepmin
>
sep
)
cout
<<
"WARNING: sep="
<<
sep
<<
"< sepmin="
<<
sepmin
<<
endl
;
if
(
sepmin
<
2.
)
cout
<<
"GOOD SAT "
<<
satname
<<
" "
<<
vsatfilename
[
isat
]
<<
" "
<<
" closest-los: sep="
<<
sepmin
<<
" "
<<
datemin
<<
" "
<<
topomin
<<
endl
;
//
}
catch
(
SatelliteException
&
e
)
{
if
(
lp
>
0
)
cerr
<<
"Sat="
<<
satname
<<
" skipped! "
<<
e
.
what
()
<<
" "
<<
vsatfilename
[
isat
]
<<
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