Package uk.m0nom.adifproc.satellite
Class SatellitePass
java.lang.Object
uk.m0nom.adifproc.satellite.SatellitePass
This class records a single satellite pass being worked with the first and last contact date/time to
allow a pass to be visualized, as well as the list of QSOs that went through that satellite during the pass.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContact(Qso qso) voidFor satellite QSOs often the recorded time is the same for multiple contacts.
-
Constructor Details
-
SatellitePass
-
-
Method Details
-
addContact
-
spaceOutContacts
public void spaceOutContacts()For satellite QSOs often the recorded time is the same for multiple contacts. This isn't realistic and doesn't look good on the satellite path, so we artificially space out contacts (in both time and therefore along the satellite path) based on the order in which they are added to the pass, which will generally be the correct chronological order.
-