Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grburgess/gbmgeometry
Routines to handle GBM geometry and plotting
https://github.com/grburgess/gbmgeometry
fermi fermi-science gbm geometry
Last synced: 29 days ago
JSON representation
Routines to handle GBM geometry and plotting
- Host: GitHub
- URL: https://github.com/grburgess/gbmgeometry
- Owner: grburgess
- License: mit
- Created: 2016-07-10T06:51:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-16T13:58:18.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T06:59:39.555Z (about 1 month ago)
- Topics: fermi, fermi-science, gbm, geometry
- Language: Python
- Size: 288 MB
- Stars: 8
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![codecov](https://codecov.io/gh/grburgess/gbmgeometry/branch/master/graph/badge.svg)](https://codecov.io/gh/grburgess/gbmgeometry)
[![PyPi Downloads](http://pepy.tech/badge/gbmgeometry)](http://pepy.tech/project/gbmgeometry)
[![PyPI version fury.io](https://badge.fury.io/py/gbmgeometry.svg)](https://pypi.python.org/pypi/gbmgeometry/)
[![Documentation Status](https://readthedocs.org/projects/gbmgeometry/badge/?version=latest)](https://gbmgeometry.readthedocs.io/?badge=latest)
![GitHub contributors](https://img.shields.io/github/contributors/grburgess/gbmgeometry)# gbmgeometry
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3749504.svg)](https://doi.org/10.5281/zenodo.3749504)
![alt text](https://raw.githubusercontent.com/grburgess/gbmgeometry/master/logo.png)Routines to handle GBM geometry and plotting.
* provides the ability to plot Fermi's orbit
* enables the reading and interpretation of GBM spacecraft files
* computes GRB emission blockage by components of the spacecraftSpecial thanks to [Bjoern Biltzinger](https://github.com/BjoernBiltzinger) and [Francesco Berlato](https://github.com/fberlato) for helping me with crazy geometry in multiple coordinate systems.
## Install
```bash
$> pip install gbmgeometry
```