Navigation | Overlay |
---|---|
t Navigate files | h Toggle hits |
y Change url to tip of branch | m Toggle misses |
b / v Jump to prev/next hit line | p Toggle partial |
z / x Jump to prev/next missed or partial line | 1..9 Toggle flags |
shift + o Open current page in GitHub | a Toggle all on |
/ or ? Show keyboard shortcuts dialog | c Toggle context lines or commits |
1 |
# Licensed under a 3-clause BSD style license - see LICENSE.rst
|
|
2 | 1 |
"""
|
3 |
ALFALFA Spectra Archive Query Tool
|
|
4 |
-----------------------------------
|
|
5 |
|
|
6 |
:Author: Jordan Mirocha (mirochaj@gmail.com)
|
|
7 |
|
|
8 |
This package is for querying the ALFALFA data repository hosted at
|
|
9 |
http://arecibo.tc.cornell.edu/hiarchive/alfalfa/
|
|
10 |
"""
|
|
11 |
|
|
12 | 1 |
from .core import Alfalfa, AlfalfaClass |
13 |
|
|
14 | 1 |
import warnings |
15 | 1 |
warnings.warn("Experimental: ALFALFA has not yet been refactored to have " |
16 |
"its API match the rest of astroquery.") |
Read our documentation on viewing source code .