1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Swift/BATを用いた光度曲線のプロット方法:matplotlibとplotlyを用いたPythonスクリプト解説

Posted at

はじめに

Swift/BAT 衛星の 15-50 keV のエネルギーのライトカーブを生成する簡単な方法を、matplotlib と ploty で紹介します。

プログラムの基礎的な部分は、

と同じなので、こちらを参考にしてください。

google colab でも動かせるようにしています。その場合は、

を参考にしてください。

データのダウンロード

データのダウンロードは下記から実行します。

あるいは、

のコードにアドレスを与えればダウンロードできます。

プロット

を使います。

  • matplotlib を使う場合
python swift_plot_lc.py CygX-1.lc.fits --plotter plotly --highlight 2023-11-03T23:51:04 2023-12-05T14:01:04

CygX-1.lc_matplotlib.png

  • plotly を使う場合
python swift_plot_lc.py CygX-1.lc.fits --plotter plotly --highlight 2023-11-03T23:51:04 2023-12-05T14:01:04

--highlight は fill_between でハイライトしたい場合にだけつければよいです。

スクリーンショット 2024-10-14 1.58.24.png

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?