Class SatellitePass

java.lang.Object
uk.m0nom.adifproc.satellite.SatellitePass

public class SatellitePass extends Object
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 Details

  • Method Details

    • addContact

      public void addContact(Qso qso)
    • 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.