All Projects → adrn → Gala

adrn / Gala

Licence: mit
Galactic and gravitational dynamics in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Gala

Galpy
Galactic Dynamics in python
Stars: ✭ 134 (+83.56%)
Mutual labels:  dynamics, physics, astronomy
Pyautolens
PyAutoLens: Open Source Strong Gravitational Lensing
Stars: ✭ 90 (+23.29%)
Mutual labels:  physics, astronomy
orbital-sim
A simple physics engine build over a PyGame simulation to accurately model planetary orbits in space
Stars: ✭ 31 (-57.53%)
Mutual labels:  astronomy, physics
Pycbc
Core package to analyze gravitational-wave data, find signals, and study their parameters. This package was used in the first direct detection of gravitational waves (GW150914), and is used in the ongoing analysis of LIGO/Virgo data.
Stars: ✭ 177 (+142.47%)
Mutual labels:  physics, astronomy
Physac
2D physics header-only library for videogames developed in C using raylib library.
Stars: ✭ 151 (+106.85%)
Mutual labels:  dynamics, physics
Hamiltonian Nn
Code for our paper "Hamiltonian Neural Networks"
Stars: ✭ 229 (+213.7%)
Mutual labels:  dynamics, physics
Pydy
Multibody dynamics tool kit.
Stars: ✭ 232 (+217.81%)
Mutual labels:  dynamics, physics
unity-excavator
Physical simulations on Unity
Stars: ✭ 20 (-72.6%)
Mutual labels:  astronomy, physics
elasty
A research-oriented elastic body simulator
Stars: ✭ 173 (+136.99%)
Mutual labels:  physics, dynamics
Modia3d.jl
Modeling and Simulation of 3D systems
Stars: ✭ 44 (-39.73%)
Mutual labels:  dynamics
Ccdproc
Astropy affiliated package for reducing optical/IR CCD data
Stars: ✭ 59 (-19.18%)
Mutual labels:  astronomy
Game Dogfight
Air to air combat game, created in Python 3 using HARFANG 3D.
Stars: ✭ 41 (-43.84%)
Mutual labels:  physics
Teneto
Temporal Network Tools
Stars: ✭ 45 (-38.36%)
Mutual labels:  dynamics
Aliphysics
ALICE Analysis Repository
Stars: ✭ 61 (-16.44%)
Mutual labels:  physics
Phaser Tilemap Plus
Tilemap animations, physics, events and custom property enhancements for Tiled JSON map files
Stars: ✭ 44 (-39.73%)
Mutual labels:  physics
Spirit
Atomistic Spin Simulation Framework
Stars: ✭ 67 (-8.22%)
Mutual labels:  physics
Skypy
SkyPy: A package for modelling the Universe.
Stars: ✭ 41 (-43.84%)
Mutual labels:  astronomy
Fitsio
fitsio is a pure-Go package to read and write `FITS` files
Stars: ✭ 40 (-45.21%)
Mutual labels:  astronomy
Abipy
Open-source library for analyzing the results produced by ABINIT
Stars: ✭ 69 (-5.48%)
Mutual labels:  physics
Pytransit
Fast and easy exoplanet transit light curve modelling.
Stars: ✭ 65 (-10.96%)
Mutual labels:  astronomy

.. raw:: html

Gala is a Python package for Galactic and gravitational dynamics.

|Affiliated package| |Coverage Status| |Build status| |Windows status|

Documentation

|Documentation Status|

The documentation for Gala is hosted on Read the docs <http://gala.adrian.pw>_.

Installation and Dependencies

|conda| |PyPI|

The easiest way to get Gala is to install with conda or pip.

If you are on Linux or Mac, you can install with conda using the conda-forge channel::

conda install gala --channel conda-forge

If you prefer pip, or if you are on Windows, you can also install using pip::

pip install gala

See the installation instructions <http://gala.adrian.pw/en/latest/install.html>_ in the documentation <http://gala.adrian.pw>_ for more information.

Attribution

|JOSS| |DOI|

If you make use of this code, please cite the JOSS <http://joss.theoj.org>_ paper::

@article{gala,
  doi = {10.21105/joss.00388},
  url = {https://doi.org/10.21105%2Fjoss.00388},
  year = 2017,
  month = {oct},
  publisher = {The Open Journal},
  volume = {2},
  number = {18},
  author = {Adrian M. Price-Whelan},
  title = {Gala: A Python package for galactic dynamics},
  journal = {The Journal of Open Source Software}
}

Please also consider citing the Zenodo DOI |DOI| as a software citation::

@misc{gala:zenodo,
  author       = {Adrian Price-Whelan and
                  Brigitta Sipőcz and
                  Daniel Lenz and
                  Johnny Greco and
                  Syrtis Major and
                  Sergey Koposov and
                  Semyeong Oh and
                  P. L. Lim},
  title        = {adrn/gala: v1.3},
  month        = oct,
  year         = 2020,
  publisher    = {Zenodo},
  version      = {v1.3},
  doi          = {10.5281/zenodo.4159870},
  url          = {https://doi.org/10.5281/zenodo.593786}
}

License

|License|

Copyright 2013-2020 Adrian Price-Whelan and contributors.

Gala is free software made available under the MIT License. For details see the LICENSE <https://github.com/adrn/gala/blob/main/LICENSE>_ file.

.. |Coverage Status| image:: https://codecov.io/gh/adrn/gala/branch/main/graph/badge.svg :target: https://codecov.io/gh/adrn/gala .. |Build status| image:: https://github.com/adrn/gala/workflows/nix-tests/badge.svg?branch=main :target: https://github.com/adrn/gala/actions?query=workflow%3Anix-tests .. |Windows status| image:: https://github.com/adrn/gala/workflows/Windows-tests/badge.svg?branch=main :target: https://github.com/adrn/gala/actions?query=workflow%3AWindows-tests .. |License| image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat :target: https://github.com/adrn/gala/blob/main/LICENSE .. |PyPI| image:: https://badge.fury.io/py/gala.svg :target: https://badge.fury.io/py/gala .. |conda| image:: https://anaconda.org/conda-forge/gala/badges/version.svg :target: https://anaconda.org/conda-forge/gala .. |Documentation Status| image:: https://readthedocs.org/projects/gala-astro/badge/?version=latest :target: http://gala-astro.readthedocs.io/en/latest/?badge=latest .. |Affiliated package| image:: https://img.shields.io/badge/astropy-affiliated%20package-orange.svg :target: http://astropy.org/affiliated .. |JOSS| image:: http://joss.theoj.org/papers/10.21105/joss.00388/status.svg :target: http://joss.theoj.org/papers/10.21105/joss.00388 .. |DOI| image:: https://zenodo.org/badge/17577779.svg :target: https://zenodo.org/badge/latestdoi/17577779 .. |ASCL| image:: https://img.shields.io/badge/ascl-1707.006-blue.svg?colorB=262255 :target: http://ascl.net/1707.006

Contributors

See the AUTHORS.rst <https://github.com/adrn/gala/blob/main/AUTHORS.rst>_ file for a complete list of contributors to the project.

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].