示例#1
0
    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
    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.)