GithubHelp home page GithubHelp logo

amaliestokholm / astroquery Goto Github PK

View Code? Open in Web Editor NEW

This project forked from astropy/astroquery

0.0 2.0 0.0 56.82 MB

Functions and classes to access online data resources. Maintainer: @keflavich and @bsipocz

Home Page: http://astroquery.readthedocs.org/en/latest/

License: BSD 3-Clause "New" or "Revised" License

Python 63.14% HTML 36.53% Shell 0.33%

astroquery's Introduction

Documentation | Blog | View on Github | Download Stable ZIP | Download Stable TAR

Accessing Online Astronomical Data

Astroquery is an astropy affiliated package that contains a collection of tools to access online Astronomical data. Each web service has its own sub-package. For example, to interface with the SIMBAD website, use the simbad sub-package:

>>> from astroquery.simbad import Simbad
>>> theta1c = Simbad.query_object('tet01 Ori C')
>>> theta1c.pprint()
   MAIN_ID          RA           DEC      ... COO_QUAL COO_WAVELENGTH     COO_BIBCODE
------------- ------------- ------------- ... -------- -------------- -------------------
* tet01 Ori C 05 35 16.4637 -05 23 22.848 ...        A              O 2007A&A...474..653V

Installation and Requirements

Astroquery works with Python 2.7 and 3.3 or later. As an astropy affiliate, astroquery requires astropy version 0.4 or later.

astroquery uses the requests module to communicate with the internet. BeautifulSoup and html5lib' are needed for HTML parsing for some services. The keyring module is also required for accessing services that require a login. These can all be installed using pip or anaconda. Running the tests requires curl to be installed.

The latest version of astroquery can be conda installed:

$ conda install -c astropy astroquery

or pip installed:

$ pip install astroquery

and the 'bleeding edge' master version:

$ pip install https://github.com/astropy/astroquery/archive/master.zip

or cloned and installed from source:

$ # If you have a github account:
$ git clone [email protected]:astropy/astroquery.git
$ # If you do not:
$ git clone https://github.com/astropy/astroquery.git
$ cd astroquery
$ python setup.py install

Using astroquery

Importing astroquery on its own doesn't get you much: you need to import each sub-module specifically. Check out the docs to find a list of the tools available. The API shows the standard suite of tools common to most modules, e.g. query_object and query_region.

To report bugs and request features, please use the issue tracker. Code contributions are very welcome, though we encourage you to follow the API and contributing guidelines as much as possible.

List of Modules

  • Simbad: Basic data, cross-identifications, bibliography and measurements for astronomical objects outside the solar system.
  • Vizier: Set of 11,000+ published, multiwavelength catalogues hosted by the CDS.
  • ESASky: ESASky is a science driven discovery portal providing easy visualizations and full access to the entire sky as observed with ESA Space astronomy missions.
  • IRSA Image Server program interface (IBE) Query Tool: provides access to the 2MASS, WISE, and PTF image archives.
  • IRSA dust: Galactic dust reddening and extinction maps from IRAS 100 um data.
  • NED: NASA/IPAC Extragalactic Database. Multiwavelength data from both surveys and publications.
  • IRSA: NASA/IPAC Infrared Science Archive. Science products for all of NASA's infrared and sub-mm missions.
  • UKIDSS: UKIRT Infrared Deep Sky Survey. JHK images of 7500 sq deg. in the northern sky.
  • MAGPIS: Multi-Array Galactic Plane Imaging Survey. 6 and 20-cm radio images of the Galactic plane from the VLA.
  • NRAO: Science data archive of the National Radio Astronomy Observatory. VLA, JVLA, VLBA and GBT data products.
  • Besancon: Model of stellar population synthesis in the Galaxy.
  • NIST: National Institute of Standards and Technology (NIST) atomic lines database.
  • Fermi: Fermi gamma-ray telescope archive.
  • SDSS: Sloan Digital Sky Survey data, including optical images, spectra, and spectral templates.
  • Alfalfa: Arecibo Legacy Fast ALFA survey; extragalactic HI radio data.
  • SHA: Spitzer Heritage Archive; infrared data products from the Spitzer Space Telescope
  • Lamda: Leiden Atomic and Molecular Database; energy levels, radiative transitions, and collisional rates for astrophysically relevant atoms and molecules.
  • Ogle: Optical Gravitational Lensing Experiment III; information on interstellar extinction towards the Galactic bulge.
  • Splatalogue: National Radio Astronomy Observatory (NRAO)-maintained (mostly) molecular radio and millimeter line list service.
  • CosmoSim: The CosmoSim database provides results from cosmological simulations performed within different projects: the MultiDark project, the BolshoiP project, and the CLUES project.
  • ESO Archive
  • ALMA Archive
  • GAMA database
  • NVAS archive
  • Open Expolanet Catalog (OEC)
  • JPL Horizons: JPL Solar System Dynamics Horizons Service
  • OAC API: Open Astronomy Catalog REST API Service
  • Gaia: European Space Agency Gaia Archive

Download Development ZIP | Download Development TAR

Maintained by Adam Ginsburg ([email protected])

To cite, use our figshare DOI (http://dx.doi.org/10.6084/m9.figshare.805208) or our Zenodo DOI.

Badges

Latest PyPI version

image

image

image

image

astroquery's People

Contributors

keflavich avatar bsipocz avatar jdnc avatar jwoillez avatar agroener avatar derdon avatar astrofrog avatar cdeil avatar jcsegovia avatar imbasimba avatar eteq avatar vilhelmp avatar adamginsburg avatar loicseguin avatar cadenarmstrong avatar migueldvb avatar mirochaj avatar bmorris3 avatar jvinniec avatar ayushyadav avatar dmcollom avatar mdboom avatar mseifert04 avatar fred3m avatar james-allen avatar abostroem avatar evertrol avatar lpsinger avatar rickyegeland avatar fgrollier avatar

Watchers

James Cloos avatar Amalie Stokholm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.