All Projects → astropy → Astropy

astropy / Astropy

Licence: bsd-3-clause
Repository for the Astropy core package

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
Lex
420 projects
cython
566 projects
Makefile
30231 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Astropy

sherpa
Fit models to your data in Python with Sherpa.
Stars: ✭ 125 (-95.74%)
Mutual labels:  science, astronomy
Stellarium
Stellarium is a free GPL software which renders realistic skies in real time with OpenGL. It is available for Linux/Unix, Windows and macOS. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope.
Stars: ✭ 3,010 (+2.63%)
Mutual labels:  science, astronomy
Astronn
Deep Learning for Astronomers with Tensorflow
Stars: ✭ 125 (-95.74%)
Mutual labels:  science, astronomy
curvit
Create light curves from UVIT data.
Stars: ✭ 14 (-99.52%)
Mutual labels:  science, astronomy
kepler orrery
Make a Kepler orrery gif or movie of all the Kepler multi-planet systems
Stars: ✭ 91 (-96.9%)
Mutual labels:  science, astronomy
Gitscience
A curated list of science- and engineering related repositories on GitHub and in neighboring counties
Stars: ✭ 8 (-99.73%)
Mutual labels:  science, astronomy
Astropy Tutorials
Tutorials for the Astropy Project
Stars: ✭ 174 (-94.07%)
Mutual labels:  science, astronomy
Openflexure microscope
This repository has now moved to GitLab.com/openflexure/openflexure-microscope
Stars: ✭ 200 (-93.18%)
Mutual labels:  science
Stdlib
✨ Standard library for JavaScript and Node.js. ✨
Stars: ✭ 2,749 (-6.27%)
Mutual labels:  science
Deepvariant
DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data.
Stars: ✭ 2,404 (-18.04%)
Mutual labels:  science
Pyzo
Python to the people
Stars: ✭ 192 (-93.45%)
Mutual labels:  science
Opentrons
Software for writing protocols and running them on the Opentrons OT-2
Stars: ✭ 203 (-93.08%)
Mutual labels:  science
Ten Rules
Ten simple rules for better figures
Stars: ✭ 236 (-91.95%)
Mutual labels:  science
Cwltool
Common Workflow Language reference implementation
Stars: ✭ 235 (-91.99%)
Mutual labels:  science
Math Science Video Lectures
List of Science courses with video lectures
Stars: ✭ 219 (-92.53%)
Mutual labels:  science
Neurodocker
Generate custom Docker and Singularity images, and minimize existing containers
Stars: ✭ 198 (-93.25%)
Mutual labels:  science
Resources
📖 Huge curated collection (archive) of links of Tech, Science, Economics, Politics, Life, Philosophy, Conferences, Videos and much more resources from everyday surfing. ⭐️ Since October 21, 2017.
Stars: ✭ 236 (-91.95%)
Mutual labels:  science
Textrank
🌀 ⚡️ 🌍 TextRank (automatic text summarization) for PHP8
Stars: ✭ 193 (-93.42%)
Mutual labels:  science
Taotie
饕餮:A curated collection of resources for astrophysical research
Stars: ✭ 224 (-92.36%)
Mutual labels:  astronomy
Lightkurve
A friendly package for Kepler & TESS time series analysis in Python.
Stars: ✭ 232 (-92.09%)
Mutual labels:  astronomy

Astropy

Astropy's GitHub Actions CI Status Astropy's CircleCI Status Astropy's Azure Pipelines Status Astropy's Coverage Status Astropy's PyPI Status Documentation Status Zenodo DOI

The Astropy Project (http://astropy.org/) is a community effort to develop a single core package for Astronomy in Python and foster interoperability between Python astronomy packages. This repository contains the core package which is intended to contain much of the core functionality and some common tools needed for performing astronomy and astrophysics with Python.

Releases are registered on PyPI, and development is occurring at the project's GitHub page.

For installation instructions, see the online documentation or docs/install.rst in this source distribution.

Contributing Code, Documentation, or Feedback

The Astropy Project is made both by and for its users, so we welcome and encourage contributions of many kinds. Our goal is to keep this a positive, inclusive, successful, and growing community by abiding with the Astropy Community Code of Conduct.

More detailed information on contributing to the project or submitting feedback can be found on the contributions page. A summary of contribution guidelines can also be used as a quick reference when you are ready to start writing or validating code for submission.

Supporting the Project

Powered by NumFOCUS Donate

The Astropy Project is sponsored by NumFOCUS, a 501(c)(3) nonprofit in the United States. You can donate to the project by using the link above, and this donation will support our mission to promote sustainable, high-level code base for the astronomy community, open code development, educational materials, and reproducible scientific research.

License

Astropy is licensed under a 3-clause BSD style license - see the LICENSE.rst file.

If you locally cloned this repo before 7 Apr 2021

The primary branch for this repo has been transitioned from master to main. If you have a local clone of this repository and want to keep your local branch in sync with this repo, you'll need to do the following in your local clone from your terminal:

git fetch --all --prune
# you can stop here if you don't use your local "master"/"main" branch
git branch -m master main
git branch -u origin/main main

If you are using a GUI to manage your repos you'll have to find the equivalent commands as it's different for different programs. Alternatively, you can just delete your local clone and re-clone!

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