contgbmrsp#

class jinwu.response.contgbmrsp(ra, dec, start_time, end_time, detector)[source]#

Bases: object

用来生成连续观测的 GBM 响应文件,针对非触发情形。 需要通过网页安装的 GBM 响应生成的 Perl 程序,并且所有的数据应该满足特定的文件目录格式。

赤经,单位是度,天文坐标系下的坐标。
赤纬,单位是度,天文坐标系下的坐标。

开始时间, Fermi MET 时间,以秒为单位。

结束时间, Fermi MET 时间,以秒为单位。

探测器代号列表。

生成用于执行 GBM 响应生成的 Perl 脚本的命令字符串。 执行生成的命令字符串,并打印输出或错误信息。

获取赤经。
获取赤纬。

获取开始时间(Fermi MET)。

获取结束时间(Fermi MET)。
获取从探测器代号派生的探测器编号。

获取探测器代号。

设置赤经。
设置赤纬。

设置探测器代号。

设置开始时间(Fermi MET)。

设置结束时间(Fermi MET)。

Attributes Summary

Methods Summary

Attributes Documentation

dec#
detector#
ra#
tend#
tstart#

Methods Documentation

commandpl()[source]#
gbmrsppl()[source]#