All Projects → open-gamma-ray-astro → gamma-astro-data-formats

open-gamma-ray-astro / gamma-astro-data-formats

Licence: CC-BY-4.0 license
Data formats for gamma-ray astronomy

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to gamma-astro-data-formats

naima
Derivation of non-thermal particle distributions through MCMC spectral fitting
Stars: ✭ 32 (+33.33%)
Mutual labels:  astronomy, gamma-ray-astronomy
Deeplearning.ai-GAN-Specialization-Generative-Adversarial-Networks
This repository contains my full work and notes on Deeplearning.ai GAN Specialization (Generative Adversarial Networks)
Stars: ✭ 59 (+145.83%)
Mutual labels:  specification
NICERsoft
Analysis software for the NICER mission
Stars: ✭ 12 (-50%)
Mutual labels:  astronomy
P4J
Periodic time series analysis tools based on information theory
Stars: ✭ 42 (+75%)
Mutual labels:  astronomy
sherpa
Fit models to your data in Python with Sherpa.
Stars: ✭ 125 (+420.83%)
Mutual labels:  astronomy
DataBridge.NET
Configurable data bridge for permanent ETL jobs
Stars: ✭ 16 (-33.33%)
Mutual labels:  data-format
phantom-config
Parse, convert, modify, and generate Phantom config files.
Stars: ✭ 12 (-50%)
Mutual labels:  astronomy
cafeobj
Development of the CafeOBJ interpreter
Stars: ✭ 25 (+4.17%)
Mutual labels:  specification
Spring-Boot-efficient-search-API
medium.com/quick-code/spring-boot-how-to-design-efficient-search-rest-api-c3a678b693a0?source=friends_link&sk=a9344c624d6e61b0fa8f42a9e1fcfcbe
Stars: ✭ 63 (+162.5%)
Mutual labels:  specification
rust-fitsio
FFI wrapper around cfitsio in Rust
Stars: ✭ 17 (-29.17%)
Mutual labels:  astronomy
TART
Transient Array Radio Telescope
Stars: ✭ 20 (-16.67%)
Mutual labels:  astronomy
openapi
GitHub's official OpenAPI spec with Octokit extensions
Stars: ✭ 24 (+0%)
Mutual labels:  specification
ccd-reduction-and-photometry-guide
Read the CCD guide here:
Stars: ✭ 55 (+129.17%)
Mutual labels:  astronomy
falcon-apispec
apispec plugin that generates OpenAPI specification (aka Swagger Docs) for Falcon web applications.
Stars: ✭ 44 (+83.33%)
Mutual labels:  specification
webid-oidc-spec
WebID-OIDC Authentication Spec v0.1.0
Stars: ✭ 51 (+112.5%)
Mutual labels:  specification
cim-spec
This repository hosts the specification for the Cartographic Information Model
Stars: ✭ 45 (+87.5%)
Mutual labels:  specification
phantom
Phantom Smoothed Particle Hydrodynamics and Magnetohydrodynamics code
Stars: ✭ 52 (+116.67%)
Mutual labels:  astronomy
ApiCenter
A repository for all your API specifications
Stars: ✭ 26 (+8.33%)
Mutual labels:  specification
heyoka
C++ library for ODE integration via Taylor's method and LLVM
Stars: ✭ 151 (+529.17%)
Mutual labels:  astronomy
TreeCorr
Code for efficiently computing 2-point and 3-point correlation functions. For documentation, go to
Stars: ✭ 85 (+254.17%)
Mutual labels:  astronomy

Data formats for gamma-ray astronomy CC-BY 4.0 Build Status DOI

The Data formats for gamma-ray astronomy is a community-driven initiative for the definition of a common and open high-level data format for gamma-ray instruments.

Stable versions

Stable versions of the spec are done via git tags and are shown as releases here: https://github.com/open-gamma-ray-astro/gamma-astro-data-formats/releases

HTML and PDF versions for stable versions are available via the version selector in the lower left on ReadTheDocs. As an example, for version 0.2:

For v0.2 we also archived the sources of the spec as well as a rendered PDF and HTML version here: https://doi.org/10.5281/zenodo.1409830 To cite that version, you can use the bibtex entry here.

Building the documents locally

To build this document locally, clone this repository and install poetry, the tool used for dependency management:

$ python3 -m pip install [--user] poetry

Use --user if you are using a system python installation, leave it out if you are in a virtual environment or conda environment already.

Install the dependencies for building this document:

$ poetry install

Make the html:

$ poetry run make html SPHINXOPTS="-W --keep-going -n --color -j auto"

The options are enabling more warnings to make sure everything builds correctly and run the build on multiple cores.

Start the python http server to get a preview in your browser:

$ python3 -m http.server -d build/html

You then should be able to browse http://localhost:8000 and see the document.

References

The following paper describes the context of this initiative and its evolution:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].