watson.data_validation_report.DvrPreparer.KeplerDvrUrlBuilder

class watson.data_validation_report.DvrPreparer.KeplerDvrUrlBuilder

Bases: DvrUrlBuilder

Prepares the DVR url for a given Kepler mission id

__init__()

Methods

__init__()

prepare(id, sectors, download_dir)

Prepares the DVR url for a given Kepler mission id :param id: the KIC id :param List[int] sectors: the quarters of the DVR :param str download_dir: the directory to store the resulting files :return List[str]: The DVR paths (only one for kepler targets)

prepare(id: int, sectors: List[int], download_dir: str) List[str]

Prepares the DVR url for a given Kepler mission id :param id: the KIC id :param List[int] sectors: the quarters of the DVR :param str download_dir: the directory to store the resulting files :return List[str]: The DVR paths (only one for kepler targets)