def __init__(self, object_catalog):
     super(OrbitDataFetcher, self).__init__()
     self._object_catalog = object_catalog
     self._downloader = DataDownloader()