Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
motosat
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Elphel
motosat
Commits
88f9f20e
Commit
88f9f20e
authored
Oct 17, 2019
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added configuration file
parent
70cb390d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1536 additions
and
0 deletions
+1536
-0
motosat.conf
motosat.conf
+45
-0
test_02.php
test_02.php
+1491
-0
No files found.
motosat.conf
0 → 100644
View file @
88f9f20e
motosat_ip
=
"192.168.1.250"
modem_ip
=
"192.168.0.1"
AZ_CPD
=
12
.
74445
EL_CPD
=
75
.
78567
SK_CPD
=
8
.
34
;
AZ_0
=
0
.
0
; //
degrees
EL_0
=
0
.
0
; //
degrees
SK_0
=
55
.
7554
; //
degrees
AZ_CMAX
=
4790
;
EL_CMAX
=
10979
;
SK_CMAX
=
931
;
MODEM_THRESHOLD
=
17
.
0
; //
consider
something
if
modem
strength
is
above
OVERSHOOT
=
2
; //
1
; //
final
steps
absolute
error
LATE_STOP_AZ
=
30
; //
steps
;;
Rescan
azimuth
after
noticed
a
satellite
during
area
scan
AZ_PLAY
=
1
.
0
; //
Hysteresis
caused
by
mechanical
play
(
degrees
)
AZ_RESCAN
=
8
; // (
degrees
)
around
expected
center
AZ_RESCAN_STEP
=
0
.
5
; // (
degrees
)
EL_PLAY
=
1
.
0
; //
Hysteresis
caused
by
mechanical
play
(
degrees
)
EL_RESCAN
=
8
; // (
degrees
)
around
expected
center
EL_RESCAN_STEP
=
0
.
5
; // (
degrees
)
AZ_2D_RANGE
=
2
.
0
; //
degrees
2
D
peaking
scan
azimuth
(
full
range
)
EL_2D_RANGE
=
3
.
0
; //
degrees
2
D
peaking
scan
alevation
(
full
range
)
AZ_2D_STEP
=
0
.
25
; //
degrees
EL_2D_STEP
=
0
.
4
; //
degrees
ADJUST_2D
=
1
; //
1
-
adjust
2
D
,
0
-
skip
(
only
separate
azimuth
and
elevation
USABLE_FRACT
=
0
.
6
; //
use
ony
samples
not
less
than
this
fraction
of
maximal
USABLE_POW
=
1
.
0
; //
transform
(
maxstrengh
-
strengh
)
by
applying
pow
-
1
.
2
...
1
.
3
may
have
marginal
improvements
ARGMAX_OURSIDE
=
0
.
2
; //
Allow
argmax
outside
of
the
measured
range
by
this
fraction
ARGMAX_OURSIDE_2D
=
0
.
0
; //
Allow
argmax
outside
of
the
measured
range
by
this
fraction
during
2
D
peaking
;;
Modem
never
allows
wrong
satellite
to
have
signal
strength
above
29
,
and
tries
to
maintain
30
for
the
correct
one
when
the
signal
falls
below
.
;;
So
these
values
can
not
be
used
for
peaking
(
maybe
only
remove
30
if
the
signal
is
going
down
?)
;;
HUGHES_BAD_STRENGTHS
=
array
(
29
,
30
);
HUGHES_BAD_STRENGTHS
[
0
] =
29
;
HUGHES_BAD_STRENGTHS
[
1
] =
30
;
HUGHES_THRESHOLD
=
30
; //
if
less
-
wrong
satellite
GUARD_AZIMUTH
=
2
.
0
; // (
degrees
)
do
not
look
for
satellites
closer
than
this
to
alerady
found
GUARD_STEP
=
1
.
0
; // (
degrees
)
If
will
peak
on
the
same
satellite
,
increase
guard
range
on
that
side
AZ_TOL
=
0
.
7
; // (
degrees
)
If
satellites
azimuths
differ
by
less
than
this
-
they
are
the
same
MAX_ARC_TILT
=
0
.
2
; //
maximal
local
satellite
arc
tilt
near
a
known
satellite
SAT_AZ_STEP
=
0
.
5
; // (
degrees
)
mark
found
satellites
with
this
resolution
LOG_PATH
=
"/home/eyesis/git/motosat/attic/logs/test07.log"
;
test_02.php
0 → 100644
View file @
88f9f20e
This diff is collapsed.
Click to expand it.
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