kepler_fits_reader¶
- astropy.timeseries.io.kepler_fits_reader(filename)[ソース]¶
天体時系列におけるケプラーやコケファイルのFITSリーダとすることができる。
通常はこの関数を直接呼び出すのではなく,使用すべきである
read()方法:>>> from astropy.timeseries import TimeSeries >>> ts = TimeSeries.read('kplr33122.fits', format='kepler.fits')
- パラメータ
- ファイル名 :
strあるいは…。pathlib.PathStrまたはpathlib.Path ロードするファイルです。
- ファイル名 :
- 返品
- ts :
TimeSeriesTimeSeries 時系列のデータに変換する.
- ts :