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.Path
Strまたはpathlib.Path ロードするファイルです。
- ファイル名 :
- 返品
- ts :
TimeSeries
TimeSeries
時系列のデータに変換する.
- ts :