This PR introduces the Sopp class, serving as the user API for invoking get_satellites_above_horizon and get_satellites_crossing_main_beam from an EventFinder class.
Note that this is a preliminary implementation, defining only the interface so that when #93 is merged, the documentation can be updated and should be relatively stable for the end-user.
This PR introduces the
Sopp
class, serving as the user API for invokingget_satellites_above_horizon
andget_satellites_crossing_main_beam
from anEventFinder
class.Note that this is a preliminary implementation, defining only the interface so that when #93 is merged, the documentation can be updated and should be relatively stable for the end-user.