merge-requests/42/head
lu7did 2019-08-15 14:35:52 -03:00
parent 5df8a2fcbb
commit aeab1d6878
1 changed files with 11 additions and 0 deletions

View File

@ -57,6 +57,17 @@ Add a line like this - execute the scheduling script on each full hour:
Omit the `-f` option to also fill in the gaps, but be aware if using a rotator setup! This will wear-out your rotator very quickly!
Add `-w 60` for a delay if you want to give your rotator a bit of time (60 s) to reset or home.
## Azimut window filtering
This experimental feature allows to improve the quality of the passes taken by making a given azimuth window blind to the schedulling
process, this might help to avoid a natural or man-made visibility obstacle or to accomodate for a given antenna receiving pattern.
option --azmin xxx --azmax yyy
specifying 345-015 would only schedule passes rising or setting at Az between 345 and 015
specifying 015-360 will skip all passes rising or setting between 000 and 015
specifying 180-045 will avoid all passes rising or setting between 045 and 180
... and so on
## Usage