Import python-astropy_1.3.orig.tar.gz
authorOle Streicher <olebole@debian.org>
Fri, 23 Dec 2016 14:13:46 +0000 (14:13 +0000)
committerOle Streicher <olebole@debian.org>
Fri, 23 Dec 2016 14:13:46 +0000 (14:13 +0000)
commitb74a5f84139f3c8abe0d18a946592184e6104c64
tree04c66962b18d5cb1af3a97056d3bc4b636865068
Import python-astropy_1.3.orig.tar.gz

[dgit import orig python-astropy_1.3.orig.tar.gz]
1853 files changed:
.astropy-root [new file with mode: 0644]
CHANGES.rst [new file with mode: 0644]
PKG-INFO [new file with mode: 0644]
README.rst [new file with mode: 0644]
ah_bootstrap.py [new file with mode: 0644]
astropy/__init__.py [new file with mode: 0644]
astropy/_compiler.c [new file with mode: 0644]
astropy/_erfa/__init__.py [new file with mode: 0644]
astropy/_erfa/core.c [new file with mode: 0644]
astropy/_erfa/core.c.templ [new file with mode: 0644]
astropy/_erfa/core.py [new file with mode: 0644]
astropy/_erfa/core.py.templ [new file with mode: 0644]
astropy/_erfa/erfa_generator.py [new file with mode: 0644]
astropy/_erfa/setup_package.py [new file with mode: 0644]
astropy/_erfa/tests/__init__.py [new file with mode: 0644]
astropy/_erfa/tests/test_erfa.py [new file with mode: 0644]
astropy/analytic_functions/__init__.py [new file with mode: 0644]
astropy/analytic_functions/blackbody.py [new file with mode: 0644]
astropy/analytic_functions/tests/__init__.py [new file with mode: 0644]
astropy/analytic_functions/tests/test_blackbody.py [new file with mode: 0644]
astropy/astropy.cfg [new file with mode: 0644]
astropy/config/__init__.py [new file with mode: 0644]
astropy/config/affiliated.py [new file with mode: 0644]
astropy/config/configuration.py [new file with mode: 0644]
astropy/config/paths.py [new file with mode: 0644]
astropy/config/setup_package.py [new file with mode: 0644]
astropy/config/tests/__init__.py [new file with mode: 0644]
astropy/config/tests/data/alias.cfg [new file with mode: 0644]
astropy/config/tests/data/astropy.0.3.cfg [new file with mode: 0644]
astropy/config/tests/data/astropy.0.3.windows.cfg [new file with mode: 0644]
astropy/config/tests/data/deprecated.cfg [new file with mode: 0644]
astropy/config/tests/data/empty.cfg [new file with mode: 0644]
astropy/config/tests/data/not_empty.cfg [new file with mode: 0644]
astropy/config/tests/test_configs.py [new file with mode: 0644]
astropy/conftest.py [new file with mode: 0644]
astropy/constants/__init__.py [new file with mode: 0644]
astropy/constants/cgs.py [new file with mode: 0644]
astropy/constants/constant.py [new file with mode: 0644]
astropy/constants/setup_package.py [new file with mode: 0644]
astropy/constants/si.py [new file with mode: 0644]
astropy/constants/tests/__init__.py [new file with mode: 0644]
astropy/constants/tests/test_constant.py [new file with mode: 0644]
astropy/constants/tests/test_pickle.py [new file with mode: 0644]
astropy/convolution/__init__.py [new file with mode: 0644]
astropy/convolution/boundary_extend.c [new file with mode: 0644]
astropy/convolution/boundary_extend.pyx [new file with mode: 0644]
astropy/convolution/boundary_fill.c [new file with mode: 0644]
astropy/convolution/boundary_fill.pyx [new file with mode: 0644]
astropy/convolution/boundary_none.c [new file with mode: 0644]
astropy/convolution/boundary_none.pyx [new file with mode: 0644]
astropy/convolution/boundary_wrap.c [new file with mode: 0644]
astropy/convolution/boundary_wrap.pyx [new file with mode: 0644]
astropy/convolution/convolve.py [new file with mode: 0644]
astropy/convolution/core.py [new file with mode: 0644]
astropy/convolution/kernels.py [new file with mode: 0644]
astropy/convolution/setup_package.py [new file with mode: 0644]
astropy/convolution/tests/__init__.py [new file with mode: 0644]
astropy/convolution/tests/test_convolve.py [new file with mode: 0644]
astropy/convolution/tests/test_convolve_fft.py [new file with mode: 0644]
astropy/convolution/tests/test_convolve_kernels.py [new file with mode: 0644]
astropy/convolution/tests/test_convolve_nddata.py [new file with mode: 0644]
astropy/convolution/tests/test_convolve_speeds.py [new file with mode: 0644]
astropy/convolution/tests/test_discretize.py [new file with mode: 0644]
astropy/convolution/tests/test_kernel_class.py [new file with mode: 0644]
astropy/convolution/tests/test_pickle.py [new file with mode: 0644]
astropy/convolution/utils.py [new file with mode: 0644]
astropy/coordinates/__init__.py [new file with mode: 0644]
astropy/coordinates/angle_lextab.py [new file with mode: 0644]
astropy/coordinates/angle_parsetab.py [new file with mode: 0644]
astropy/coordinates/angle_utilities.py [new file with mode: 0644]
astropy/coordinates/angles.py [new file with mode: 0644]
astropy/coordinates/baseframe.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/__init__.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/altaz.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/cirs.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/cirs_observed_transforms.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/ecliptic.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/ecliptic_transforms.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/fk4.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/fk4_fk5_transforms.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/fk5.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/galactic.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/galactic_transforms.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/galactocentric.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/gcrs.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/hcrs.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/icrs.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/icrs_cirs_transforms.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/icrs_fk5_transforms.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/intermediate_rotation_transforms.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/itrs.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/skyoffset.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/supergalactic.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/supergalactic_transforms.py [new file with mode: 0644]
astropy/coordinates/builtin_frames/utils.py [new file with mode: 0644]
astropy/coordinates/calculation.py [new file with mode: 0644]
astropy/coordinates/data/constellation_data_roman87.dat [new file with mode: 0644]
astropy/coordinates/data/constellation_names.dat [new file with mode: 0644]
astropy/coordinates/data/sites.json [new file with mode: 0644]
astropy/coordinates/distances.py [new file with mode: 0644]
astropy/coordinates/earth.py [new file with mode: 0644]
astropy/coordinates/earth_orientation.py [new file with mode: 0644]
astropy/coordinates/errors.py [new file with mode: 0644]
astropy/coordinates/funcs.py [new file with mode: 0644]
astropy/coordinates/matching.py [new file with mode: 0644]
astropy/coordinates/matrix_utilities.py [new file with mode: 0644]
astropy/coordinates/name_resolve.py [new file with mode: 0644]
astropy/coordinates/orbital_elements.py [new file with mode: 0644]
astropy/coordinates/representation.py [new file with mode: 0644]
astropy/coordinates/setup_package.py [new file with mode: 0644]
astropy/coordinates/sites.py [new file with mode: 0644]
astropy/coordinates/sky_coordinate.py [new file with mode: 0644]
astropy/coordinates/solar_system.py [new file with mode: 0644]
astropy/coordinates/tests/__init__.py [new file with mode: 0644]
astropy/coordinates/tests/accuracy/__init__.py [new file with mode: 0644]
astropy/coordinates/tests/accuracy/fk4_no_e_fk4.csv [new file with mode: 0644]
astropy/coordinates/tests/accuracy/fk4_no_e_fk5.csv [new file with mode: 0644]
astropy/coordinates/tests/accuracy/galactic_fk4.csv [new file with mode: 0644]
astropy/coordinates/tests/accuracy/generate_ref_ast.py [new file with mode: 0644]
astropy/coordinates/tests/accuracy/icrs_fk5.csv [new file with mode: 0644]
astropy/coordinates/tests/accuracy/test_altaz_icrs.py [new file with mode: 0644]
astropy/coordinates/tests/accuracy/test_ecliptic.py [new file with mode: 0644]
astropy/coordinates/tests/accuracy/test_fk4_no_e_fk4.py [new file with mode: 0644]
astropy/coordinates/tests/accuracy/test_fk4_no_e_fk5.py [new file with mode: 0644]
astropy/coordinates/tests/accuracy/test_galactic_fk4.py [new file with mode: 0644]
astropy/coordinates/tests/accuracy/test_icrs_fk5.py [new file with mode: 0644]
astropy/coordinates/tests/test_angles.py [new file with mode: 0644]
astropy/coordinates/tests/test_angular_separation.py [new file with mode: 0644]
astropy/coordinates/tests/test_api_ape5.py [new file with mode: 0644]
astropy/coordinates/tests/test_arrays.py [new file with mode: 0644]
astropy/coordinates/tests/test_atc_replacements.py [new file with mode: 0644]
astropy/coordinates/tests/test_celestial_transformations.py [new file with mode: 0644]
astropy/coordinates/tests/test_distance.py [new file with mode: 0644]
astropy/coordinates/tests/test_earth.py [new file with mode: 0644]
astropy/coordinates/tests/test_formatting.py [new file with mode: 0644]
astropy/coordinates/tests/test_frames.py [new file with mode: 0644]
astropy/coordinates/tests/test_funcs.py [new file with mode: 0644]
astropy/coordinates/tests/test_iau_fullstack.py [new file with mode: 0644]
astropy/coordinates/tests/test_intermediate_transformations.py [new file with mode: 0644]
astropy/coordinates/tests/test_matching.py [new file with mode: 0644]
astropy/coordinates/tests/test_matrix_utilities.py [new file with mode: 0644]
astropy/coordinates/tests/test_name_resolve.py [new file with mode: 0644]
astropy/coordinates/tests/test_pickle.py [new file with mode: 0644]
astropy/coordinates/tests/test_regression.py [new file with mode: 0644]
astropy/coordinates/tests/test_representation.py [new file with mode: 0644]
astropy/coordinates/tests/test_representation_arithmetic.py [new file with mode: 0644]
astropy/coordinates/tests/test_representation_methods.py [new file with mode: 0644]
astropy/coordinates/tests/test_shape_manipulation.py [new file with mode: 0644]
astropy/coordinates/tests/test_sites.py [new file with mode: 0644]
astropy/coordinates/tests/test_sky_coord.py [new file with mode: 0644]
astropy/coordinates/tests/test_skyoffset_transformations.py [new file with mode: 0644]
astropy/coordinates/tests/test_solar_system.py [new file with mode: 0644]
astropy/coordinates/tests/test_transformations.py [new file with mode: 0644]
astropy/coordinates/tests/test_unit_representation.py [new file with mode: 0644]
astropy/coordinates/tests/utils.py [new file with mode: 0644]
astropy/coordinates/transformations.py [new file with mode: 0644]
astropy/cosmology/__init__.py [new file with mode: 0644]
astropy/cosmology/core.py [new file with mode: 0644]
astropy/cosmology/funcs.py [new file with mode: 0644]
astropy/cosmology/parameters.py [new file with mode: 0644]
astropy/cosmology/scalar_inv_efuncs.c [new file with mode: 0644]
astropy/cosmology/scalar_inv_efuncs.pyx [new file with mode: 0644]
astropy/cosmology/setup_package.py [new file with mode: 0644]
astropy/cosmology/tests/__init__.py [new file with mode: 0644]
astropy/cosmology/tests/test_cosmology.py [new file with mode: 0644]
astropy/cosmology/tests/test_pickle.py [new file with mode: 0644]
astropy/cython_version.py [new file with mode: 0644]
astropy/extern/__init__.py [new file with mode: 0644]
astropy/extern/bundled/__init__.py [new file with mode: 0644]
astropy/extern/bundled/six.py [new file with mode: 0644]
astropy/extern/configobj.py [new file with mode: 0644]
astropy/extern/configobj/__init__.py [new file with mode: 0644]
astropy/extern/configobj/configobj.py [new file with mode: 0755]
astropy/extern/configobj/validate.py [new file with mode: 0755]
astropy/extern/css/jquery.dataTables.css [new file with mode: 0644]
astropy/extern/js/jquery-3.1.1.js [new file with mode: 0644]
astropy/extern/js/jquery-3.1.1.min.js [new file with mode: 0644]
astropy/extern/js/jquery.dataTables.js [new file with mode: 0644]
astropy/extern/js/jquery.dataTables.min.js [new file with mode: 0644]
astropy/extern/ply/__init__.py [new file with mode: 0644]
astropy/extern/ply/cpp.py [new file with mode: 0644]
astropy/extern/ply/ctokens.py [new file with mode: 0644]
astropy/extern/ply/lex.py [new file with mode: 0644]
astropy/extern/ply/yacc.py [new file with mode: 0644]
astropy/extern/pytest.py [new file with mode: 0644]
astropy/extern/setup_package.py [new file with mode: 0644]
astropy/extern/six.py [new file with mode: 0644]
astropy/io/__init__.py [new file with mode: 0644]
astropy/io/ascii/__init__.py [new file with mode: 0644]
astropy/io/ascii/basic.py [new file with mode: 0644]
astropy/io/ascii/cds.py [new file with mode: 0644]
astropy/io/ascii/connect.py [new file with mode: 0644]
astropy/io/ascii/core.py [new file with mode: 0644]
astropy/io/ascii/cparser.c [new file with mode: 0644]
astropy/io/ascii/cparser.pyx [new file with mode: 0644]
astropy/io/ascii/daophot.py [new file with mode: 0644]
astropy/io/ascii/ecsv.py [new file with mode: 0644]
astropy/io/ascii/fastbasic.py [new file with mode: 0644]
astropy/io/ascii/fixedwidth.py [new file with mode: 0644]
astropy/io/ascii/html.py [new file with mode: 0644]
astropy/io/ascii/ipac.py [new file with mode: 0644]
astropy/io/ascii/latex.py [new file with mode: 0644]
astropy/io/ascii/misc.py [new file with mode: 0644]
astropy/io/ascii/rst.py [new file with mode: 0644]
astropy/io/ascii/setup_package.py [new file with mode: 0644]
astropy/io/ascii/sextractor.py [new file with mode: 0644]
astropy/io/ascii/src/tokenizer.c [new file with mode: 0644]
astropy/io/ascii/src/tokenizer.h [new file with mode: 0644]
astropy/io/ascii/tests/__init__.py [new file with mode: 0644]
astropy/io/ascii/tests/common.py [new file with mode: 0644]
astropy/io/ascii/tests/t/apostrophe.rdb [new file with mode: 0644]
astropy/io/ascii/tests/t/apostrophe.tab [new file with mode: 0644]
astropy/io/ascii/tests/t/bad.txt [new file with mode: 0644]
astropy/io/ascii/tests/t/bars_at_ends.txt [new file with mode: 0644]
astropy/io/ascii/tests/t/cds.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/cds/description/ReadMe [new file with mode: 0644]
astropy/io/ascii/tests/t/cds/description/table.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/cds/glob/ReadMe [new file with mode: 0644]
astropy/io/ascii/tests/t/cds/glob/lmxbrefs.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/cds/multi/ReadMe [new file with mode: 0644]
astropy/io/ascii/tests/t/cds/multi/lhs2065.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/cds/multi/lp944-20.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/cds2.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/cds_malformed.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/commented_header.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/commented_header2.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/continuation.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/daophot.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/daophot.dat.gz [new file with mode: 0644]
astropy/io/ascii/tests/t/daophot2.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/daophot3.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/daophot4.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/fill_values.txt [new file with mode: 0644]
astropy/io/ascii/tests/t/fixed_width_2_line.txt [new file with mode: 0644]
astropy/io/ascii/tests/t/html.html [new file with mode: 0644]
astropy/io/ascii/tests/t/html2.html [new file with mode: 0644]
astropy/io/ascii/tests/t/ipac.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/ipac.dat.bz2 [new file with mode: 0644]
astropy/io/ascii/tests/t/ipac.dat.xz [new file with mode: 0644]
astropy/io/ascii/tests/t/latex1.tex [new file with mode: 0644]
astropy/io/ascii/tests/t/latex1.tex.gz [new file with mode: 0644]
astropy/io/ascii/tests/t/latex2.tex [new file with mode: 0644]
astropy/io/ascii/tests/t/latex3.tex [new file with mode: 0644]
astropy/io/ascii/tests/t/nls1_stackinfo.dbout [new file with mode: 0644]
astropy/io/ascii/tests/t/no_data_cds.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/no_data_daophot.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/no_data_ipac.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/no_data_sextractor.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/no_data_with_header.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/no_data_without_header.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/sextractor.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/sextractor2.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/sextractor3.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/short.rdb [new file with mode: 0644]
astropy/io/ascii/tests/t/short.rdb.bz2 [new file with mode: 0644]
astropy/io/ascii/tests/t/short.rdb.gz [new file with mode: 0644]
astropy/io/ascii/tests/t/short.rdb.xz [new file with mode: 0644]
astropy/io/ascii/tests/t/short.tab [new file with mode: 0644]
astropy/io/ascii/tests/t/simple.txt [new file with mode: 0644]
astropy/io/ascii/tests/t/simple2.txt [new file with mode: 0644]
astropy/io/ascii/tests/t/simple3.txt [new file with mode: 0644]
astropy/io/ascii/tests/t/simple4.txt [new file with mode: 0644]
astropy/io/ascii/tests/t/simple5.txt [new file with mode: 0644]
astropy/io/ascii/tests/t/simple_csv.csv [new file with mode: 0644]
astropy/io/ascii/tests/t/simple_csv_missing.csv [new file with mode: 0644]
astropy/io/ascii/tests/t/space_delim_blank_lines.txt [new file with mode: 0644]
astropy/io/ascii/tests/t/space_delim_no_header.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/space_delim_no_names.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/test4.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/test5.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/vizier/ReadMe [new file with mode: 0644]
astropy/io/ascii/tests/t/vizier/table1.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/vizier/table5.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/vots_spec.dat [new file with mode: 0644]
astropy/io/ascii/tests/t/whitespace.dat [new file with mode: 0644]
astropy/io/ascii/tests/test_c_reader.py [new file with mode: 0644]
astropy/io/ascii/tests/test_cds_header_from_readme.py [new file with mode: 0644]
astropy/io/ascii/tests/test_compressed.py [new file with mode: 0644]
astropy/io/ascii/tests/test_connect.py [new file with mode: 0644]
astropy/io/ascii/tests/test_ecsv.py [new file with mode: 0644]
astropy/io/ascii/tests/test_fixedwidth.py [new file with mode: 0644]
astropy/io/ascii/tests/test_html.py [new file with mode: 0644]
astropy/io/ascii/tests/test_ipac_definitions.py [new file with mode: 0644]
astropy/io/ascii/tests/test_read.py [new file with mode: 0644]
astropy/io/ascii/tests/test_rst.py [new file with mode: 0644]
astropy/io/ascii/tests/test_types.py [new file with mode: 0644]
astropy/io/ascii/tests/test_write.py [new file with mode: 0644]
astropy/io/ascii/ui.py [new file with mode: 0644]
astropy/io/fits/__init__.py [new file with mode: 0644]
astropy/io/fits/_numpy_hacks.py [new file with mode: 0644]
astropy/io/fits/card.py [new file with mode: 0644]
astropy/io/fits/column.py [new file with mode: 0644]
astropy/io/fits/connect.py [new file with mode: 0644]
astropy/io/fits/convenience.py [new file with mode: 0644]
astropy/io/fits/diff.py [new file with mode: 0644]
astropy/io/fits/file.py [new file with mode: 0644]
astropy/io/fits/fitsrec.py [new file with mode: 0644]
astropy/io/fits/hdu/__init__.py [new file with mode: 0644]
astropy/io/fits/hdu/base.py [new file with mode: 0644]
astropy/io/fits/hdu/compressed.py [new file with mode: 0644]
astropy/io/fits/hdu/groups.py [new file with mode: 0644]
astropy/io/fits/hdu/hdulist.py [new file with mode: 0644]
astropy/io/fits/hdu/image.py [new file with mode: 0644]
astropy/io/fits/hdu/nonstandard.py [new file with mode: 0644]
astropy/io/fits/hdu/streaming.py [new file with mode: 0644]
astropy/io/fits/hdu/table.py [new file with mode: 0644]
astropy/io/fits/header.py [new file with mode: 0644]
astropy/io/fits/py3compat.py [new file with mode: 0644]
astropy/io/fits/scripts/__init__.py [new file with mode: 0644]
astropy/io/fits/scripts/fitscheck.py [new file with mode: 0644]
astropy/io/fits/scripts/fitsdiff.py [new file with mode: 0644]
astropy/io/fits/scripts/fitsheader.py [new file with mode: 0644]
astropy/io/fits/scripts/fitsinfo.py [new file with mode: 0644]
astropy/io/fits/setup_package.py [new file with mode: 0644]
astropy/io/fits/src/compressionmodule.c [new file with mode: 0644]
astropy/io/fits/src/compressionmodule.h [new file with mode: 0644]
astropy/io/fits/tests/__init__.py [new file with mode: 0644]
astropy/io/fits/tests/cfitsio_verify.c [new file with mode: 0644]
astropy/io/fits/tests/data/arange.fits [new file with mode: 0644]
astropy/io/fits/tests/data/ascii.fits [new file with mode: 0644]
astropy/io/fits/tests/data/blank.fits [new file with mode: 0644]
astropy/io/fits/tests/data/checksum.fits [new file with mode: 0644]
astropy/io/fits/tests/data/comp.fits [new file with mode: 0644]
astropy/io/fits/tests/data/compressed_float_bzero.fits [new file with mode: 0644]
astropy/io/fits/tests/data/fixed-1890.fits [new file with mode: 0644]
astropy/io/fits/tests/data/memtest.fits [new file with mode: 0644]
astropy/io/fits/tests/data/o4sp040b0_raw.fits [new file with mode: 0644]
astropy/io/fits/tests/data/random_groups.fits [new file with mode: 0644]
astropy/io/fits/tests/data/scale.fits [new file with mode: 0644]
astropy/io/fits/tests/data/stddata.fits [new file with mode: 0644]
astropy/io/fits/tests/data/table.fits [new file with mode: 0644]
astropy/io/fits/tests/data/tb.fits [new file with mode: 0644]
astropy/io/fits/tests/data/tdim.fits [new file with mode: 0644]
astropy/io/fits/tests/data/test0.fits [new file with mode: 0644]
astropy/io/fits/tests/data/zerowidth.fits [new file with mode: 0644]
astropy/io/fits/tests/test_checksum.py [new file with mode: 0644]
astropy/io/fits/tests/test_connect.py [new file with mode: 0644]
astropy/io/fits/tests/test_convenience.py [new file with mode: 0644]
astropy/io/fits/tests/test_core.py [new file with mode: 0644]
astropy/io/fits/tests/test_diff.py [new file with mode: 0644]
astropy/io/fits/tests/test_division.py [new file with mode: 0644]
astropy/io/fits/tests/test_groups.py [new file with mode: 0644]
astropy/io/fits/tests/test_hdulist.py [new file with mode: 0644]
astropy/io/fits/tests/test_header.py [new file with mode: 0644]
astropy/io/fits/tests/test_image.py [new file with mode: 0644]
astropy/io/fits/tests/test_nonstandard.py [new file with mode: 0644]
astropy/io/fits/tests/test_structured.py [new file with mode: 0644]
astropy/io/fits/tests/test_table.py [new file with mode: 0644]
astropy/io/fits/tests/test_uint.py [new file with mode: 0644]
astropy/io/fits/tests/test_util.py [new file with mode: 0644]
astropy/io/fits/util.py [new file with mode: 0644]
astropy/io/fits/verify.py [new file with mode: 0644]
astropy/io/misc/__init__.py [new file with mode: 0644]
astropy/io/misc/connect.py [new file with mode: 0644]
astropy/io/misc/hdf5.py [new file with mode: 0644]
astropy/io/misc/pickle_helpers.py [new file with mode: 0644]
astropy/io/misc/tests/__init__.py [new file with mode: 0644]
astropy/io/misc/tests/test_hdf5.py [new file with mode: 0644]
astropy/io/misc/tests/test_pickle_helpers.py [new file with mode: 0644]
astropy/io/misc/tests/test_yaml.py [new file with mode: 0644]
astropy/io/misc/yaml.py [new file with mode: 0644]
astropy/io/registry.py [new file with mode: 0644]
astropy/io/setup_package.py [new file with mode: 0644]
astropy/io/tests/__init__.py [new file with mode: 0644]
astropy/io/tests/test_registry.py [new file with mode: 0644]
astropy/io/votable/__init__.py [new file with mode: 0644]
astropy/io/votable/connect.py [new file with mode: 0644]
astropy/io/votable/converters.py [new file with mode: 0644]
astropy/io/votable/data/VOTable.dtd [new file with mode: 0644]
astropy/io/votable/data/VOTable.v1.1.xsd [new file with mode: 0644]
astropy/io/votable/data/VOTable.v1.2.xsd [new file with mode: 0644]
astropy/io/votable/data/VOTable.v1.3.xsd [new file with mode: 0644]
astropy/io/votable/data/ucd1p-words.txt [new file with mode: 0644]
astropy/io/votable/exceptions.py [new file with mode: 0644]
astropy/io/votable/setup_package.py [new file with mode: 0755]
astropy/io/votable/src/tablewriter.c [new file with mode: 0644]
astropy/io/votable/table.py [new file with mode: 0644]
astropy/io/votable/tests/__init__.py [new file with mode: 0644]
astropy/io/votable/tests/converter_test.py [new file with mode: 0644]
astropy/io/votable/tests/data/custom_datatype.xml [new file with mode: 0644]
astropy/io/votable/tests/data/empty_table.xml [new file with mode: 0644]
astropy/io/votable/tests/data/gemini.xml [new file with mode: 0644]
astropy/io/votable/tests/data/irsa-nph-error.xml [new file with mode: 0644]
astropy/io/votable/tests/data/irsa-nph-m31.xml [new file with mode: 0644]
astropy/io/votable/tests/data/names.xml [new file with mode: 0644]
astropy/io/votable/tests/data/no_resource.txt [new file with mode: 0644]
astropy/io/votable/tests/data/no_resource.xml [new file with mode: 0644]
astropy/io/votable/tests/data/nonstandard_units.xml [new file with mode: 0644]
astropy/io/votable/tests/data/regression.bin.tabledata.truth.1.1.xml [new file with mode: 0644]
astropy/io/votable/tests/data/regression.bin.tabledata.truth.1.3.xml [new file with mode: 0644]
astropy/io/votable/tests/data/regression.xml [new file with mode: 0644]
astropy/io/votable/tests/data/tb.fits [new file with mode: 0644]
astropy/io/votable/tests/data/too_many_columns.xml.gz [new file with mode: 0644]
astropy/io/votable/tests/data/validation.txt [new file with mode: 0644]
astropy/io/votable/tests/exception_test.py [new file with mode: 0644]
astropy/io/votable/tests/table_test.py [new file with mode: 0644]
astropy/io/votable/tests/tree_test.py [new file with mode: 0644]
astropy/io/votable/tests/ucd_test.py [new file with mode: 0644]
astropy/io/votable/tests/util_test.py [new file with mode: 0644]
astropy/io/votable/tests/vo_test.py [new file with mode: 0644]
astropy/io/votable/tree.py [new file with mode: 0644]
astropy/io/votable/ucd.py [new file with mode: 0644]
astropy/io/votable/util.py [new file with mode: 0644]
astropy/io/votable/validator/__init__.py [new file with mode: 0644]
astropy/io/votable/validator/html.py [new file with mode: 0644]
astropy/io/votable/validator/main.py [new file with mode: 0644]
astropy/io/votable/validator/result.py [new file with mode: 0644]
astropy/io/votable/validator/urls/cone.big.dat.gz [new file with mode: 0644]
astropy/io/votable/validator/urls/cone.broken.dat.gz [new file with mode: 0644]
astropy/io/votable/validator/urls/cone.good.dat.gz [new file with mode: 0644]
astropy/io/votable/validator/urls/cone.incorrect.dat.gz [new file with mode: 0644]
astropy/io/votable/voexceptions.py [new file with mode: 0644]
astropy/io/votable/volint.py [new file with mode: 0644]
astropy/io/votable/xmlutil.py [new file with mode: 0644]
astropy/logger.py [new file with mode: 0644]
astropy/modeling/__init__.py [new file with mode: 0644]
astropy/modeling/core.py [new file with mode: 0644]
astropy/modeling/fitting.py [new file with mode: 0644]
astropy/modeling/functional_models.py [new file with mode: 0644]
astropy/modeling/mappings.py [new file with mode: 0644]
astropy/modeling/models.py [new file with mode: 0644]
astropy/modeling/optimizers.py [new file with mode: 0644]
astropy/modeling/parameters.py [new file with mode: 0644]
astropy/modeling/polynomial.py [new file with mode: 0644]
astropy/modeling/powerlaws.py [new file with mode: 0644]
astropy/modeling/projections.py [new file with mode: 0644]
astropy/modeling/rotations.py [new file with mode: 0644]
astropy/modeling/setup_package.py [new file with mode: 0644]
astropy/modeling/src/projections.c [new file with mode: 0644]
astropy/modeling/src/projections.c.templ [new file with mode: 0644]
astropy/modeling/src/wcsconfig.h [new file with mode: 0644]
astropy/modeling/statistic.py [new file with mode: 0644]
astropy/modeling/tabular.py [new file with mode: 0644]
astropy/modeling/tests/__init__.py [new file with mode: 0644]
astropy/modeling/tests/data/1904-66_AZP.fits [new file with mode: 0644]
astropy/modeling/tests/data/__init__.py [new file with mode: 0644]
astropy/modeling/tests/data/hst_sip.hdr [new file with mode: 0644]
astropy/modeling/tests/data/idcompspec.fits [new file with mode: 0644]
astropy/modeling/tests/data/irac_sip.hdr [new file with mode: 0644]
astropy/modeling/tests/example_models.py [new file with mode: 0644]
astropy/modeling/tests/irafutil.py [new file with mode: 0644]
astropy/modeling/tests/test_compound.py [new file with mode: 0644]
astropy/modeling/tests/test_constraints.py [new file with mode: 0644]
astropy/modeling/tests/test_core.py [new file with mode: 0644]
astropy/modeling/tests/test_fitters.py [new file with mode: 0644]
astropy/modeling/tests/test_functional_models.py [new file with mode: 0644]
astropy/modeling/tests/test_input.py [new file with mode: 0644]
astropy/modeling/tests/test_mappings.py [new file with mode: 0644]
astropy/modeling/tests/test_models.py [new file with mode: 0644]
astropy/modeling/tests/test_parameters.py [new file with mode: 0644]
astropy/modeling/tests/test_polynomial.py [new file with mode: 0644]
astropy/modeling/tests/test_projections.py [new file with mode: 0644]
astropy/modeling/tests/test_rotations.py [new file with mode: 0644]
astropy/modeling/tests/test_utils.py [new file with mode: 0644]
astropy/modeling/tests/utils.py [new file with mode: 0644]
astropy/modeling/utils.py [new file with mode: 0644]
astropy/nddata/__init__.py [new file with mode: 0644]
astropy/nddata/compat.py [new file with mode: 0644]
astropy/nddata/decorators.py [new file with mode: 0644]
astropy/nddata/flag_collection.py [new file with mode: 0644]
astropy/nddata/mixins/__init__.py [new file with mode: 0644]
astropy/nddata/mixins/ndarithmetic.py [new file with mode: 0644]
astropy/nddata/mixins/ndio.py [new file with mode: 0644]
astropy/nddata/mixins/ndslicing.py [new file with mode: 0644]
astropy/nddata/mixins/tests/__init__.py [new file with mode: 0644]
astropy/nddata/mixins/tests/test_ndarithmetic.py [new file with mode: 0644]
astropy/nddata/mixins/tests/test_ndio.py [new file with mode: 0644]
astropy/nddata/mixins/tests/test_ndslicing.py [new file with mode: 0644]
astropy/nddata/nddata.py [new file with mode: 0644]
astropy/nddata/nddata_base.py [new file with mode: 0644]
astropy/nddata/nddata_withmixins.py [new file with mode: 0644]
astropy/nddata/nduncertainty.py [new file with mode: 0644]
astropy/nddata/setup_package.py [new file with mode: 0644]
astropy/nddata/tests/__init__.py [new file with mode: 0644]
astropy/nddata/tests/test_compat.py [new file with mode: 0644]
astropy/nddata/tests/test_decorators.py [new file with mode: 0644]
astropy/nddata/tests/test_flag_collection.py [new file with mode: 0644]
astropy/nddata/tests/test_nddata.py [new file with mode: 0644]
astropy/nddata/tests/test_nddata_base.py [new file with mode: 0644]
astropy/nddata/tests/test_nduncertainty.py [new file with mode: 0644]
astropy/nddata/tests/test_utils.py [new file with mode: 0644]
astropy/nddata/utils.py [new file with mode: 0644]
astropy/setup_package.py [new file with mode: 0644]
astropy/stats/__init__.py [new file with mode: 0644]
astropy/stats/bayesian_blocks.py [new file with mode: 0644]
astropy/stats/circstats.py [new file with mode: 0644]
astropy/stats/funcs.py [new file with mode: 0644]
astropy/stats/histogram.py [new file with mode: 0644]
astropy/stats/info_theory.py [new file with mode: 0644]
astropy/stats/jackknife.py [new file with mode: 0644]
astropy/stats/lombscargle/__init__.py [new file with mode: 0644]
astropy/stats/lombscargle/core.py [new file with mode: 0644]
astropy/stats/lombscargle/implementations/__init__.py [new file with mode: 0644]
astropy/stats/lombscargle/implementations/chi2_impl.py [new file with mode: 0644]
astropy/stats/lombscargle/implementations/cython_impl.c [new file with mode: 0644]
astropy/stats/lombscargle/implementations/cython_impl.pyx [new file with mode: 0644]
astropy/stats/lombscargle/implementations/fast_impl.py [new file with mode: 0644]
astropy/stats/lombscargle/implementations/fastchi2_impl.py [new file with mode: 0644]
astropy/stats/lombscargle/implementations/main.py [new file with mode: 0644]
astropy/stats/lombscargle/implementations/mle.py [new file with mode: 0644]
astropy/stats/lombscargle/implementations/scipy_impl.py [new file with mode: 0644]
astropy/stats/lombscargle/implementations/slow_impl.py [new file with mode: 0644]
astropy/stats/lombscargle/implementations/tests/__init__.py [new file with mode: 0644]
astropy/stats/lombscargle/implementations/tests/test_mle.py [new file with mode: 0644]
astropy/stats/lombscargle/implementations/tests/test_utils.py [new file with mode: 0644]
astropy/stats/lombscargle/implementations/utils.py [new file with mode: 0644]
astropy/stats/lombscargle/tests/__init__.py [new file with mode: 0644]
astropy/stats/lombscargle/tests/test_lombscargle.py [new file with mode: 0644]
astropy/stats/setup_package.py [new file with mode: 0644]
astropy/stats/sigma_clipping.py [new file with mode: 0644]
astropy/stats/tests/__init__.py [new file with mode: 0644]
astropy/stats/tests/test_bayesian_blocks.py [new file with mode: 0644]
astropy/stats/tests/test_circstats.py [new file with mode: 0644]
astropy/stats/tests/test_funcs.py [new file with mode: 0644]
astropy/stats/tests/test_histogram.py [new file with mode: 0644]
astropy/stats/tests/test_info_theory.py [new file with mode: 0644]
astropy/stats/tests/test_jackknife.py [new file with mode: 0644]
astropy/stats/tests/test_sigma_clipping.py [new file with mode: 0644]
astropy/table/__init__.py [new file with mode: 0644]
astropy/table/_column_mixins.c [new file with mode: 0644]
astropy/table/_column_mixins.pyx [new file with mode: 0644]
astropy/table/_np_utils.c [new file with mode: 0644]
astropy/table/_np_utils.pyx [new file with mode: 0644]
astropy/table/bst.py [new file with mode: 0644]
astropy/table/column.py [new file with mode: 0644]
astropy/table/groups.py [new file with mode: 0644]
astropy/table/index.py [new file with mode: 0644]
astropy/table/info.py [new file with mode: 0644]
astropy/table/jsviewer.py [new file with mode: 0644]
astropy/table/meta.py [new file with mode: 0644]
astropy/table/np_utils.py [new file with mode: 0644]
astropy/table/operations.py [new file with mode: 0644]
astropy/table/pprint.py [new file with mode: 0644]
astropy/table/row.py [new file with mode: 0644]
astropy/table/setup_package.py [new file with mode: 0644]
astropy/table/sorted_array.py [new file with mode: 0644]
astropy/table/table.py [new file with mode: 0644]
astropy/table/table_helpers.py [new file with mode: 0644]
astropy/table/tests/__init__.py [new file with mode: 0644]
astropy/table/tests/conftest.py [new file with mode: 0644]
astropy/table/tests/notebook_repr_html.ipynb [new file with mode: 0644]
astropy/table/tests/test_array.py [new file with mode: 0644]
astropy/table/tests/test_bst.py [new file with mode: 0644]
astropy/table/tests/test_column.py [new file with mode: 0644]
astropy/table/tests/test_groups.py [new file with mode: 0644]
astropy/table/tests/test_index.py [new file with mode: 0644]
astropy/table/tests/test_info.py [new file with mode: 0644]
astropy/table/tests/test_init_table.py [new file with mode: 0644]
astropy/table/tests/test_item_access.py [new file with mode: 0644]
astropy/table/tests/test_jsviewer.py [new file with mode: 0644]
astropy/table/tests/test_masked.py [new file with mode: 0644]
astropy/table/tests/test_mixin.py [new file with mode: 0644]
astropy/table/tests/test_np_utils.py [new file with mode: 0644]
astropy/table/tests/test_operations.py [new file with mode: 0644]
astropy/table/tests/test_pickle.py [new file with mode: 0644]
astropy/table/tests/test_pprint.py [new file with mode: 0644]
astropy/table/tests/test_row.py [new file with mode: 0644]
astropy/table/tests/test_subclass.py [new file with mode: 0644]
astropy/table/tests/test_table.py [new file with mode: 0644]
astropy/tests/__init__.py [new file with mode: 0644]
astropy/tests/command.py [new file with mode: 0644]
astropy/tests/coveragerc [new file with mode: 0644]
astropy/tests/disable_internet.py [new file with mode: 0644]
astropy/tests/helper.py [new file with mode: 0644]
astropy/tests/image_tests.py [new file with mode: 0644]
astropy/tests/output_checker.py [new file with mode: 0644]
astropy/tests/pytest_plugins.py [new file with mode: 0644]
astropy/tests/runner.py [new file with mode: 0644]
astropy/tests/setup_package.py [new file with mode: 0644]
astropy/tests/test_logger.py [new file with mode: 0644]
astropy/tests/tests/__init__.py [new file with mode: 0644]
astropy/tests/tests/data/open_file_detection.txt [new file with mode: 0644]
astropy/tests/tests/test_imports.py [new file with mode: 0644]
astropy/tests/tests/test_open_file_detection.py [new file with mode: 0644]
astropy/tests/tests/test_quantity_helpers.py [new file with mode: 0644]
astropy/tests/tests/test_run_tests.py [new file with mode: 0644]
astropy/tests/tests/test_runner.py [new file with mode: 0644]
astropy/tests/tests/test_skip_remote_data.py [new file with mode: 0644]
astropy/tests/tests/test_socketblocker.py [new file with mode: 0644]
astropy/time/__init__.py [new file with mode: 0644]
astropy/time/core.py [new file with mode: 0644]
astropy/time/formats.py [new file with mode: 0644]
astropy/time/setup_package.py [new file with mode: 0644]
astropy/time/tests/__init__.py [new file with mode: 0644]
astropy/time/tests/test_basic.py [new file with mode: 0644]
astropy/time/tests/test_comparisons.py [new file with mode: 0644]
astropy/time/tests/test_corrs.py [new file with mode: 0644]
astropy/time/tests/test_delta.py [new file with mode: 0644]
astropy/time/tests/test_guess.py [new file with mode: 0644]
astropy/time/tests/test_methods.py [new file with mode: 0644]
astropy/time/tests/test_pickle.py [new file with mode: 0644]
astropy/time/tests/test_precision.py [new file with mode: 0644]
astropy/time/tests/test_quantity_interaction.py [new file with mode: 0644]
astropy/time/tests/test_sidereal.py [new file with mode: 0644]
astropy/time/tests/test_ut1.py [new file with mode: 0644]
astropy/time/utils.py [new file with mode: 0644]
astropy/units/__init__.py [new file with mode: 0644]
astropy/units/astrophys.py [new file with mode: 0644]
astropy/units/cds.py [new file with mode: 0644]
astropy/units/cgs.py [new file with mode: 0644]
astropy/units/core.py [new file with mode: 0644]
astropy/units/decorators.py [new file with mode: 0644]
astropy/units/equivalencies.py [new file with mode: 0644]
astropy/units/format/__init__.py [new file with mode: 0644]
astropy/units/format/base.py [new file with mode: 0644]
astropy/units/format/cds.py [new file with mode: 0644]
astropy/units/format/cds_lextab.py [new file with mode: 0644]
astropy/units/format/cds_parsetab.py [new file with mode: 0644]
astropy/units/format/console.py [new file with mode: 0644]
astropy/units/format/fits.py [new file with mode: 0644]
astropy/units/format/generic.py [new file with mode: 0644]
astropy/units/format/generic_lextab.py [new file with mode: 0644]
astropy/units/format/generic_parsetab.py [new file with mode: 0644]
astropy/units/format/latex.py [new file with mode: 0644]
astropy/units/format/ogip.py [new file with mode: 0644]
astropy/units/format/ogip_lextab.py [new file with mode: 0644]
astropy/units/format/ogip_parsetab.py [new file with mode: 0644]
astropy/units/format/unicode_format.py [new file with mode: 0644]
astropy/units/format/utils.py [new file with mode: 0644]
astropy/units/format/vounit.py [new file with mode: 0644]
astropy/units/function/__init__.py [new file with mode: 0644]
astropy/units/function/core.py [new file with mode: 0644]
astropy/units/function/logarithmic.py [new file with mode: 0644]
astropy/units/function/magnitude_zero_points.py [new file with mode: 0644]
astropy/units/function/mixin.py [new file with mode: 0644]
astropy/units/function/units.py [new file with mode: 0644]
astropy/units/imperial.py [new file with mode: 0644]
astropy/units/physical.py [new file with mode: 0644]
astropy/units/quantity.py [new file with mode: 0644]
astropy/units/quantity_helper.py [new file with mode: 0644]
astropy/units/setup_package.py [new file with mode: 0644]
astropy/units/si.py [new file with mode: 0644]
astropy/units/tests/__init__.py [new file with mode: 0644]
astropy/units/tests/py3_test_quantity_annotations.py [new file with mode: 0644]
astropy/units/tests/test_equivalencies.py [new file with mode: 0644]
astropy/units/tests/test_format.py [new file with mode: 0644]
astropy/units/tests/test_logarithmic.py [new file with mode: 0644]
astropy/units/tests/test_physical.py [new file with mode: 0644]
astropy/units/tests/test_quantity.py [new file with mode: 0644]
astropy/units/tests/test_quantity_array_methods.py [new file with mode: 0644]
astropy/units/tests/test_quantity_decorator.py [new file with mode: 0644]
astropy/units/tests/test_quantity_non_ufuncs.py [new file with mode: 0644]
astropy/units/tests/test_quantity_ufuncs.py [new file with mode: 0644]
astropy/units/tests/test_units.py [new file with mode: 0644]
astropy/units/utils.py [new file with mode: 0644]
astropy/utils/__init__.py [new file with mode: 0644]
astropy/utils/argparse.py [new file with mode: 0644]
astropy/utils/codegen.py [new file with mode: 0644]
astropy/utils/collections.py [new file with mode: 0644]
astropy/utils/compat/__init__.py [new file with mode: 0644]
astropy/utils/compat/_funcsigs.py [new file with mode: 0644]
astropy/utils/compat/argparse.py [new file with mode: 0644]
astropy/utils/compat/fractions.py [new file with mode: 0644]
astropy/utils/compat/funcsigs.py [new file with mode: 0644]
astropy/utils/compat/futures/__init__.py [new file with mode: 0644]
astropy/utils/compat/futures/_base.py [new file with mode: 0644]
astropy/utils/compat/futures/process.py [new file with mode: 0644]
astropy/utils/compat/futures/thread.py [new file with mode: 0644]
astropy/utils/compat/gzip.py [new file with mode: 0644]
astropy/utils/compat/misc.py [new file with mode: 0644]
astropy/utils/compat/numpy/__init__.py [new file with mode: 0644]
astropy/utils/compat/numpy/core/__init__.py [new file with mode: 0644]
astropy/utils/compat/numpy/core/multiarray.py [new file with mode: 0644]
astropy/utils/compat/numpy/lib/__init__.py [new file with mode: 0644]
astropy/utils/compat/numpy/lib/stride_tricks.py [new file with mode: 0644]
astropy/utils/compat/numpy/tests/__init__.py [new file with mode: 0644]
astropy/utils/compat/numpy/tests/test_broadcast_arrays.py [new file with mode: 0644]
astropy/utils/compat/numpy/tests/test_matmul.py [new file with mode: 0644]
astropy/utils/compat/numpycompat.py [new file with mode: 0644]
astropy/utils/compat/odict.py [new file with mode: 0644]
astropy/utils/compat/subprocess.py [new file with mode: 0644]
astropy/utils/console.py [new file with mode: 0644]
astropy/utils/data.py [new file with mode: 0644]
astropy/utils/data_info.py [new file with mode: 0644]
astropy/utils/decorators.py [new file with mode: 0644]
astropy/utils/exceptions.py [new file with mode: 0644]
astropy/utils/iers/__init__.py [new file with mode: 0644]
astropy/utils/iers/data/ReadMe.eopc04_IAU2000 [new file with mode: 0644]
astropy/utils/iers/data/ReadMe.finals2000A [new file with mode: 0644]
astropy/utils/iers/data/eopc04_IAU2000.62-now [new file with mode: 0644]
astropy/utils/iers/iers.py [new file with mode: 0644]
astropy/utils/iers/tests/__init__.py [new file with mode: 0644]
astropy/utils/iers/tests/finals2000A-2016-02-30-test [new file with mode: 0644]
astropy/utils/iers/tests/finals2000A-2016-04-30-test [new file with mode: 0644]
astropy/utils/iers/tests/iers_a_excerpt [new file with mode: 0644]
astropy/utils/iers/tests/test_iers.py [new file with mode: 0644]
astropy/utils/introspection.py [new file with mode: 0644]
astropy/utils/metadata.py [new file with mode: 0644]
astropy/utils/misc.py [new file with mode: 0644]
astropy/utils/release.py [new file with mode: 0644]
astropy/utils/setup_package.py [new file with mode: 0644]
astropy/utils/src/compiler.c [new file with mode: 0644]
astropy/utils/state.py [new file with mode: 0644]
astropy/utils/tests/__init__.py [new file with mode: 0644]
astropy/utils/tests/data/.hidden_file.txt [new file with mode: 0644]
astropy/utils/tests/data/alias.cfg [new file with mode: 0644]
astropy/utils/tests/data/invalid.dat.bz2 [new file with mode: 0644]
astropy/utils/tests/data/invalid.dat.gz [new file with mode: 0644]
astropy/utils/tests/data/local.dat [new file with mode: 0644]
astropy/utils/tests/data/local.dat.bz2 [new file with mode: 0644]
astropy/utils/tests/data/local.dat.gz [new file with mode: 0644]
astropy/utils/tests/data/local.dat.xz [new file with mode: 0644]
astropy/utils/tests/data/test_package/__init__.py [new file with mode: 0644]
astropy/utils/tests/data/test_package/data/foo.txt [new file with mode: 0644]
astropy/utils/tests/data/unicode.txt [new file with mode: 0644]
astropy/utils/tests/data/unicode.txt.bz2 [new file with mode: 0644]
astropy/utils/tests/data/unicode.txt.gz [new file with mode: 0644]
astropy/utils/tests/data/unicode.txt.xz [new file with mode: 0644]
astropy/utils/tests/test_argparse.py [new file with mode: 0644]
astropy/utils/tests/test_codegen.py [new file with mode: 0644]
astropy/utils/tests/test_collections.py [new file with mode: 0644]
astropy/utils/tests/test_console.py [new file with mode: 0644]
astropy/utils/tests/test_data.py [new file with mode: 0644]
astropy/utils/tests/test_data_info.py [new file with mode: 0644]
astropy/utils/tests/test_decorators.py [new file with mode: 0644]
astropy/utils/tests/test_fractions.py [new file with mode: 0644]
astropy/utils/tests/test_gzip.py [new file with mode: 0644]
astropy/utils/tests/test_introspection.py [new file with mode: 0644]
astropy/utils/tests/test_metadata.py [new file with mode: 0644]
astropy/utils/tests/test_misc.py [new file with mode: 0644]
astropy/utils/tests/test_odict.py [new file with mode: 0644]
astropy/utils/tests/test_subprocess.py [new file with mode: 0644]
astropy/utils/tests/test_timer.py [new file with mode: 0644]
astropy/utils/tests/test_xml.py [new file with mode: 0644]
astropy/utils/timer.py [new file with mode: 0644]
astropy/utils/xml/__init__.py [new file with mode: 0644]
astropy/utils/xml/check.py [new file with mode: 0644]
astropy/utils/xml/iterparser.py [new file with mode: 0644]
astropy/utils/xml/setup_package.py [new file with mode: 0644]
astropy/utils/xml/src/expat_config.h [new file with mode: 0644]
astropy/utils/xml/src/iterparse.c [new file with mode: 0644]
astropy/utils/xml/src/iterparse.map [new file with mode: 0644]
astropy/utils/xml/unescaper.py [new file with mode: 0644]
astropy/utils/xml/validate.py [new file with mode: 0644]
astropy/utils/xml/writer.py [new file with mode: 0644]
astropy/version.py [new file with mode: 0644]
astropy/visualization/__init__.py [new file with mode: 0644]
astropy/visualization/hist.py [new file with mode: 0644]
astropy/visualization/interval.py [new file with mode: 0644]
astropy/visualization/lupton_rgb.py [new file with mode: 0644]
astropy/visualization/mpl_normalize.py [new file with mode: 0644]
astropy/visualization/mpl_style.py [new file with mode: 0644]
astropy/visualization/scripts/__init__.py [new file with mode: 0644]
astropy/visualization/scripts/fits2bitmap.py [new file with mode: 0644]
astropy/visualization/scripts/tests/__init__.py [new file with mode: 0644]
astropy/visualization/scripts/tests/test_fits2bitmap.py [new file with mode: 0644]
astropy/visualization/stretch.py [new file with mode: 0644]
astropy/visualization/tests/__init__.py [new file with mode: 0644]
astropy/visualization/tests/test_histogram.py [new file with mode: 0644]
astropy/visualization/tests/test_interval.py [new file with mode: 0644]
astropy/visualization/tests/test_lupton_rgb.py [new file with mode: 0644]
astropy/visualization/tests/test_norm.py [new file with mode: 0644]
astropy/visualization/tests/test_stretch.py [new file with mode: 0644]
astropy/visualization/tests/test_ui.py [new file with mode: 0644]
astropy/visualization/tests/test_units.py [new file with mode: 0644]
astropy/visualization/transform.py [new file with mode: 0644]
astropy/visualization/ui.py [new file with mode: 0644]
astropy/visualization/units.py [new file with mode: 0644]
astropy/visualization/wcsaxes/__init__.py [new file with mode: 0644]
astropy/visualization/wcsaxes/axislabels.py [new file with mode: 0644]
astropy/visualization/wcsaxes/coordinate_helpers.py [new file with mode: 0644]
astropy/visualization/wcsaxes/coordinate_range.py [new file with mode: 0644]
astropy/visualization/wcsaxes/coordinates_map.py [new file with mode: 0644]
astropy/visualization/wcsaxes/core.py [new file with mode: 0644]
astropy/visualization/wcsaxes/formatter_locator.py [new file with mode: 0644]
astropy/visualization/wcsaxes/frame.py [new file with mode: 0644]
astropy/visualization/wcsaxes/grid_paths.py [new file with mode: 0644]
astropy/visualization/wcsaxes/patches.py [new file with mode: 0644]
astropy/visualization/wcsaxes/tests/__init__.py [new file with mode: 0644]
astropy/visualization/wcsaxes/tests/data/2MASS_k_header [new file with mode: 0644]
astropy/visualization/wcsaxes/tests/data/cube_header [new file with mode: 0644]
astropy/visualization/wcsaxes/tests/data/msx_header [new file with mode: 0644]
astropy/visualization/wcsaxes/tests/data/rosat_header [new file with mode: 0644]
astropy/visualization/wcsaxes/tests/data/slice_header [new file with mode: 0644]
astropy/visualization/wcsaxes/tests/datasets.py [new file with mode: 0644]
astropy/visualization/wcsaxes/tests/setup_package.py [new file with mode: 0644]
astropy/visualization/wcsaxes/tests/test_coordinate_helpers.py [new file with mode: 0644]
astropy/visualization/wcsaxes/tests/test_display_world_coordinates.py [new file with mode: 0644]
astropy/visualization/wcsaxes/tests/test_formatter_locator.py [new file with mode: 0644]
astropy/visualization/wcsaxes/tests/test_frame.py [new file with mode: 0644]
astropy/visualization/wcsaxes/tests/test_images.py [new file with mode: 0644]
astropy/visualization/wcsaxes/tests/test_misc.py [new file with mode: 0644]
astropy/visualization/wcsaxes/tests/test_transform_coord_meta.py [new file with mode: 0644]
astropy/visualization/wcsaxes/tests/test_transforms.py [new file with mode: 0644]
astropy/visualization/wcsaxes/tests/test_utils.py [new file with mode: 0644]
astropy/visualization/wcsaxes/ticklabels.py [new file with mode: 0644]
astropy/visualization/wcsaxes/ticks.py [new file with mode: 0644]
astropy/visualization/wcsaxes/transforms.py [new file with mode: 0644]
astropy/visualization/wcsaxes/utils.py [new file with mode: 0644]
astropy/vo/__init__.py [new file with mode: 0644]
astropy/vo/client/__init__.py [new file with mode: 0644]
astropy/vo/client/async.py [new file with mode: 0644]
astropy/vo/client/conesearch.py [new file with mode: 0644]
astropy/vo/client/exceptions.py [new file with mode: 0644]
astropy/vo/client/setup_package.py [new file with mode: 0755]
astropy/vo/client/tests/__init__.py [new file with mode: 0644]
astropy/vo/client/tests/data/basic.json [new file with mode: 0644]
astropy/vo/client/tests/data/conesearch_error1.xml [new file with mode: 0644]
astropy/vo/client/tests/data/conesearch_error2.xml [new file with mode: 0644]
astropy/vo/client/tests/data/conesearch_error3.xml [new file with mode: 0644]
astropy/vo/client/tests/data/conesearch_error4.xml [new file with mode: 0644]
astropy/vo/client/tests/test_conesearch.py [new file with mode: 0644]
astropy/vo/client/tests/test_vos_catalog.py [new file with mode: 0644]
astropy/vo/client/vos_catalog.py [new file with mode: 0644]
astropy/vo/samp/__init__.py [new file with mode: 0644]
astropy/vo/samp/client.py [new file with mode: 0644]
astropy/vo/samp/constants.py [new file with mode: 0644]
astropy/vo/samp/data/astropy_icon.png [new file with mode: 0644]
astropy/vo/samp/data/clientaccesspolicy.xml [new file with mode: 0644]
astropy/vo/samp/data/crossdomain.xml [new file with mode: 0644]
astropy/vo/samp/errors.py [new file with mode: 0644]
astropy/vo/samp/hub.py [new file with mode: 0644]
astropy/vo/samp/hub_proxy.py [new file with mode: 0644]
astropy/vo/samp/hub_script.py [new file with mode: 0644]
astropy/vo/samp/integrated_client.py [new file with mode: 0644]
astropy/vo/samp/lockfile_helpers.py [new file with mode: 0644]
astropy/vo/samp/setup_package.py [new file with mode: 0644]
astropy/vo/samp/ssl_utils.py [new file with mode: 0644]
astropy/vo/samp/standard_profile.py [new file with mode: 0644]
astropy/vo/samp/tests/__init__.py [new file with mode: 0644]
astropy/vo/samp/tests/data/README.md [new file with mode: 0644]
astropy/vo/samp/tests/data/test1.crt [new file with mode: 0644]
astropy/vo/samp/tests/data/test1.key [new file with mode: 0644]
astropy/vo/samp/tests/data/test2.crt [new file with mode: 0644]
astropy/vo/samp/tests/data/test2.key [new file with mode: 0644]
astropy/vo/samp/tests/test_client.py [new file with mode: 0644]
astropy/vo/samp/tests/test_errors.py [new file with mode: 0644]
astropy/vo/samp/tests/test_helpers.py [new file with mode: 0644]
astropy/vo/samp/tests/test_hub.py [new file with mode: 0644]
astropy/vo/samp/tests/test_hub_proxy.py [new file with mode: 0644]
astropy/vo/samp/tests/test_hub_script.py [new file with mode: 0644]
astropy/vo/samp/tests/test_standard_profile.py [new file with mode: 0644]
astropy/vo/samp/tests/test_web_profile.py [new file with mode: 0644]
astropy/vo/samp/tests/web_profile_test_helpers.py [new file with mode: 0644]
astropy/vo/samp/utils.py [new file with mode: 0644]
astropy/vo/samp/web_profile.py [new file with mode: 0644]
astropy/vo/validator/__init__.py [new file with mode: 0644]
astropy/vo/validator/data/conesearch_urls.txt [new file with mode: 0644]
astropy/vo/validator/exceptions.py [new file with mode: 0644]
astropy/vo/validator/inspect.py [new file with mode: 0644]
astropy/vo/validator/setup_package.py [new file with mode: 0755]
astropy/vo/validator/tests/__init__.py [new file with mode: 0644]
astropy/vo/validator/tests/data/conesearch_error.json [new file with mode: 0644]
astropy/vo/validator/tests/data/conesearch_exception.json [new file with mode: 0644]
astropy/vo/validator/tests/data/conesearch_good.json [new file with mode: 0644]
astropy/vo/validator/tests/data/conesearch_warn.json [new file with mode: 0644]
astropy/vo/validator/tests/data/listcats1.out [new file with mode: 0644]
astropy/vo/validator/tests/data/listcats2.out [new file with mode: 0644]
astropy/vo/validator/tests/data/printcat.out [new file with mode: 0644]
astropy/vo/validator/tests/data/tally.out [new file with mode: 0644]
astropy/vo/validator/tests/data/vao_conesearch_sites_121107_subset.xml [new file with mode: 0644]
astropy/vo/validator/tests/test_inpect.py [new file with mode: 0644]
astropy/vo/validator/tests/test_validate.py [new file with mode: 0644]
astropy/vo/validator/tstquery.py [new file with mode: 0644]
astropy/vo/validator/validate.py [new file with mode: 0644]
astropy/wcs/__init__.py [new file with mode: 0644]
astropy/wcs/_docutil.py [new file with mode: 0644]
astropy/wcs/docstrings.py [new file with mode: 0644]
astropy/wcs/include/astropy_wcs/astropy_wcs.h [new file with mode: 0644]
astropy/wcs/include/astropy_wcs/astropy_wcs_api.h [new file with mode: 0644]
astropy/wcs/include/astropy_wcs/distortion.h [new file with mode: 0644]
astropy/wcs/include/astropy_wcs/distortion_wrap.h [new file with mode: 0644]
astropy/wcs/include/astropy_wcs/docstrings.h [new file with mode: 0644]
astropy/wcs/include/astropy_wcs/isnan.h [new file with mode: 0644]
astropy/wcs/include/astropy_wcs/pipeline.h [new file with mode: 0644]
astropy/wcs/include/astropy_wcs/pyutil.h [new file with mode: 0644]
astropy/wcs/include/astropy_wcs/sip.h [new file with mode: 0644]
astropy/wcs/include/astropy_wcs/sip_wrap.h [new file with mode: 0644]
astropy/wcs/include/astropy_wcs/str_list_proxy.h [new file with mode: 0644]
astropy/wcs/include/astropy_wcs/unit_list_proxy.h [new file with mode: 0644]
astropy/wcs/include/astropy_wcs/util.h [new file with mode: 0644]
astropy/wcs/include/astropy_wcs/wcsconfig.h [new file with mode: 0644]
astropy/wcs/include/astropy_wcs/wcslib_tabprm_wrap.h [new file with mode: 0644]
astropy/wcs/include/astropy_wcs/wcslib_units_wrap.h [new file with mode: 0644]
astropy/wcs/include/astropy_wcs/wcslib_wrap.h [new file with mode: 0644]
astropy/wcs/include/astropy_wcs/wcslib_wtbarr_wrap.h [new file with mode: 0644]
astropy/wcs/include/astropy_wcs_api.h [new file with mode: 0644]
astropy/wcs/include/wcsconfig.h [new file with mode: 0644]
astropy/wcs/include/wcslib/cel.h [new file with mode: 0644]
astropy/wcs/include/wcslib/lin.h [new file with mode: 0644]
astropy/wcs/include/wcslib/prj.h [new file with mode: 0644]
astropy/wcs/include/wcslib/spc.h [new file with mode: 0644]
astropy/wcs/include/wcslib/spx.h [new file with mode: 0644]
astropy/wcs/include/wcslib/tab.h [new file with mode: 0644]
astropy/wcs/include/wcslib/wcs.h [new file with mode: 0644]
astropy/wcs/include/wcslib/wcserr.h [new file with mode: 0644]
astropy/wcs/include/wcslib/wcsmath.h [new file with mode: 0644]
astropy/wcs/include/wcslib/wcsprintf.h [new file with mode: 0644]
astropy/wcs/setup_package.py [new file with mode: 0644]
astropy/wcs/src/astropy_wcs.c [new file with mode: 0644]
astropy/wcs/src/astropy_wcs_api.c [new file with mode: 0644]
astropy/wcs/src/distortion.c [new file with mode: 0644]
astropy/wcs/src/distortion_wrap.c [new file with mode: 0644]
astropy/wcs/src/docstrings.c [new file with mode: 0644]
astropy/wcs/src/pipeline.c [new file with mode: 0644]
astropy/wcs/src/pyutil.c [new file with mode: 0644]
astropy/wcs/src/sip.c [new file with mode: 0644]
astropy/wcs/src/sip_wrap.c [new file with mode: 0644]
astropy/wcs/src/str_list_proxy.c [new file with mode: 0644]
astropy/wcs/src/unit_list_proxy.c [new file with mode: 0644]
astropy/wcs/src/util.c [new file with mode: 0644]
astropy/wcs/src/wcslib_tabprm_wrap.c [new file with mode: 0644]
astropy/wcs/src/wcslib_wrap.c [new file with mode: 0644]
astropy/wcs/tests/__init__.py [new file with mode: 0644]
astropy/wcs/tests/data/2wcses.hdr [new file with mode: 0644]
astropy/wcs/tests/data/3d_cd.hdr [new file with mode: 0644]
astropy/wcs/tests/data/defunct_keywords.hdr [new file with mode: 0644]
astropy/wcs/tests/data/dist.fits [new file with mode: 0644]
astropy/wcs/tests/data/dist_lookup.fits.gz [new file with mode: 0644]
astropy/wcs/tests/data/header_newlines.fits [new file with mode: 0644]
astropy/wcs/tests/data/invalid_header.hdr [new file with mode: 0644]
astropy/wcs/tests/data/irac_sip.hdr [new file with mode: 0644]
astropy/wcs/tests/data/j94f05bgq_flt.fits [new file with mode: 0644]
astropy/wcs/tests/data/locale.hdr [new file with mode: 0644]
astropy/wcs/tests/data/nonstandard_units.hdr [new file with mode: 0644]
astropy/wcs/tests/data/outside_sky.hdr [new file with mode: 0644]
astropy/wcs/tests/data/sip-broken.hdr [new file with mode: 0644]
astropy/wcs/tests/data/sip.fits [new file with mode: 0644]
astropy/wcs/tests/data/sip2.fits [new file with mode: 0644]
astropy/wcs/tests/data/siponly.hdr [new file with mode: 0644]
astropy/wcs/tests/data/sub-segfault.hdr [new file with mode: 0644]
astropy/wcs/tests/data/too_many_pv.hdr [new file with mode: 0644]
astropy/wcs/tests/data/tpvonly.hdr [new file with mode: 0644]
astropy/wcs/tests/data/unit.hdr [new file with mode: 0644]
astropy/wcs/tests/data/validate.5.0.txt [new file with mode: 0644]
astropy/wcs/tests/data/validate.5.13.txt [new file with mode: 0644]
astropy/wcs/tests/data/validate.fits [new file with mode: 0644]
astropy/wcs/tests/data/validate.txt [new file with mode: 0644]
astropy/wcs/tests/data/zpn-hole.hdr [new file with mode: 0644]
astropy/wcs/tests/extension/__init__.py [new file with mode: 0644]
astropy/wcs/tests/extension/setup.py [new file with mode: 0644]
astropy/wcs/tests/extension/test_extension.py [new file with mode: 0644]
astropy/wcs/tests/extension/wcsapi_test.c [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_AIR.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_AIT.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_ARC.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_AZP.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_BON.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_CAR.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_CEA.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_COD.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_COE.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_COO.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_COP.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_CSC.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_CYP.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_HPX.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_MER.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_MOL.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_NCP.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_PAR.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_PCO.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_QSC.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_SFL.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_SIN.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_STG.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_SZP.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_TAN.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_TSC.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_ZEA.hdr [new file with mode: 0644]
astropy/wcs/tests/maps/1904-66_ZPN.hdr [new file with mode: 0644]
astropy/wcs/tests/spectra/orion-freq-1.hdr [new file with mode: 0644]
astropy/wcs/tests/spectra/orion-freq-4.hdr [new file with mode: 0644]
astropy/wcs/tests/spectra/orion-velo-1.hdr [new file with mode: 0644]
astropy/wcs/tests/spectra/orion-velo-4.hdr [new file with mode: 0644]
astropy/wcs/tests/spectra/orion-wave-1.hdr [new file with mode: 0644]
astropy/wcs/tests/spectra/orion-wave-4.hdr [new file with mode: 0644]
astropy/wcs/tests/test_pickle.py [new file with mode: 0644]
astropy/wcs/tests/test_profiling.py [new file with mode: 0644]
astropy/wcs/tests/test_utils.py [new file with mode: 0644]
astropy/wcs/tests/test_wcs.py [new file with mode: 0644]
astropy/wcs/tests/test_wcsprm.py [new file with mode: 0644]
astropy/wcs/utils.py [new file with mode: 0644]
astropy/wcs/wcs.py [new file with mode: 0644]
astropy/wcs/wcslint.py [new file with mode: 0644]
astropy_helpers/CHANGES.rst [new file with mode: 0644]
astropy_helpers/LICENSE.rst [new file with mode: 0644]
astropy_helpers/README.rst [new file with mode: 0644]
astropy_helpers/ah_bootstrap.py [new file with mode: 0644]
astropy_helpers/astropy_helpers.egg-info/PKG-INFO [new file with mode: 0644]
astropy_helpers/astropy_helpers.egg-info/SOURCES.txt [new file with mode: 0644]
astropy_helpers/astropy_helpers.egg-info/dependency_links.txt [new file with mode: 0644]
astropy_helpers/astropy_helpers.egg-info/not-zip-safe [new file with mode: 0644]
astropy_helpers/astropy_helpers.egg-info/top_level.txt [new file with mode: 0644]
astropy_helpers/astropy_helpers/__init__.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/commands/__init__.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/commands/_dummy.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/commands/_test_compat.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/commands/build_ext.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/commands/build_py.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/commands/build_sphinx.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/commands/install.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/commands/install_lib.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/commands/register.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/commands/setup_package.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/commands/src/compiler.c [new file with mode: 0644]
astropy_helpers/astropy_helpers/commands/test.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/compat/__init__.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/compat/_subprocess_py2/__init__.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/compat/subprocess.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/distutils_helpers.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/git_helpers.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/setup_helpers.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/__init__.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/conf.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/__init__.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/astropyautosummary.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/autodoc_enhancements.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/automodapi.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/automodsumm.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/changelog_links.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/comment_eater.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/compiler_unparse.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/docscrape.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/docscrape_sphinx.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/doctest.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/edit_on_github.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/numpydoc.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/phantom_import.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/smart_resolver.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/templates/autosummary_core/base.rst [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/templates/autosummary_core/class.rst [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/templates/autosummary_core/module.rst [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/tests/__init__.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/tests/test_autodoc_enhancements.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/tests/test_automodapi.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/tests/test_automodsumm.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/tests/test_docscrape.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/tests/test_utils.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/tocdepthfix.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/traitsdoc.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/ext/utils.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/local/python2_local_links.inv [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/local/python2_local_links.txt [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/local/python3_local_links.inv [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/local/python3_local_links.txt [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/setup_package.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/themes/bootstrap-astropy/globaltoc.html [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/themes/bootstrap-astropy/layout.html [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/themes/bootstrap-astropy/localtoc.html [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/themes/bootstrap-astropy/searchbox.html [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/themes/bootstrap-astropy/static/astropy_linkout.svg [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/themes/bootstrap-astropy/static/astropy_linkout_20.png [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/themes/bootstrap-astropy/static/astropy_logo.ico [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/themes/bootstrap-astropy/static/astropy_logo.svg [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/themes/bootstrap-astropy/static/astropy_logo_32.png [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/themes/bootstrap-astropy/static/bootstrap-astropy.css [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/themes/bootstrap-astropy/static/copybutton.js [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/themes/bootstrap-astropy/static/sidebar.js [new file with mode: 0644]
astropy_helpers/astropy_helpers/sphinx/themes/bootstrap-astropy/theme.conf [new file with mode: 0644]
astropy_helpers/astropy_helpers/test_helpers.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/utils.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/version.py [new file with mode: 0644]
astropy_helpers/astropy_helpers/version_helpers.py [new file with mode: 0644]
astropy_helpers/ez_setup.py [new file with mode: 0644]
astropy_helpers/licenses/LICENSE_COPYBUTTON.rst [new file with mode: 0644]
astropy_helpers/licenses/LICENSE_NUMPYDOC.rst [new file with mode: 0644]
cextern/.gitignore [new file with mode: 0644]
cextern/README.rst [new file with mode: 0644]
cextern/cfitsio/License.txt [new file with mode: 0644]
cextern/cfitsio/adler32.c [new file with mode: 0644]
cextern/cfitsio/buffers.c [new file with mode: 0644]
cextern/cfitsio/cfileio.c [new file with mode: 0644]
cextern/cfitsio/changes.txt [new file with mode: 0644]
cextern/cfitsio/checksum.c [new file with mode: 0644]
cextern/cfitsio/crc32.c [new file with mode: 0644]
cextern/cfitsio/crc32.h [new file with mode: 0644]
cextern/cfitsio/deflate.c [new file with mode: 0644]
cextern/cfitsio/deflate.h [new file with mode: 0644]
cextern/cfitsio/drvrfile.c [new file with mode: 0644]
cextern/cfitsio/drvrgsiftp.c [new file with mode: 0644]
cextern/cfitsio/drvrgsiftp.h [new file with mode: 0644]
cextern/cfitsio/drvrmem.c [new file with mode: 0644]
cextern/cfitsio/drvrnet.c [new file with mode: 0644]
cextern/cfitsio/drvrsmem.c [new file with mode: 0644]
cextern/cfitsio/drvrsmem.h [new file with mode: 0644]
cextern/cfitsio/editcol.c [new file with mode: 0644]
cextern/cfitsio/edithdu.c [new file with mode: 0644]
cextern/cfitsio/eval.l [new file with mode: 0644]
cextern/cfitsio/eval.y [new file with mode: 0644]
cextern/cfitsio/eval_defs.h [new file with mode: 0644]
cextern/cfitsio/eval_f.c [new file with mode: 0644]
cextern/cfitsio/eval_l.c [new file with mode: 0644]
cextern/cfitsio/eval_tab.h [new file with mode: 0644]
cextern/cfitsio/eval_y.c [new file with mode: 0644]
cextern/cfitsio/fits_hcompress.c [new file with mode: 0644]
cextern/cfitsio/fits_hdecompress.c [new file with mode: 0644]
cextern/cfitsio/fitscore.c [new file with mode: 0644]
cextern/cfitsio/fitsio.h [new file with mode: 0644]
cextern/cfitsio/fitsio2.h [new file with mode: 0644]
cextern/cfitsio/getcol.c [new file with mode: 0644]
cextern/cfitsio/getcolb.c [new file with mode: 0644]
cextern/cfitsio/getcold.c [new file with mode: 0644]
cextern/cfitsio/getcole.c [new file with mode: 0644]
cextern/cfitsio/getcoli.c [new file with mode: 0644]
cextern/cfitsio/getcolj.c [new file with mode: 0644]
cextern/cfitsio/getcolk.c [new file with mode: 0644]
cextern/cfitsio/getcoll.c [new file with mode: 0644]
cextern/cfitsio/getcols.c [new file with mode: 0644]
cextern/cfitsio/getcolsb.c [new file with mode: 0644]
cextern/cfitsio/getcolui.c [new file with mode: 0644]
cextern/cfitsio/getcoluj.c [new file with mode: 0644]
cextern/cfitsio/getcoluk.c [new file with mode: 0644]
cextern/cfitsio/getkey.c [new file with mode: 0644]
cextern/cfitsio/group.c [new file with mode: 0644]
cextern/cfitsio/group.h [new file with mode: 0644]
cextern/cfitsio/grparser.c [new file with mode: 0644]
cextern/cfitsio/grparser.h [new file with mode: 0644]
cextern/cfitsio/histo.c [new file with mode: 0644]
cextern/cfitsio/imcompress.c [new file with mode: 0644]
cextern/cfitsio/infback.c [new file with mode: 0644]
cextern/cfitsio/inffast.c [new file with mode: 0644]
cextern/cfitsio/inffast.h [new file with mode: 0644]
cextern/cfitsio/inffixed.h [new file with mode: 0644]
cextern/cfitsio/inflate.c [new file with mode: 0644]
cextern/cfitsio/inflate.h [new file with mode: 0644]
cextern/cfitsio/inftrees.c [new file with mode: 0644]
cextern/cfitsio/inftrees.h [new file with mode: 0644]
cextern/cfitsio/iraffits.c [new file with mode: 0644]
cextern/cfitsio/longnam.h [new file with mode: 0644]
cextern/cfitsio/modkey.c [new file with mode: 0644]
cextern/cfitsio/pliocomp.c [new file with mode: 0644]
cextern/cfitsio/putcol.c [new file with mode: 0644]
cextern/cfitsio/putcolb.c [new file with mode: 0644]
cextern/cfitsio/putcold.c [new file with mode: 0644]
cextern/cfitsio/putcole.c [new file with mode: 0644]
cextern/cfitsio/putcoli.c [new file with mode: 0644]
cextern/cfitsio/putcolj.c [new file with mode: 0644]
cextern/cfitsio/putcolk.c [new file with mode: 0644]
cextern/cfitsio/putcoll.c [new file with mode: 0644]
cextern/cfitsio/putcols.c [new file with mode: 0644]
cextern/cfitsio/putcolsb.c [new file with mode: 0644]
cextern/cfitsio/putcolu.c [new file with mode: 0644]
cextern/cfitsio/putcolui.c [new file with mode: 0644]
cextern/cfitsio/putcoluj.c [new file with mode: 0644]
cextern/cfitsio/putcoluk.c [new file with mode: 0644]
cextern/cfitsio/putkey.c [new file with mode: 0644]
cextern/cfitsio/quantize.c [new file with mode: 0644]
cextern/cfitsio/region.c [new file with mode: 0644]
cextern/cfitsio/region.h [new file with mode: 0644]
cextern/cfitsio/ricecomp.c [new file with mode: 0644]
cextern/cfitsio/scalnull.c [new file with mode: 0644]
cextern/cfitsio/swapproc.c [new file with mode: 0644]
cextern/cfitsio/trees.c [new file with mode: 0644]
cextern/cfitsio/trees.h [new file with mode: 0644]
cextern/cfitsio/uncompr.c [new file with mode: 0644]
cextern/cfitsio/wcssub.c [new file with mode: 0644]
cextern/cfitsio/wcsutil.c [new file with mode: 0644]
cextern/cfitsio/zcompress.c [new file with mode: 0644]
cextern/cfitsio/zconf.h [new file with mode: 0644]
cextern/cfitsio/zlib.h [new file with mode: 0644]
cextern/cfitsio/zuncompress.c [new file with mode: 0644]
cextern/cfitsio/zutil.c [new file with mode: 0644]
cextern/cfitsio/zutil.h [new file with mode: 0644]
cextern/erfa/README.rst [new file with mode: 0644]
cextern/erfa/a2af.c [new file with mode: 0644]
cextern/erfa/a2tf.c [new file with mode: 0644]
cextern/erfa/ab.c [new file with mode: 0644]
cextern/erfa/af2a.c [new file with mode: 0644]
cextern/erfa/anp.c [new file with mode: 0644]
cextern/erfa/anpm.c [new file with mode: 0644]
cextern/erfa/apcg.c [new file with mode: 0644]
cextern/erfa/apcg13.c [new file with mode: 0644]
cextern/erfa/apci.c [new file with mode: 0644]
cextern/erfa/apci13.c [new file with mode: 0644]
cextern/erfa/apco.c [new file with mode: 0644]
cextern/erfa/apco13.c [new file with mode: 0644]
cextern/erfa/apcs.c [new file with mode: 0644]
cextern/erfa/apcs13.c [new file with mode: 0644]
cextern/erfa/aper.c [new file with mode: 0644]
cextern/erfa/aper13.c [new file with mode: 0644]
cextern/erfa/apio.c [new file with mode: 0644]
cextern/erfa/apio13.c [new file with mode: 0644]
cextern/erfa/atci13.c [new file with mode: 0644]
cextern/erfa/atciq.c [new file with mode: 0644]
cextern/erfa/atciqn.c [new file with mode: 0644]
cextern/erfa/atciqz.c [new file with mode: 0644]
cextern/erfa/atco13.c [new file with mode: 0644]
cextern/erfa/atic13.c [new file with mode: 0644]
cextern/erfa/aticq.c [new file with mode: 0644]
cextern/erfa/aticqn.c [new file with mode: 0644]
cextern/erfa/atio13.c [new file with mode: 0644]
cextern/erfa/atioq.c [new file with mode: 0644]
cextern/erfa/atoc13.c [new file with mode: 0644]
cextern/erfa/atoi13.c [new file with mode: 0644]
cextern/erfa/atoiq.c [new file with mode: 0644]
cextern/erfa/bi00.c [new file with mode: 0644]
cextern/erfa/bp00.c [new file with mode: 0644]
cextern/erfa/bp06.c [new file with mode: 0644]
cextern/erfa/bpn2xy.c [new file with mode: 0644]
cextern/erfa/c2i00a.c [new file with mode: 0644]
cextern/erfa/c2i00b.c [new file with mode: 0644]
cextern/erfa/c2i06a.c [new file with mode: 0644]
cextern/erfa/c2ibpn.c [new file with mode: 0644]
cextern/erfa/c2ixy.c [new file with mode: 0644]
cextern/erfa/c2ixys.c [new file with mode: 0644]
cextern/erfa/c2s.c [new file with mode: 0644]
cextern/erfa/c2t00a.c [new file with mode: 0644]
cextern/erfa/c2t00b.c [new file with mode: 0644]
cextern/erfa/c2t06a.c [new file with mode: 0644]
cextern/erfa/c2tcio.c [new file with mode: 0644]
cextern/erfa/c2teqx.c [new file with mode: 0644]
cextern/erfa/c2tpe.c [new file with mode: 0644]
cextern/erfa/c2txy.c [new file with mode: 0644]
cextern/erfa/cal2jd.c [new file with mode: 0644]
cextern/erfa/cp.c [new file with mode: 0644]
cextern/erfa/cpv.c [new file with mode: 0644]
cextern/erfa/cr.c [new file with mode: 0644]
cextern/erfa/d2dtf.c [new file with mode: 0644]
cextern/erfa/d2tf.c [new file with mode: 0644]
cextern/erfa/dat.c [new file with mode: 0644]
cextern/erfa/dtdb.c [new file with mode: 0644]
cextern/erfa/dtf2d.c [new file with mode: 0644]
cextern/erfa/eceq06.c [new file with mode: 0644]
cextern/erfa/ecm06.c [new file with mode: 0644]
cextern/erfa/ee00.c [new file with mode: 0644]
cextern/erfa/ee00a.c [new file with mode: 0644]
cextern/erfa/ee00b.c [new file with mode: 0644]
cextern/erfa/ee06a.c [new file with mode: 0644]
cextern/erfa/eect00.c [new file with mode: 0644]
cextern/erfa/eform.c [new file with mode: 0644]
cextern/erfa/eo06a.c [new file with mode: 0644]
cextern/erfa/eors.c [new file with mode: 0644]
cextern/erfa/epb.c [new file with mode: 0644]
cextern/erfa/epb2jd.c [new file with mode: 0644]
cextern/erfa/epj.c [new file with mode: 0644]
cextern/erfa/epj2jd.c [new file with mode: 0644]
cextern/erfa/epv00.c [new file with mode: 0644]
cextern/erfa/eqec06.c [new file with mode: 0644]
cextern/erfa/eqeq94.c [new file with mode: 0644]
cextern/erfa/era00.c [new file with mode: 0644]
cextern/erfa/erfa.h [new file with mode: 0644]
cextern/erfa/erfam.h [new file with mode: 0644]
cextern/erfa/fad03.c [new file with mode: 0644]
cextern/erfa/fae03.c [new file with mode: 0644]
cextern/erfa/faf03.c [new file with mode: 0644]
cextern/erfa/faju03.c [new file with mode: 0644]
cextern/erfa/fal03.c [new file with mode: 0644]
cextern/erfa/falp03.c [new file with mode: 0644]
cextern/erfa/fama03.c [new file with mode: 0644]
cextern/erfa/fame03.c [new file with mode: 0644]
cextern/erfa/fane03.c [new file with mode: 0644]
cextern/erfa/faom03.c [new file with mode: 0644]
cextern/erfa/fapa03.c [new file with mode: 0644]
cextern/erfa/fasa03.c [new file with mode: 0644]
cextern/erfa/faur03.c [new file with mode: 0644]
cextern/erfa/fave03.c [new file with mode: 0644]
cextern/erfa/fk52h.c [new file with mode: 0644]
cextern/erfa/fk5hip.c [new file with mode: 0644]
cextern/erfa/fk5hz.c [new file with mode: 0644]
cextern/erfa/fw2m.c [new file with mode: 0644]
cextern/erfa/fw2xy.c [new file with mode: 0644]
cextern/erfa/g2icrs.c [new file with mode: 0644]
cextern/erfa/gc2gd.c [new file with mode: 0644]
cextern/erfa/gc2gde.c [new file with mode: 0644]
cextern/erfa/gd2gc.c [new file with mode: 0644]
cextern/erfa/gd2gce.c [new file with mode: 0644]
cextern/erfa/gmst00.c [new file with mode: 0644]
cextern/erfa/gmst06.c [new file with mode: 0644]
cextern/erfa/gmst82.c [new file with mode: 0644]
cextern/erfa/gst00a.c [new file with mode: 0644]
cextern/erfa/gst00b.c [new file with mode: 0644]
cextern/erfa/gst06.c [new file with mode: 0644]
cextern/erfa/gst06a.c [new file with mode: 0644]
cextern/erfa/gst94.c [new file with mode: 0644]
cextern/erfa/h2fk5.c [new file with mode: 0644]
cextern/erfa/hfk5z.c [new file with mode: 0644]
cextern/erfa/icrs2g.c [new file with mode: 0644]
cextern/erfa/ir.c [new file with mode: 0644]
cextern/erfa/jd2cal.c [new file with mode: 0644]
cextern/erfa/jdcalf.c [new file with mode: 0644]
cextern/erfa/ld.c [new file with mode: 0644]
cextern/erfa/ldn.c [new file with mode: 0644]
cextern/erfa/ldsun.c [new file with mode: 0644]
cextern/erfa/lteceq.c [new file with mode: 0644]
cextern/erfa/ltecm.c [new file with mode: 0644]
cextern/erfa/lteqec.c [new file with mode: 0644]
cextern/erfa/ltp.c [new file with mode: 0644]
cextern/erfa/ltpb.c [new file with mode: 0644]
cextern/erfa/ltpecl.c [new file with mode: 0644]
cextern/erfa/ltpequ.c [new file with mode: 0644]
cextern/erfa/num00a.c [new file with mode: 0644]
cextern/erfa/num00b.c [new file with mode: 0644]
cextern/erfa/num06a.c [new file with mode: 0644]
cextern/erfa/numat.c [new file with mode: 0644]
cextern/erfa/nut00a.c [new file with mode: 0644]
cextern/erfa/nut00b.c [new file with mode: 0644]
cextern/erfa/nut06a.c [new file with mode: 0644]
cextern/erfa/nut80.c [new file with mode: 0644]
cextern/erfa/nutm80.c [new file with mode: 0644]
cextern/erfa/obl06.c [new file with mode: 0644]
cextern/erfa/obl80.c [new file with mode: 0644]
cextern/erfa/p06e.c [new file with mode: 0644]
cextern/erfa/p2pv.c [new file with mode: 0644]
cextern/erfa/p2s.c [new file with mode: 0644]
cextern/erfa/pap.c [new file with mode: 0644]
cextern/erfa/pas.c [new file with mode: 0644]
cextern/erfa/pb06.c [new file with mode: 0644]
cextern/erfa/pdp.c [new file with mode: 0644]
cextern/erfa/pfw06.c [new file with mode: 0644]
cextern/erfa/plan94.c [new file with mode: 0644]
cextern/erfa/pm.c [new file with mode: 0644]
cextern/erfa/pmat00.c [new file with mode: 0644]
cextern/erfa/pmat06.c [new file with mode: 0644]
cextern/erfa/pmat76.c [new file with mode: 0644]
cextern/erfa/pmp.c [new file with mode: 0644]
cextern/erfa/pmpx.c [new file with mode: 0644]
cextern/erfa/pmsafe.c [new file with mode: 0644]
cextern/erfa/pn.c [new file with mode: 0644]
cextern/erfa/pn00.c [new file with mode: 0644]
cextern/erfa/pn00a.c [new file with mode: 0644]
cextern/erfa/pn00b.c [new file with mode: 0644]
cextern/erfa/pn06.c [new file with mode: 0644]
cextern/erfa/pn06a.c [new file with mode: 0644]
cextern/erfa/pnm00a.c [new file with mode: 0644]
cextern/erfa/pnm00b.c [new file with mode: 0644]
cextern/erfa/pnm06a.c [new file with mode: 0644]
cextern/erfa/pnm80.c [new file with mode: 0644]
cextern/erfa/pom00.c [new file with mode: 0644]
cextern/erfa/ppp.c [new file with mode: 0644]
cextern/erfa/ppsp.c [new file with mode: 0644]
cextern/erfa/pr00.c [new file with mode: 0644]
cextern/erfa/prec76.c [new file with mode: 0644]
cextern/erfa/pv2p.c [new file with mode: 0644]
cextern/erfa/pv2s.c [new file with mode: 0644]
cextern/erfa/pvdpv.c [new file with mode: 0644]
cextern/erfa/pvm.c [new file with mode: 0644]
cextern/erfa/pvmpv.c [new file with mode: 0644]
cextern/erfa/pvppv.c [new file with mode: 0644]
cextern/erfa/pvstar.c [new file with mode: 0644]
cextern/erfa/pvtob.c [new file with mode: 0644]
cextern/erfa/pvu.c [new file with mode: 0644]
cextern/erfa/pvup.c [new file with mode: 0644]
cextern/erfa/pvxpv.c [new file with mode: 0644]
cextern/erfa/pxp.c [new file with mode: 0644]
cextern/erfa/refco.c [new file with mode: 0644]
cextern/erfa/rm2v.c [new file with mode: 0644]
cextern/erfa/rv2m.c [new file with mode: 0644]
cextern/erfa/rx.c [new file with mode: 0644]
cextern/erfa/rxp.c [new file with mode: 0644]
cextern/erfa/rxpv.c [new file with mode: 0644]
cextern/erfa/rxr.c [new file with mode: 0644]
cextern/erfa/ry.c [new file with mode: 0644]
cextern/erfa/rz.c [new file with mode: 0644]
cextern/erfa/s00.c [new file with mode: 0644]
cextern/erfa/s00a.c [new file with mode: 0644]
cextern/erfa/s00b.c [new file with mode: 0644]
cextern/erfa/s06.c [new file with mode: 0644]
cextern/erfa/s06a.c [new file with mode: 0644]
cextern/erfa/s2c.c [new file with mode: 0644]
cextern/erfa/s2p.c [new file with mode: 0644]
cextern/erfa/s2pv.c [new file with mode: 0644]
cextern/erfa/s2xpv.c [new file with mode: 0644]
cextern/erfa/sepp.c [new file with mode: 0644]
cextern/erfa/seps.c [new file with mode: 0644]
cextern/erfa/sp00.c [new file with mode: 0644]
cextern/erfa/starpm.c [new file with mode: 0644]
cextern/erfa/starpv.c [new file with mode: 0644]
cextern/erfa/sxp.c [new file with mode: 0644]
cextern/erfa/sxpv.c [new file with mode: 0644]
cextern/erfa/taitt.c [new file with mode: 0644]
cextern/erfa/taiut1.c [new file with mode: 0644]
cextern/erfa/taiutc.c [new file with mode: 0644]
cextern/erfa/tcbtdb.c [new file with mode: 0644]
cextern/erfa/tcgtt.c [new file with mode: 0644]
cextern/erfa/tdbtcb.c [new file with mode: 0644]
cextern/erfa/tdbtt.c [new file with mode: 0644]
cextern/erfa/tf2a.c [new file with mode: 0644]
cextern/erfa/tf2d.c [new file with mode: 0644]
cextern/erfa/tr.c [new file with mode: 0644]
cextern/erfa/trxp.c [new file with mode: 0644]
cextern/erfa/trxpv.c [new file with mode: 0644]
cextern/erfa/tttai.c [new file with mode: 0644]
cextern/erfa/tttcg.c [new file with mode: 0644]
cextern/erfa/tttdb.c [new file with mode: 0644]
cextern/erfa/ttut1.c [new file with mode: 0644]
cextern/erfa/ut1tai.c [new file with mode: 0644]
cextern/erfa/ut1tt.c [new file with mode: 0644]
cextern/erfa/ut1utc.c [new file with mode: 0644]
cextern/erfa/utctai.c [new file with mode: 0644]
cextern/erfa/utcut1.c [new file with mode: 0644]
cextern/erfa/xy06.c [new file with mode: 0644]
cextern/erfa/xys00a.c [new file with mode: 0644]
cextern/erfa/xys00b.c [new file with mode: 0644]
cextern/erfa/xys06a.c [new file with mode: 0644]
cextern/erfa/zp.c [new file with mode: 0644]
cextern/erfa/zpv.c [new file with mode: 0644]
cextern/erfa/zr.c [new file with mode: 0644]
cextern/expat/CMake.README [new file with mode: 0755]
cextern/expat/CMakeLists.txt [new file with mode: 0755]
cextern/expat/COPYING [new file with mode: 0755]
cextern/expat/Changes [new file with mode: 0755]
cextern/expat/ConfigureChecks.cmake [new file with mode: 0755]
cextern/expat/MANIFEST [new file with mode: 0755]
cextern/expat/Makefile.in [new file with mode: 0755]
cextern/expat/README [new file with mode: 0755]
cextern/expat/aclocal.m4 [new file with mode: 0644]
cextern/expat/amiga/Makefile [new file with mode: 0755]
cextern/expat/amiga/README.txt [new file with mode: 0755]
cextern/expat/amiga/expat.xml [new file with mode: 0755]
cextern/expat/amiga/expat_68k.c [new file with mode: 0644]
cextern/expat/amiga/expat_68k.h [new file with mode: 0755]
cextern/expat/amiga/expat_68k_handler_stubs.c [new file with mode: 0755]
cextern/expat/amiga/expat_base.h [new file with mode: 0644]
cextern/expat/amiga/expat_lib.c [new file with mode: 0755]
cextern/expat/amiga/expat_vectors.c [new file with mode: 0755]
cextern/expat/amiga/include/inline4/expat.h [new file with mode: 0755]
cextern/expat/amiga/include/interfaces/expat.h [new file with mode: 0755]
cextern/expat/amiga/include/libraries/expat.h [new file with mode: 0755]
cextern/expat/amiga/include/proto/expat.h [new file with mode: 0755]
cextern/expat/amiga/launch.c [new file with mode: 0755]
cextern/expat/amiga/stdlib.c [new file with mode: 0755]
cextern/expat/bcb5/README.txt [new file with mode: 0755]
cextern/expat/bcb5/all_projects.bpg [new file with mode: 0755]
cextern/expat/bcb5/elements.bpf [new file with mode: 0755]
cextern/expat/bcb5/elements.bpr [new file with mode: 0755]
cextern/expat/bcb5/elements.mak [new file with mode: 0755]
cextern/expat/bcb5/expat.bpf [new file with mode: 0755]
cextern/expat/bcb5/expat.bpr [new file with mode: 0755]
cextern/expat/bcb5/expat.mak [new file with mode: 0755]
cextern/expat/bcb5/expat_static.bpf [new file with mode: 0755]
cextern/expat/bcb5/expat_static.bpr [new file with mode: 0755]
cextern/expat/bcb5/expat_static.mak [new file with mode: 0755]
cextern/expat/bcb5/expatw.bpf [new file with mode: 0755]
cextern/expat/bcb5/expatw.bpr [new file with mode: 0755]
cextern/expat/bcb5/expatw.mak [new file with mode: 0755]
cextern/expat/bcb5/expatw_static.bpf [new file with mode: 0755]
cextern/expat/bcb5/expatw_static.bpr [new file with mode: 0755]
cextern/expat/bcb5/expatw_static.mak [new file with mode: 0755]
cextern/expat/bcb5/libexpat_mtd.def [new file with mode: 0755]
cextern/expat/bcb5/libexpatw_mtd.def [new file with mode: 0755]
cextern/expat/bcb5/makefile.mak [new file with mode: 0755]
cextern/expat/bcb5/outline.bpf [new file with mode: 0755]
cextern/expat/bcb5/outline.bpr [new file with mode: 0755]
cextern/expat/bcb5/outline.mak [new file with mode: 0755]
cextern/expat/bcb5/setup.bat [new file with mode: 0755]
cextern/expat/bcb5/xmlwf.bpf [new file with mode: 0755]
cextern/expat/bcb5/xmlwf.bpr [new file with mode: 0755]
cextern/expat/bcb5/xmlwf.mak [new file with mode: 0755]
cextern/expat/configure [new file with mode: 0755]
cextern/expat/configure.in [new file with mode: 0755]
cextern/expat/conftools/PrintPath [new file with mode: 0755]
cextern/expat/conftools/ac_c_bigendian_cross.m4 [new file with mode: 0755]
cextern/expat/conftools/expat.m4 [new file with mode: 0755]
cextern/expat/conftools/get-version.sh [new file with mode: 0755]
cextern/expat/conftools/install-sh [new file with mode: 0755]
cextern/expat/conftools/ltmain.sh [new file with mode: 0755]
cextern/expat/doc/expat.png [new file with mode: 0755]
cextern/expat/doc/reference.html [new file with mode: 0755]
cextern/expat/doc/style.css [new file with mode: 0755]
cextern/expat/doc/valid-xhtml10.png [new file with mode: 0755]
cextern/expat/doc/xmlwf.1 [new file with mode: 0755]
cextern/expat/doc/xmlwf.sgml [new file with mode: 0755]
cextern/expat/examples/elements.c [new file with mode: 0755]
cextern/expat/examples/elements.dsp [new file with mode: 0755]
cextern/expat/examples/outline.c [new file with mode: 0755]
cextern/expat/examples/outline.dsp [new file with mode: 0755]
cextern/expat/expat.dsw [new file with mode: 0755]
cextern/expat/expat.pc.in [new file with mode: 0644]
cextern/expat/expat_config.h.cmake [new file with mode: 0755]
cextern/expat/expat_config.h.in [new file with mode: 0755]
cextern/expat/lib/Makefile.MPW [new file with mode: 0755]
cextern/expat/lib/amigaconfig.h [new file with mode: 0755]
cextern/expat/lib/ascii.h [new file with mode: 0755]
cextern/expat/lib/asciitab.h [new file with mode: 0755]
cextern/expat/lib/expat.dsp [new file with mode: 0755]
cextern/expat/lib/expat.h [new file with mode: 0755]
cextern/expat/lib/expat_external.h [new file with mode: 0755]
cextern/expat/lib/expat_static.dsp [new file with mode: 0755]
cextern/expat/lib/expatw.dsp [new file with mode: 0755]
cextern/expat/lib/expatw_static.dsp [new file with mode: 0755]
cextern/expat/lib/iasciitab.h [new file with mode: 0755]
cextern/expat/lib/internal.h [new file with mode: 0755]
cextern/expat/lib/latin1tab.h [new file with mode: 0755]
cextern/expat/lib/libexpat.def [new file with mode: 0755]
cextern/expat/lib/libexpatw.def [new file with mode: 0755]
cextern/expat/lib/macconfig.h [new file with mode: 0755]
cextern/expat/lib/nametab.h [new file with mode: 0755]
cextern/expat/lib/utf8tab.h [new file with mode: 0755]
cextern/expat/lib/winconfig.h [new file with mode: 0755]
cextern/expat/lib/xmlparse.c [new file with mode: 0755]
cextern/expat/lib/xmlrole.c [new file with mode: 0755]
cextern/expat/lib/xmlrole.h [new file with mode: 0755]
cextern/expat/lib/xmltok.c [new file with mode: 0755]
cextern/expat/lib/xmltok.h [new file with mode: 0755]
cextern/expat/lib/xmltok_impl.c [new file with mode: 0755]
cextern/expat/lib/xmltok_impl.h [new file with mode: 0755]
cextern/expat/lib/xmltok_ns.c [new file with mode: 0755]
cextern/expat/m4/libtool.m4 [new file with mode: 0644]
cextern/expat/m4/ltoptions.m4 [new file with mode: 0644]
cextern/expat/m4/ltsugar.m4 [new file with mode: 0644]
cextern/expat/m4/ltversion.m4 [new file with mode: 0644]
cextern/expat/m4/lt~obsolete.m4 [new file with mode: 0644]
cextern/expat/tests/README.txt [new file with mode: 0755]
cextern/expat/tests/benchmark/README.txt [new file with mode: 0755]
cextern/expat/tests/benchmark/benchmark.c [new file with mode: 0755]
cextern/expat/tests/benchmark/benchmark.dsp [new file with mode: 0755]
cextern/expat/tests/benchmark/benchmark.dsw [new file with mode: 0755]
cextern/expat/tests/chardata.c [new file with mode: 0755]
cextern/expat/tests/chardata.h [new file with mode: 0755]
cextern/expat/tests/minicheck.c [new file with mode: 0755]
cextern/expat/tests/minicheck.h [new file with mode: 0755]
cextern/expat/tests/runtests.c [new file with mode: 0755]
cextern/expat/tests/runtestspp.cpp [new file with mode: 0755]
cextern/expat/tests/xmltest.sh [new file with mode: 0755]
cextern/expat/vms/README.vms [new file with mode: 0755]
cextern/expat/vms/descrip.mms [new file with mode: 0755]
cextern/expat/vms/expat_config.h [new file with mode: 0755]
cextern/expat/win32/MANIFEST.txt [new file with mode: 0755]
cextern/expat/win32/README.txt [new file with mode: 0755]
cextern/expat/win32/expat.iss [new file with mode: 0755]
cextern/expat/xmlwf/codepage.c [new file with mode: 0755]
cextern/expat/xmlwf/codepage.h [new file with mode: 0755]
cextern/expat/xmlwf/ct.c [new file with mode: 0755]
cextern/expat/xmlwf/filemap.h [new file with mode: 0755]
cextern/expat/xmlwf/readfilemap.c [new file with mode: 0755]
cextern/expat/xmlwf/unixfilemap.c [new file with mode: 0755]
cextern/expat/xmlwf/win32filemap.c [new file with mode: 0755]
cextern/expat/xmlwf/xmlfile.c [new file with mode: 0755]
cextern/expat/xmlwf/xmlfile.h [new file with mode: 0755]
cextern/expat/xmlwf/xmlmime.c [new file with mode: 0755]
cextern/expat/xmlwf/xmlmime.h [new file with mode: 0755]
cextern/expat/xmlwf/xmltchar.h [new file with mode: 0755]
cextern/expat/xmlwf/xmlurl.h [new file with mode: 0755]
cextern/expat/xmlwf/xmlwf.c [new file with mode: 0755]
cextern/expat/xmlwf/xmlwf.dsp [new file with mode: 0755]
cextern/expat/xmlwf/xmlwin32url.cxx [new file with mode: 0755]
cextern/trim_wcslib.sh [new file with mode: 0755]
cextern/wcslib/C/GNUmakefile [new file with mode: 0644]
cextern/wcslib/C/cel.c [new file with mode: 0644]
cextern/wcslib/C/cel.h [new file with mode: 0644]
cextern/wcslib/C/dis.c [new file with mode: 0644]
cextern/wcslib/C/dis.h [new file with mode: 0644]
cextern/wcslib/C/fitshdr.h [new file with mode: 0644]
cextern/wcslib/C/fitshdr.l [new file with mode: 0644]
cextern/wcslib/C/flexed/README [new file with mode: 0644]
cextern/wcslib/C/flexed/fitshdr.c [new file with mode: 0644]
cextern/wcslib/C/flexed/wcsbth.c [new file with mode: 0644]
cextern/wcslib/C/flexed/wcspih.c [new file with mode: 0644]
cextern/wcslib/C/flexed/wcsulex.c [new file with mode: 0644]
cextern/wcslib/C/flexed/wcsutrn.c [new file with mode: 0644]
cextern/wcslib/C/getwcstab.c [new file with mode: 0644]
cextern/wcslib/C/getwcstab.h [new file with mode: 0644]
cextern/wcslib/C/lin.c [new file with mode: 0644]
cextern/wcslib/C/lin.h [new file with mode: 0644]
cextern/wcslib/C/log.c [new file with mode: 0644]
cextern/wcslib/C/log.h [new file with mode: 0644]
cextern/wcslib/C/prj.c [new file with mode: 0644]
cextern/wcslib/C/prj.h [new file with mode: 0644]
cextern/wcslib/C/spc.c [new file with mode: 0644]
cextern/wcslib/C/spc.h [new file with mode: 0644]
cextern/wcslib/C/sph.c [new file with mode: 0644]
cextern/wcslib/C/sph.h [new file with mode: 0644]
cextern/wcslib/C/spx.c [new file with mode: 0644]
cextern/wcslib/C/spx.h [new file with mode: 0644]
cextern/wcslib/C/tab.c [new file with mode: 0644]
cextern/wcslib/C/tab.h [new file with mode: 0644]
cextern/wcslib/C/wcs.c [new file with mode: 0644]
cextern/wcslib/C/wcs.h [new file with mode: 0644]
cextern/wcslib/C/wcsbth.l [new file with mode: 0644]
cextern/wcslib/C/wcserr.c [new file with mode: 0644]
cextern/wcslib/C/wcserr.h [new file with mode: 0644]
cextern/wcslib/C/wcsfix.c [new file with mode: 0644]
cextern/wcslib/C/wcsfix.h [new file with mode: 0644]
cextern/wcslib/C/wcshdr.c [new file with mode: 0644]
cextern/wcslib/C/wcshdr.h [new file with mode: 0644]
cextern/wcslib/C/wcslib.h [new file with mode: 0644]
cextern/wcslib/C/wcsmath.h [new file with mode: 0644]
cextern/wcslib/C/wcspih.l [new file with mode: 0644]
cextern/wcslib/C/wcsprintf.c [new file with mode: 0644]
cextern/wcslib/C/wcsprintf.h [new file with mode: 0644]
cextern/wcslib/C/wcstrig.c [new file with mode: 0644]
cextern/wcslib/C/wcstrig.h [new file with mode: 0644]
cextern/wcslib/C/wcsulex.l [new file with mode: 0644]
cextern/wcslib/C/wcsunits.c [new file with mode: 0644]
cextern/wcslib/C/wcsunits.h [new file with mode: 0644]
cextern/wcslib/C/wcsutil.c [new file with mode: 0644]
cextern/wcslib/C/wcsutil.h [new file with mode: 0644]
cextern/wcslib/C/wcsutrn.l [new file with mode: 0644]
cextern/wcslib/CHANGES [new file with mode: 0644]
cextern/wcslib/COPYING [new file with mode: 0644]
cextern/wcslib/COPYING.LESSER [new file with mode: 0644]
cextern/wcslib/GNUmakefile [new file with mode: 0644]
cextern/wcslib/INSTALL [new file with mode: 0644]
cextern/wcslib/README [new file with mode: 0644]
cextern/wcslib/THANKS [new file with mode: 0644]
cextern/wcslib/VALIDATION [new file with mode: 0644]
cextern/wcslib/config/config.guess [new file with mode: 0755]
cextern/wcslib/config/config.sub [new file with mode: 0755]
cextern/wcslib/config/elisp-comp [new file with mode: 0755]
cextern/wcslib/config/install-sh [new file with mode: 0755]
cextern/wcslib/config/mdate-sh [new file with mode: 0755]
cextern/wcslib/config/missing [new file with mode: 0755]
cextern/wcslib/config/mkinstalldirs [new file with mode: 0755]
cextern/wcslib/config/move-if-change [new file with mode: 0755]
cextern/wcslib/configure [new file with mode: 0755]
cextern/wcslib/configure.ac [new file with mode: 0644]
cextern/wcslib/flavours [new file with mode: 0644]
cextern/wcslib/makedefs.in [new file with mode: 0644]
cextern/wcslib/wcsconfig.h.in [new file with mode: 0644]
cextern/wcslib/wcsconfig_f77.h.in [new file with mode: 0644]
cextern/wcslib/wcsconfig_tests.h.in [new file with mode: 0644]
cextern/wcslib/wcsconfig_utils.h.in [new file with mode: 0644]
cextern/wcslib/wcslib.pc.in [new file with mode: 0644]
docs/Makefile [new file with mode: 0644]
docs/_pkgtemplate.rst [new file with mode: 0644]
docs/_static/astropy_banner.svg [new file with mode: 0644]
docs/_static/astropy_banner_96.png [new file with mode: 0644]
docs/_static/astropy_logo.pdf [new file with mode: 0644]
docs/_static/timer_prediction_pow10.png [new file with mode: 0644]
docs/_templates/autosummary/base.rst [new file with mode: 0644]
docs/_templates/autosummary/class.rst [new file with mode: 0644]
docs/_templates/autosummary/module.rst [new file with mode: 0644]
docs/analytic_functions/index.rst [new file with mode: 0644]
docs/changelog.rst [new file with mode: 0644]
docs/conf.py [new file with mode: 0644]
docs/config/config_0_4_transition.rst [new file with mode: 0644]
docs/config/index.rst [new file with mode: 0644]
docs/constants/index.rst [new file with mode: 0644]
docs/convolution/images/astropy.png [new file with mode: 0644]
docs/convolution/images/original.png [new file with mode: 0644]
docs/convolution/images/scipy.png [new file with mode: 0644]
docs/convolution/index.rst [new file with mode: 0644]
docs/convolution/kernels.rst [new file with mode: 0644]
docs/convolution/using.rst [new file with mode: 0644]
docs/coordinates/angles.rst [new file with mode: 0644]
docs/coordinates/definitions.rst [new file with mode: 0644]
docs/coordinates/formatting.rst [new file with mode: 0644]
docs/coordinates/frames.rst [new file with mode: 0644]
docs/coordinates/galactocentric.rst [new file with mode: 0644]
docs/coordinates/index.rst [new file with mode: 0644]
docs/coordinates/inplace.rst [new file with mode: 0644]
docs/coordinates/matchsep.rst [new file with mode: 0644]
docs/coordinates/references.txt [new file with mode: 0644]
docs/coordinates/remote_methods.rst [new file with mode: 0644]
docs/coordinates/representations.rst [new file with mode: 0644]
docs/coordinates/skycoord.rst [new file with mode: 0644]
docs/coordinates/solarsystem.rst [new file with mode: 0644]
docs/coordinates/transforming.rst [new file with mode: 0644]
docs/cosmology/index.rst [new file with mode: 0644]
docs/credits.rst [new file with mode: 0644]
docs/development/affiliated-packages.rst [new file with mode: 0644]
docs/development/building.rst [new file with mode: 0644]
docs/development/ccython.rst [new file with mode: 0644]
docs/development/codeguide.rst [new file with mode: 0644]
docs/development/codeguide_emacs.rst [new file with mode: 0644]
docs/development/docguide.rst [new file with mode: 0644]
docs/development/docrules.rst [new file with mode: 0644]
docs/development/releasing.rst [new file with mode: 0644]
docs/development/scripts.rst [new file with mode: 0644]
docs/development/testguide.rst [new file with mode: 0644]
docs/development/vision.rst [new file with mode: 0644]
docs/development/workflow/additional_git_topics.rst [new file with mode: 0644]
docs/development/workflow/branch_dropdown.png [new file with mode: 0644]
docs/development/workflow/command_history.rst [new file with mode: 0644]
docs/development/workflow/command_history.sh [new file with mode: 0644]
docs/development/workflow/command_history_with_output.sh [new file with mode: 0644]
docs/development/workflow/development_workflow.rst [new file with mode: 0644]
docs/development/workflow/forking_button.png [new file with mode: 0644]
docs/development/workflow/get_devel_version.rst [new file with mode: 0644]
docs/development/workflow/git_edit_workflow_examples.rst [new file with mode: 0644]
docs/development/workflow/git_install.rst [new file with mode: 0644]
docs/development/workflow/git_links.inc [new file with mode: 0644]
docs/development/workflow/git_resources.rst [new file with mode: 0644]
docs/development/workflow/known_projects.inc [new file with mode: 0644]
docs/development/workflow/links.inc [new file with mode: 0644]
docs/development/workflow/maintainer_workflow.rst [new file with mode: 0644]
docs/development/workflow/milestone.png [new file with mode: 0644]
docs/development/workflow/patches.rst [new file with mode: 0644]
docs/development/workflow/pull_button.png [new file with mode: 0644]
docs/development/workflow/terminal_cast.rst [new file with mode: 0644]
docs/development/workflow/this_project.inc [new file with mode: 0644]
docs/development/workflow/virtual_pythons.rst [new file with mode: 0644]
docs/development/workflow/virtualenv_detail.rst [new file with mode: 0644]
docs/development/workflow/worked_example_switch_branch.png [new file with mode: 0644]
docs/getting_started.rst [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
docs/install.rst [new file with mode: 0644]
docs/io/ascii/base_classes.rst [new file with mode: 0644]
docs/io/ascii/extension_classes.rst [new file with mode: 0644]
docs/io/ascii/fast_ascii_io.rst [new file with mode: 0644]
docs/io/ascii/fixed_width_gallery.rst [new file with mode: 0644]
docs/io/ascii/index.rst [new file with mode: 0644]
docs/io/ascii/read.rst [new file with mode: 0644]
docs/io/ascii/references.txt [new file with mode: 0644]
docs/io/ascii/toc.txt [new file with mode: 0644]
docs/io/ascii/write.rst [new file with mode: 0644]
docs/io/fits/api/cards.rst [new file with mode: 0644]
docs/io/fits/api/diff.rst [new file with mode: 0644]
docs/io/fits/api/files.rst [new file with mode: 0644]
docs/io/fits/api/hdulists.rst [new file with mode: 0644]
docs/io/fits/api/hdus.rst [new file with mode: 0644]
docs/io/fits/api/headers.rst [new file with mode: 0644]
docs/io/fits/api/images.rst [new file with mode: 0644]
docs/io/fits/api/tables.rst [new file with mode: 0644]
docs/io/fits/api/verification.rst [new file with mode: 0644]
docs/io/fits/appendix/faq.rst [new file with mode: 0644]
docs/io/fits/appendix/header_transition.rst [new file with mode: 0644]
docs/io/fits/appendix/history.rst [new file with mode: 0644]
docs/io/fits/index.rst [new file with mode: 0644]
docs/io/fits/usage/headers.rst [new file with mode: 0644]
docs/io/fits/usage/image.rst [new file with mode: 0644]
docs/io/fits/usage/misc.rst [new file with mode: 0644]
docs/io/fits/usage/scripts.rst [new file with mode: 0644]
docs/io/fits/usage/table.rst [new file with mode: 0644]
docs/io/fits/usage/unfamiliar.rst [new file with mode: 0644]
docs/io/fits/usage/verification.rst [new file with mode: 0644]
docs/io/misc.rst [new file with mode: 0644]
docs/io/registry.rst [new file with mode: 0644]
docs/io/unified.rst [new file with mode: 0644]
docs/io/votable/.gitignore [new file with mode: 0644]
docs/io/votable/api_exceptions.rst [new file with mode: 0644]
docs/io/votable/index.rst [new file with mode: 0644]
docs/io/votable/references.txt [new file with mode: 0644]
docs/known_issues.rst [new file with mode: 0644]
docs/license.rst [new file with mode: 0644]
docs/logging.rst [new file with mode: 0644]
docs/make.bat [new file with mode: 0644]
docs/modeling/algorithms.rst [new file with mode: 0644]
docs/modeling/bounding-boxes.rst [new file with mode: 0644]
docs/modeling/compound-models.rst [new file with mode: 0644]
docs/modeling/fitting.rst [new file with mode: 0644]
docs/modeling/index.rst [new file with mode: 0644]
docs/modeling/links.inc [new file with mode: 0644]
docs/modeling/models.rst [new file with mode: 0644]
docs/modeling/new.rst [new file with mode: 0644]
docs/modeling/parameters.rst [new file with mode: 0644]
docs/nddata/decorator.rst [new file with mode: 0644]
docs/nddata/index.rst [new file with mode: 0644]
docs/nddata/mixins/index.rst [new file with mode: 0644]
docs/nddata/mixins/ndarithmetic.rst [new file with mode: 0644]
docs/nddata/mixins/ndio.rst [new file with mode: 0644]
docs/nddata/mixins/ndslicing.rst [new file with mode: 0644]
docs/nddata/nddata.rst [new file with mode: 0644]
docs/nddata/subclassing.rst [new file with mode: 0644]
docs/nddata/utils.rst [new file with mode: 0644]
docs/nitpick-exceptions [new file with mode: 0644]
docs/overview.rst [new file with mode: 0644]
docs/stability.rst [new file with mode: 0644]
docs/stats/index.rst [new file with mode: 0644]
docs/stats/lombscargle.rst [new file with mode: 0644]
docs/table/access_table.rst [new file with mode: 0644]
docs/table/construct_table.rst [new file with mode: 0644]
docs/table/implementation_change_1.0.rst [new file with mode: 0644]
docs/table/implementation_details.rst [new file with mode: 0644]
docs/table/index.rst [new file with mode: 0644]
docs/table/indexing.rst [new file with mode: 0644]
docs/table/io.rst [new file with mode: 0644]
docs/table/masking.rst [new file with mode: 0644]
docs/table/mixin_columns.rst [new file with mode: 0644]
docs/table/modify_table.rst [new file with mode: 0644]
docs/table/operations.rst [new file with mode: 0644]
docs/table/pandas.rst [new file with mode: 0644]
docs/table/references.txt [new file with mode: 0644]
docs/table/table_after_1.0.png [new file with mode: 0644]
docs/table/table_architecture.png [new file with mode: 0644]
docs/table/table_before_1.0.png [new file with mode: 0644]
docs/table/table_column_after_1.0.png [new file with mode: 0644]
docs/table/table_column_before_1.0.png [new file with mode: 0644]
docs/table/table_repr_html.png [new file with mode: 0644]
docs/table/table_row.png [new file with mode: 0644]
docs/table/table_row_after_1.0.png [new file with mode: 0644]
docs/table/table_row_before_1.0.png [new file with mode: 0644]
docs/table/table_show_in_nb.png [new file with mode: 0644]
docs/testhelpers.rst [new file with mode: 0644]
docs/time/index.rst [new file with mode: 0644]
docs/time/references.txt [new file with mode: 0644]
docs/time/time_scale_conversion.odg [new file with mode: 0644]
docs/time/time_scale_conversion.png [new file with mode: 0644]
docs/units/combining_and_defining.rst [new file with mode: 0644]
docs/units/conversion.rst [new file with mode: 0644]
docs/units/decomposing_and_composing.rst [new file with mode: 0644]
docs/units/equivalencies.rst [new file with mode: 0644]
docs/units/format.rst [new file with mode: 0644]
docs/units/index.rst [new file with mode: 0644]
docs/units/logarithmic_units.rst [new file with mode: 0644]
docs/units/quantity.rst [new file with mode: 0644]
docs/units/standard_units.rst [new file with mode: 0644]
docs/utils/iers.rst [new file with mode: 0644]
docs/utils/index.rst [new file with mode: 0644]
docs/utils/numpy.rst [new file with mode: 0644]
docs/visualization/histogram.rst [new file with mode: 0644]
docs/visualization/index.rst [new file with mode: 0644]
docs/visualization/lupton_rgb.rst [new file with mode: 0644]
docs/visualization/normalization.rst [new file with mode: 0644]
docs/visualization/wcsaxes/controlling_axes.rst [new file with mode: 0644]
docs/visualization/wcsaxes/custom_frames.rst [new file with mode: 0644]
docs/visualization/wcsaxes/images_contours.rst [new file with mode: 0644]
docs/visualization/wcsaxes/index.rst [new file with mode: 0644]
docs/visualization/wcsaxes/initializing_axes.rst [new file with mode: 0644]
docs/visualization/wcsaxes/overlaying_coordinate_systems.rst [new file with mode: 0644]
docs/visualization/wcsaxes/overlays.rst [new file with mode: 0644]
docs/visualization/wcsaxes/slicing_datacubes.rst [new file with mode: 0644]
docs/visualization/wcsaxes/ticks_labels_grid.rst [new file with mode: 0644]
docs/vo/conesearch/client.rst [new file with mode: 0644]
docs/vo/conesearch/images/astropy_vo_flowchart.png [new file with mode: 0644]
docs/vo/conesearch/images/client_predict_search_n.png [new file with mode: 0644]
docs/vo/conesearch/images/client_predict_search_t.png [new file with mode: 0644]
docs/vo/conesearch/images/validator_html_1.png [new file with mode: 0644]
docs/vo/conesearch/images/validator_html_2.png [new file with mode: 0644]
docs/vo/conesearch/images/validator_html_3.png [new file with mode: 0644]
docs/vo/conesearch/images/validator_html_4.png [new file with mode: 0644]
docs/vo/conesearch/index.rst [new file with mode: 0644]
docs/vo/conesearch/validator.rst [new file with mode: 0644]
docs/vo/index.rst [new file with mode: 0644]
docs/vo/samp/advanced_embed_samp_hub.rst [new file with mode: 0644]
docs/vo/samp/example_clients.rst [new file with mode: 0644]
docs/vo/samp/example_hub.rst [new file with mode: 0644]
docs/vo/samp/example_table_image.rst [new file with mode: 0644]
docs/vo/samp/index.rst [new file with mode: 0644]
docs/vo/samp/references.txt [new file with mode: 0644]
docs/warnings.rst [new file with mode: 0644]
docs/wcs/examples/from_file.py [new file with mode: 0644]
docs/wcs/examples/programmatic.py [new file with mode: 0644]
docs/wcs/history.rst [new file with mode: 0644]
docs/wcs/index.rst [new file with mode: 0644]
docs/wcs/note_sip.rst [new file with mode: 0644]
docs/wcs/references.rst [new file with mode: 0644]
docs/wcs/references.txt [new file with mode: 0644]
docs/wcs/relax.rst [new file with mode: 0644]
docs/whatsnew/0.1.rst [new file with mode: 0644]
docs/whatsnew/0.2.rst [new file with mode: 0644]
docs/whatsnew/0.3.rst [new file with mode: 0644]
docs/whatsnew/0.4.rst [new file with mode: 0644]
docs/whatsnew/1.0.rst [new file with mode: 0644]
docs/whatsnew/1.1.rst [new file with mode: 0644]
docs/whatsnew/1.2.rst [new file with mode: 0644]
docs/whatsnew/1.3.rst [new file with mode: 0644]
docs/whatsnew/index.rst [new file with mode: 0644]
ez_setup.py [new file with mode: 0644]
licenses/AURA_LICENSE.rst [new file with mode: 0644]
licenses/CONFIGOBJ_LICENSE.rst [new file with mode: 0644]
licenses/DATATABLES_LICENSE.rst [new file with mode: 0644]
licenses/ERFA.rst [new file with mode: 0644]
licenses/EXPAT_LICENSE.rst [new file with mode: 0644]
licenses/FUTURES_LICENSE.rst [new file with mode: 0644]
licenses/JQUERY_LICENSE.rst [new file with mode: 0644]
licenses/LICENSE.rst [new file with mode: 0644]
licenses/NUMPY_LICENSE.rst [new file with mode: 0644]
licenses/PLY_LICENSE.rst [new file with mode: 0644]
licenses/PYFITS.rst [new file with mode: 0644]
licenses/PYTEST_LICENSE.rst [new file with mode: 0644]
licenses/README.rst [new file with mode: 0644]
licenses/SIX_LICENSE.rst [new file with mode: 0644]
licenses/SPHINXEXT_LICENSES.rst [new file with mode: 0644]
licenses/SYMPY.rst [new file with mode: 0644]
licenses/WCSLIB_LICENSE.rst [new file with mode: 0644]
pip-requirements [new file with mode: 0644]
pip-requirements-dev [new file with mode: 0644]
pip-requirements-doc [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0755]
static/wininst_background.bmp [new file with mode: 0644]