All Projects → sczesla → Pyastronomy

sczesla / Pyastronomy

A collection of astronomy-related routines in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pyastronomy

Apogee
Tools for dealing with APOGEE data
Stars: ✭ 34 (-62.64%)
Mutual labels:  data-analysis, astronomy
Gdl
GDL - GNU Data Language
Stars: ✭ 104 (+14.29%)
Mutual labels:  data-analysis, astronomy
Stingray
Anything can happen in the next half hour (including spectral timing made easy)!
Stars: ✭ 94 (+3.3%)
Mutual labels:  data-analysis, astronomy
Imexam
imexam is a python tool for simple image examination, and plotting, with similar functionality to IRAF's imexamine
Stars: ✭ 57 (-37.36%)
Mutual labels:  data-analysis, astronomy
Gopup
数据接口:百度、谷歌、头条、微博指数,宏观数据,利率数据,货币汇率,千里马、独角兽公司,新闻联播文字稿,影视票房数据,高校名单,疫情数据…
Stars: ✭ 1,229 (+1250.55%)
Mutual labels:  data-analysis
Gala
Galactic and gravitational dynamics in Python
Stars: ✭ 73 (-19.78%)
Mutual labels:  astronomy
Facebook Data Analyzer
📊Python script to analyze the contents of your Facebook data export
Stars: ✭ 71 (-21.98%)
Mutual labels:  data-analysis
Datatable
A Python package for manipulating 2-dimensional tabular data structures
Stars: ✭ 1,166 (+1181.32%)
Mutual labels:  data-analysis
Pyautolens
PyAutoLens: Open Source Strong Gravitational Lensing
Stars: ✭ 90 (-1.1%)
Mutual labels:  astronomy
Starlink
Starlink Software Collection
Stars: ✭ 87 (-4.4%)
Mutual labels:  astronomy
Setl
A simple Spark-powered ETL framework that just works 🍺
Stars: ✭ 79 (-13.19%)
Mutual labels:  data-analysis
Dream3d
Data Analysis program and framework for materials science data analytics, based on the managing framework SIMPL framework.
Stars: ✭ 73 (-19.78%)
Mutual labels:  data-analysis
Dex
Dex : The Data Explorer -- A data visualization tool written in Java/Groovy/JavaFX capable of powerful ETL and publishing web visualizations.
Stars: ✭ 1,238 (+1260.44%)
Mutual labels:  data-analysis
My Journey In The Data Science World
📢 Ready to learn or review your knowledge!
Stars: ✭ 1,175 (+1191.21%)
Mutual labels:  data-analysis
Adstex
Automated generation of NASA ADS bibtex entries directly from citation keys in your TeX source files
Stars: ✭ 89 (-2.2%)
Mutual labels:  astronomy
Pygmmis
Gaussian mixture model for incomplete (missing or truncated) and noisy data
Stars: ✭ 70 (-23.08%)
Mutual labels:  data-analysis
Hyperlearn
50% faster, 50% less RAM Machine Learning. Numba rewritten Sklearn. SVD, NNMF, PCA, LinearReg, RidgeReg, Randomized, Truncated SVD/PCA, CSR Matrices all 50+% faster
Stars: ✭ 1,204 (+1223.08%)
Mutual labels:  data-analysis
Hiring
Create WOW Moments. Create superfans.
Stars: ✭ 85 (-6.59%)
Mutual labels:  data-analysis
Rduinoscope
rDUINOScope - Arduino based telescope control system (GOTO)
Stars: ✭ 75 (-17.58%)
Mutual labels:  astronomy
Astronomia
An astronomical library
Stars: ✭ 75 (-17.58%)
Mutual labels:  astronomy

PyAstronomy

What is it?

PyAstronomy is a collection of astronomy-related packages written in Python.

Currently, the following subpackages are available:

funcFit:    A convenient fitting package providing support
            for minimization and MCMC sampling.

modelSuite: A Set of astrophysical models (e.g., transit
            light-curve modeling), which can be used
            stand-alone or with funcFit.

AstroLib:   A set of useful routines including a number
            of ports from IDL's astrolib.

Constants:  The package provides a number of often-needed
            constants.

Timing:     Provides algorithms for timing analysis such as
            the Lomb-Scargle and the Generalized Lomb-Scargle
            periodogram

pyaGUI:     A collection of GUI tools for interactive work.

Installation

To install the latest release via pip from PyPI use

pip install PyAstronomy[occult]

or

pip install git+https://github.com/sczesla/PyAstronomy.git#egg=PyAstronomy[occult]

to install the current state from github including non-Python dependencies. Remove [occult] to skip these dependencies.

Alternatively, download the source and use

python setup.py [--with-ext] install

If you specify the --with-ext flag, setup will try to compile non-Python modules.

Documentation and further information

View the latest documentation on Read the Docs

Visit the documentation of the latest release:

https://pyastronomy.readthedocs.io/en/v_0-16-0/

Licensing

Where not stated otherwise, PyAstronomy is released under the MIT license (see also documentation).

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