gummiks / pyNEID

NEID-related python modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NEID Table Access Protocol (TAP) Client

Build Status Documentation Status Coverage Status

This repository is currently in alpha release. Features may be broken or missing. Please report any bugs to neid-help@ipac.caltech.edu

Documentation is available on ReadTheDocs

This package provides API access to the NEID Archive: neid.ipac.caltech.edu

The package can be installed via pip: pip install git+https://github.com/Caltech-IPAC/pyNEID.git

With pyNEID you can:

  • log in using your NEID Archive credentials, or use without login for access to public data only
  • query the archive for tables of L0, L1, and L2 metadata
  • download FITS files of any level
  • more features to come...

Contributions are welcome! If you wish to contribute code please create a fork and submit a pull request with a good description of the proposed changes.

The NEID Table Access Protocol service is a general tool for making SQL queries against NEID database tables (which reside in an Oracle DBMS). TAP is a standard defined by the International Virtual Astronomy Alliance (IVOA).

There are multiple TAP client packages in existence (notably TAPPlus from the AstroQuery Python package. This client does not try to reproduce that functionality but rather provide simple-to-use custom query support for a few common use cases (e.g. query by proposal ID). In addition, it supports proprietary access using standard session cookies and a separate login service.

This software is written in Python 3.

About

NEID-related python modules

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


Languages

Language:Python 99.4%Language:Dockerfile 0.6%