コード例 #1
0
ファイル: Fermi.py プロジェクト: BjoernBiltzinger/threeML-1
    def _get_vo_table_from_source(self):

        self._vo_dataframe = get_heasarc_table_as_pandas("fermigbrst",
                                                         update=self._update,
                                                         cache_time_days=1.0)
コード例 #2
0
ファイル: Swift.py プロジェクト: janbolmer/threeML
    def _get_vo_table_from_source(self):

        self._vo_dataframe = get_heasarc_table_as_pandas('swiftgrb',
                                                         update=self._update,
                                                         cache_time_days=1.)
コード例 #3
0
    def _get_vo_table_from_source(self):

        self._vo_dataframe = get_heasarc_table_as_pandas('fermille',
                                                         update=self._update,
                                                         cache_time_days=5.)
コード例 #4
0
ファイル: Fermi.py プロジェクト: giacomov/3ML
    def _get_vo_table_from_source(self):

        self._vo_dataframe = get_heasarc_table_as_pandas('fermille',
                                                         update=self._update,
                                                         cache_time_days=5.)