An open API service indexing awesome lists of open source software.

https://github.com/grburgess/gbm_drm_gen

This provides a python based response generator for the Gamma-ray Burst Monitor (GBM). Additionally, a 3ML plugin is provided which allows for the simultaneous fitting of GRB locations and spectra.
https://github.com/grburgess/gbm_drm_gen

3ml fermi gbm grbs

Last synced: 7 months ago
JSON representation

This provides a python based response generator for the Gamma-ray Burst Monitor (GBM). Additionally, a 3ML plugin is provided which allows for the simultaneous fitting of GRB locations and spectra.

Awesome Lists containing this project

README

        

![CI](https://github.com/grburgess/gbm_drm_gen/workflows/CI/badge.svg)
[![codecov](https://codecov.io/gh/grburgess/gbm_drm_gen/branch/master/graph/badge.svg?token=vdaYSD8vdx)](https://codecov.io/gh/grburgess/gbm_drm_gen)
[![PyPI version shields.io](https://img.shields.io/pypi/v/gbm_drm_gen.svg)](https://pypi.python.org/pypi/gbm_drm_gen/)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2590555.svg)](https://doi.org/10.5281/zenodo.2590555)
![GitHub contributors](https://img.shields.io/github/contributors/grburgess/gbm_drm_gen)
# GBM Response Generator

![alt text](https://raw.githubusercontent.com/grburgess/gbm_drm_gen/master/logo.png)

A fast, python based response generator for the Fermi-GBM. A 3ML plugin is also provided that allows for one to locate GRBs with any of the GBM spectral data.

If you find this code useful or use it please cite the following works:

[Burgess et al 2018](https://academic.oup.com/mnras/article/476/2/1427/4670828)

[https://arxiv.org/abs/1902.01082](https://arxiv.org/abs/1902.01082)

## Install
```bash
pip install gbm_drm_gen

```