Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/afcaccf055ff633d4d644d8c8dc8961b to your computer and use it in GitHub Desktop.
Save ryantm/afcaccf055ff633d4d644d8c8dc8961b to your computer and use it in GitHub Desktop.
/nix/store/s4bfdwp91z2l7qaxcmzv8sp9lai6cd9y-python3.7-astropy-3.1.2
├── bin
│   ├── fits2bitmap
│   ├── fitscheck
│   ├── fitsdiff
│   ├── fitsheader
│   ├── fitsinfo
│   ├── samp_hub
│   ├── showtable
│   ├── volint
│   └── wcslint
├── lib
│   └── python3.7
│   └── site-packages
│   ├── astropy
│   │   ├── astropy.cfg
│   │   ├── CITATION
│   │   ├── _compiler.cpython-37m-x86_64-linux-gnu.so
│   │   ├── config
│   │   │   ├── affiliated.py
│   │   │   ├── configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── paths.py
│   │   │   ├── __pycache__
│   │   │   │   ├── affiliated.cpython-37.pyc
│   │   │   │   ├── configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── paths.cpython-37.pyc
│   │   │   │   └── setup_package.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   └── tests
│   │   │   ├── data
│   │   │   │   ├── alias.cfg
│   │   │   │   ├── astropy.0.3.cfg
│   │   │   │   ├── astropy.0.3.windows.cfg
│   │   │   │   ├── deprecated.cfg
│   │   │   │   ├── empty.cfg
│   │   │   │   └── not_empty.cfg
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── test_configs.cpython-37.pyc
│   │   │   └── test_configs.py
│   │   ├── conftest.py
│   │   ├── constants
│   │   │   ├── astropyconst13.py
│   │   │   ├── astropyconst20.py
│   │   │   ├── cgs.py
│   │   │   ├── codata2010.py
│   │   │   ├── codata2014.py
│   │   │   ├── constant.py
│   │   │   ├── iau2012.py
│   │   │   ├── iau2015.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── astropyconst13.cpython-37.pyc
│   │   │   │   ├── astropyconst20.cpython-37.pyc
│   │   │   │   ├── cgs.cpython-37.pyc
│   │   │   │   ├── codata2010.cpython-37.pyc
│   │   │   │   ├── codata2014.cpython-37.pyc
│   │   │   │   ├── constant.cpython-37.pyc
│   │   │   │   ├── iau2012.cpython-37.pyc
│   │   │   │   ├── iau2015.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── si.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── si.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_constant.cpython-37.pyc
│   │   │   │   │   ├── test_pickle.cpython-37.pyc
│   │   │   │   │   └── test_prior_version.cpython-37.pyc
│   │   │   │   ├── test_constant.py
│   │   │   │   ├── test_pickle.py
│   │   │   │   └── test_prior_version.py
│   │   │   └── utils.py
│   │   ├── convolution
│   │   │   ├── _convolve.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── convolve.py
│   │   │   ├── core.py
│   │   │   ├── __init__.py
│   │   │   ├── kernels.py
│   │   │   ├── __pycache__
│   │   │   │   ├── convolve.cpython-37.pyc
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── kernels.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_convolve.cpython-37.pyc
│   │   │   │   │   ├── test_convolve_fft.cpython-37.pyc
│   │   │   │   │   ├── test_convolve_kernels.cpython-37.pyc
│   │   │   │   │   ├── test_convolve_models.cpython-37.pyc
│   │   │   │   │   ├── test_convolve_nddata.cpython-37.pyc
│   │   │   │   │   ├── test_convolve_speeds.cpython-37.pyc
│   │   │   │   │   ├── test_discretize.cpython-37.pyc
│   │   │   │   │   ├── test_kernel_class.cpython-37.pyc
│   │   │   │   │   └── test_pickle.cpython-37.pyc
│   │   │   │   ├── test_convolve_fft.py
│   │   │   │   ├── test_convolve_kernels.py
│   │   │   │   ├── test_convolve_models.py
│   │   │   │   ├── test_convolve_nddata.py
│   │   │   │   ├── test_convolve.py
│   │   │   │   ├── test_convolve_speeds.py
│   │   │   │   ├── test_discretize.py
│   │   │   │   ├── test_kernel_class.py
│   │   │   │   └── test_pickle.py
│   │   │   └── utils.py
│   │   ├── coordinates
│   │   │   ├── angle_lextab.py
│   │   │   ├── angle_parsetab.py
│   │   │   ├── angles.py
│   │   │   ├── angle_utilities.py
│   │   │   ├── attributes.py
│   │   │   ├── baseframe.py
│   │   │   ├── builtin_frames
│   │   │   │   ├── altaz.py
│   │   │   │   ├── baseradec.py
│   │   │   │   ├── cirs_observed_transforms.py
│   │   │   │   ├── cirs.py
│   │   │   │   ├── ecliptic.py
│   │   │   │   ├── ecliptic_transforms.py
│   │   │   │   ├── fk4_fk5_transforms.py
│   │   │   │   ├── fk4.py
│   │   │   │   ├── fk5.py
│   │   │   │   ├── galactic.py
│   │   │   │   ├── galactic_transforms.py
│   │   │   │   ├── galactocentric.py
│   │   │   │   ├── gcrs.py
│   │   │   │   ├── hcrs.py
│   │   │   │   ├── icrs_cirs_transforms.py
│   │   │   │   ├── icrs_fk5_transforms.py
│   │   │   │   ├── icrs.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── intermediate_rotation_transforms.py
│   │   │   │   ├── itrs.py
│   │   │   │   ├── lsr.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── altaz.cpython-37.pyc
│   │   │   │   │   ├── baseradec.cpython-37.pyc
│   │   │   │   │   ├── cirs.cpython-37.pyc
│   │   │   │   │   ├── cirs_observed_transforms.cpython-37.pyc
│   │   │   │   │   ├── ecliptic.cpython-37.pyc
│   │   │   │   │   ├── ecliptic_transforms.cpython-37.pyc
│   │   │   │   │   ├── fk4.cpython-37.pyc
│   │   │   │   │   ├── fk4_fk5_transforms.cpython-37.pyc
│   │   │   │   │   ├── fk5.cpython-37.pyc
│   │   │   │   │   ├── galactic.cpython-37.pyc
│   │   │   │   │   ├── galactic_transforms.cpython-37.pyc
│   │   │   │   │   ├── galactocentric.cpython-37.pyc
│   │   │   │   │   ├── gcrs.cpython-37.pyc
│   │   │   │   │   ├── hcrs.cpython-37.pyc
│   │   │   │   │   ├── icrs_cirs_transforms.cpython-37.pyc
│   │   │   │   │   ├── icrs.cpython-37.pyc
│   │   │   │   │   ├── icrs_fk5_transforms.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── intermediate_rotation_transforms.cpython-37.pyc
│   │   │   │   │   ├── itrs.cpython-37.pyc
│   │   │   │   │   ├── lsr.cpython-37.pyc
│   │   │   │   │   ├── skyoffset.cpython-37.pyc
│   │   │   │   │   ├── supergalactic.cpython-37.pyc
│   │   │   │   │   ├── supergalactic_transforms.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   ├── skyoffset.py
│   │   │   │   ├── supergalactic.py
│   │   │   │   ├── supergalactic_transforms.py
│   │   │   │   └── utils.py
│   │   │   ├── calculation.py
│   │   │   ├── data
│   │   │   │   ├── constellation_data_roman87.dat
│   │   │   │   ├── constellation_names.dat
│   │   │   │   └── sites.json
│   │   │   ├── distances.py
│   │   │   ├── earth_orientation.py
│   │   │   ├── earth.py
│   │   │   ├── errors.py
│   │   │   ├── funcs.py
│   │   │   ├── __init__.py
│   │   │   ├── jparser.py
│   │   │   ├── matching.py
│   │   │   ├── matrix_utilities.py
│   │   │   ├── name_resolve.py
│   │   │   ├── orbital_elements.py
│   │   │   ├── __pycache__
│   │   │   │   ├── angle_lextab.cpython-37.pyc
│   │   │   │   ├── angle_parsetab.cpython-37.pyc
│   │   │   │   ├── angles.cpython-37.pyc
│   │   │   │   ├── angle_utilities.cpython-37.pyc
│   │   │   │   ├── attributes.cpython-37.pyc
│   │   │   │   ├── baseframe.cpython-37.pyc
│   │   │   │   ├── calculation.cpython-37.pyc
│   │   │   │   ├── distances.cpython-37.pyc
│   │   │   │   ├── earth.cpython-37.pyc
│   │   │   │   ├── earth_orientation.cpython-37.pyc
│   │   │   │   ├── errors.cpython-37.pyc
│   │   │   │   ├── funcs.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── jparser.cpython-37.pyc
│   │   │   │   ├── matching.cpython-37.pyc
│   │   │   │   ├── matrix_utilities.cpython-37.pyc
│   │   │   │   ├── name_resolve.cpython-37.pyc
│   │   │   │   ├── orbital_elements.cpython-37.pyc
│   │   │   │   ├── representation.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── sites.cpython-37.pyc
│   │   │   │   ├── sky_coordinate.cpython-37.pyc
│   │   │   │   ├── sky_coordinate_parsers.cpython-37.pyc
│   │   │   │   ├── solar_system.cpython-37.pyc
│   │   │   │   └── transformations.cpython-37.pyc
│   │   │   ├── representation.py
│   │   │   ├── setup_package.py
│   │   │   ├── sites.py
│   │   │   ├── sky_coordinate_parsers.py
│   │   │   ├── sky_coordinate.py
│   │   │   ├── solar_system.py
│   │   │   ├── tests
│   │   │   │   ├── accuracy
│   │   │   │   │   ├── fk4_no_e_fk4.csv
│   │   │   │   │   ├── fk4_no_e_fk5.csv
│   │   │   │   │   ├── galactic_fk4.csv
│   │   │   │   │   ├── generate_ref_ast.py
│   │   │   │   │   ├── icrs_fk5.csv
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── generate_ref_ast.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── test_altaz_icrs.cpython-37.pyc
│   │   │   │   │   │   ├── test_ecliptic.cpython-37.pyc
│   │   │   │   │   │   ├── test_fk4_no_e_fk4.cpython-37.pyc
│   │   │   │   │   │   ├── test_fk4_no_e_fk5.cpython-37.pyc
│   │   │   │   │   │   ├── test_galactic_fk4.cpython-37.pyc
│   │   │   │   │   │   └── test_icrs_fk5.cpython-37.pyc
│   │   │   │   │   ├── test_altaz_icrs.py
│   │   │   │   │   ├── test_ecliptic.py
│   │   │   │   │   ├── test_fk4_no_e_fk4.py
│   │   │   │   │   ├── test_fk4_no_e_fk5.py
│   │   │   │   │   ├── test_galactic_fk4.py
│   │   │   │   │   └── test_icrs_fk5.py
│   │   │   │   ├── conftest.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── conftest.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_angles.cpython-37.pyc
│   │   │   │   │   ├── test_angular_separation.cpython-37.pyc
│   │   │   │   │   ├── test_api_ape5.cpython-37.pyc
│   │   │   │   │   ├── test_arrays.cpython-37.pyc
│   │   │   │   │   ├── test_atc_replacements.cpython-37.pyc
│   │   │   │   │   ├── test_celestial_transformations.cpython-37.pyc
│   │   │   │   │   ├── test_distance.cpython-37.pyc
│   │   │   │   │   ├── test_earth.cpython-37.pyc
│   │   │   │   │   ├── test_finite_difference_velocities.cpython-37.pyc
│   │   │   │   │   ├── test_formatting.cpython-37.pyc
│   │   │   │   │   ├── test_frames.cpython-37.pyc
│   │   │   │   │   ├── test_frames_with_velocity.cpython-37.pyc
│   │   │   │   │   ├── test_funcs.cpython-37.pyc
│   │   │   │   │   ├── test_iau_fullstack.cpython-37.pyc
│   │   │   │   │   ├── test_intermediate_transformations.cpython-37.pyc
│   │   │   │   │   ├── test_matching.cpython-37.pyc
│   │   │   │   │   ├── test_matrix_utilities.cpython-37.pyc
│   │   │   │   │   ├── test_name_resolve.cpython-37.pyc
│   │   │   │   │   ├── test_pickle.cpython-37.pyc
│   │   │   │   │   ├── test_regression.cpython-37.pyc
│   │   │   │   │   ├── test_representation_arithmetic.cpython-37.pyc
│   │   │   │   │   ├── test_representation.cpython-37.pyc
│   │   │   │   │   ├── test_representation_methods.cpython-37.pyc
│   │   │   │   │   ├── test_shape_manipulation.cpython-37.pyc
│   │   │   │   │   ├── test_sites.cpython-37.pyc
│   │   │   │   │   ├── test_sky_coord.cpython-37.pyc
│   │   │   │   │   ├── test_sky_coord_velocities.cpython-37.pyc
│   │   │   │   │   ├── test_skyoffset_transformations.cpython-37.pyc
│   │   │   │   │   ├── test_solar_system.cpython-37.pyc
│   │   │   │   │   ├── test_transformations.cpython-37.pyc
│   │   │   │   │   ├── test_unit_representation.cpython-37.pyc
│   │   │   │   │   ├── test_velocity_corrs.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   ├── test_angles.py
│   │   │   │   ├── test_angular_separation.py
│   │   │   │   ├── test_api_ape5.py
│   │   │   │   ├── test_arrays.py
│   │   │   │   ├── test_atc_replacements.py
│   │   │   │   ├── test_celestial_transformations.py
│   │   │   │   ├── test_distance.py
│   │   │   │   ├── test_earth.py
│   │   │   │   ├── test_finite_difference_velocities.py
│   │   │   │   ├── test_formatting.py
│   │   │   │   ├── test_frames.py
│   │   │   │   ├── test_frames_with_velocity.py
│   │   │   │   ├── test_funcs.py
│   │   │   │   ├── test_iau_fullstack.py
│   │   │   │   ├── test_intermediate_transformations.py
│   │   │   │   ├── test_matching.py
│   │   │   │   ├── test_matrix_utilities.py
│   │   │   │   ├── test_name_resolve.py
│   │   │   │   ├── test_pickle.py
│   │   │   │   ├── test_regression.py
│   │   │   │   ├── test_representation_arithmetic.py
│   │   │   │   ├── test_representation_methods.py
│   │   │   │   ├── test_representation.py
│   │   │   │   ├── test_shape_manipulation.py
│   │   │   │   ├── test_sites.py
│   │   │   │   ├── test_sky_coord.py
│   │   │   │   ├── test_sky_coord_velocities.py
│   │   │   │   ├── test_skyoffset_transformations.py
│   │   │   │   ├── test_solar_system.py
│   │   │   │   ├── test_transformations.py
│   │   │   │   ├── test_unit_representation.py
│   │   │   │   ├── test_velocity_corrs.py
│   │   │   │   └── utils.py
│   │   │   └── transformations.py
│   │   ├── cosmology
│   │   │   ├── core.py
│   │   │   ├── funcs.py
│   │   │   ├── __init__.py
│   │   │   ├── parameters.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── funcs.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── parameters.cpython-37.pyc
│   │   │   ├── scalar_inv_efuncs.cpython-37m-x86_64-linux-gnu.so
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_cosmology.cpython-37.pyc
│   │   │   │   └── test_pickle.cpython-37.pyc
│   │   │   ├── test_cosmology.py
│   │   │   └── test_pickle.py
│   │   ├── cython_version.py
│   │   ├── _erfa
│   │   │   ├── core.py
│   │   │   ├── erfa_generator.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── erfa_generator.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── setup_package.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── test_erfa.cpython-37.pyc
│   │   │   │   └── test_erfa.py
│   │   │   └── ufunc.cpython-37m-x86_64-linux-gnu.so
│   │   ├── extern
│   │   │   ├── bundled
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── six.cpython-37.pyc
│   │   │   │   └── six.py
│   │   │   ├── configobj
│   │   │   │   ├── configobj.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── configobj.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── validate.cpython-37.pyc
│   │   │   │   └── validate.py
│   │   │   ├── css
│   │   │   │   └── jquery.dataTables.css
│   │   │   ├── __init__.py
│   │   │   ├── js
│   │   │   │   ├── jquery-3.1.1.js
│   │   │   │   ├── jquery-3.1.1.min.js
│   │   │   │   ├── jquery.dataTables.js
│   │   │   │   └── jquery.dataTables.min.js
│   │   │   ├── ply
│   │   │   │   ├── cpp.py
│   │   │   │   ├── ctokens.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── lex.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── cpp.cpython-37.pyc
│   │   │   │   │   ├── ctokens.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── lex.cpython-37.pyc
│   │   │   │   │   ├── yacc.cpython-37.pyc
│   │   │   │   │   └── ygen.cpython-37.pyc
│   │   │   │   ├── yacc.py
│   │   │   │   └── ygen.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── six.cpython-37.pyc
│   │   │   │   └── _strptime.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── six.py
│   │   │   └── _strptime.py
│   │   ├── __init__.py
│   │   ├── io
│   │   │   ├── ascii
│   │   │   │   ├── basic.py
│   │   │   │   ├── cds.py
│   │   │   │   ├── connect.py
│   │   │   │   ├── core.py
│   │   │   │   ├── cparser.cpython-37m-x86_64-linux-gnu.so
│   │   │   │   ├── daophot.py
│   │   │   │   ├── ecsv.py
│   │   │   │   ├── fastbasic.py
│   │   │   │   ├── fixedwidth.py
│   │   │   │   ├── html.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── ipac.py
│   │   │   │   ├── latex.py
│   │   │   │   ├── misc.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── basic.cpython-37.pyc
│   │   │   │   │   ├── cds.cpython-37.pyc
│   │   │   │   │   ├── connect.cpython-37.pyc
│   │   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   │   ├── daophot.cpython-37.pyc
│   │   │   │   │   ├── ecsv.cpython-37.pyc
│   │   │   │   │   ├── fastbasic.cpython-37.pyc
│   │   │   │   │   ├── fixedwidth.cpython-37.pyc
│   │   │   │   │   ├── html.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── ipac.cpython-37.pyc
│   │   │   │   │   ├── latex.cpython-37.pyc
│   │   │   │   │   ├── misc.cpython-37.pyc
│   │   │   │   │   ├── rst.cpython-37.pyc
│   │   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   │   ├── sextractor.cpython-37.pyc
│   │   │   │   │   └── ui.cpython-37.pyc
│   │   │   │   ├── rst.py
│   │   │   │   ├── setup_package.py
│   │   │   │   ├── sextractor.py
│   │   │   │   ├── tests
│   │   │   │   │   ├── common.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── test_cds_header_from_readme.cpython-37.pyc
│   │   │   │   │   │   ├── test_compressed.cpython-37.pyc
│   │   │   │   │   │   ├── test_connect.cpython-37.pyc
│   │   │   │   │   │   ├── test_c_reader.cpython-37.pyc
│   │   │   │   │   │   ├── test_ecsv.cpython-37.pyc
│   │   │   │   │   │   ├── test_fixedwidth.cpython-37.pyc
│   │   │   │   │   │   ├── test_html.cpython-37.pyc
│   │   │   │   │   │   ├── test_ipac_definitions.cpython-37.pyc
│   │   │   │   │   │   ├── test_read.cpython-37.pyc
│   │   │   │   │   │   ├── test_rst.cpython-37.pyc
│   │   │   │   │   │   ├── test_types.cpython-37.pyc
│   │   │   │   │   │   └── test_write.cpython-37.pyc
│   │   │   │   │   ├── t
│   │   │   │   │   │   ├── apostrophe.rdb
│   │   │   │   │   │   ├── apostrophe.tab
│   │   │   │   │   │   ├── bad.txt
│   │   │   │   │   │   ├── bars_at_ends.txt
│   │   │   │   │   │   ├── cds
│   │   │   │   │   │   │   ├── description
│   │   │   │   │   │   │   │   ├── ReadMe
│   │   │   │   │   │   │   │   └── table.dat
│   │   │   │   │   │   │   ├── glob
│   │   │   │   │   │   │   │   ├── lmxbrefs.dat
│   │   │   │   │   │   │   │   └── ReadMe
│   │   │   │   │   │   │   └── multi
│   │   │   │   │   │   │   ├── lhs2065.dat
│   │   │   │   │   │   │   ├── lp944-20.dat
│   │   │   │   │   │   │   └── ReadMe
│   │   │   │   │   │   ├── cds2.dat
│   │   │   │   │   │   ├── cds.dat
│   │   │   │   │   │   ├── cds_malformed.dat
│   │   │   │   │   │   ├── commented_header2.dat
│   │   │   │   │   │   ├── commented_header.dat
│   │   │   │   │   │   ├── continuation.dat
│   │   │   │   │   │   ├── daophot2.dat
│   │   │   │   │   │   ├── daophot3.dat
│   │   │   │   │   │   ├── daophot4.dat
│   │   │   │   │   │   ├── daophot.dat
│   │   │   │   │   │   ├── daophot.dat.gz
│   │   │   │   │   │   ├── fill_values.txt
│   │   │   │   │   │   ├── fixed_width_2_line.txt
│   │   │   │   │   │   ├── html2.html
│   │   │   │   │   │   ├── html.html
│   │   │   │   │   │   ├── ipac.dat
│   │   │   │   │   │   ├── ipac.dat.bz2
│   │   │   │   │   │   ├── ipac.dat.xz
│   │   │   │   │   │   ├── latex1.tex
│   │   │   │   │   │   ├── latex1.tex.gz
│   │   │   │   │   │   ├── latex2.tex
│   │   │   │   │   │   ├── latex3.tex
│   │   │   │   │   │   ├── nls1_stackinfo.dbout
│   │   │   │   │   │   ├── no_data_cds.dat
│   │   │   │   │   │   ├── no_data_daophot.dat
│   │   │   │   │   │   ├── no_data_ipac.dat
│   │   │   │   │   │   ├── no_data_sextractor.dat
│   │   │   │   │   │   ├── no_data_with_header.dat
│   │   │   │   │   │   ├── no_data_without_header.dat
│   │   │   │   │   │   ├── sextractor2.dat
│   │   │   │   │   │   ├── sextractor3.dat
│   │   │   │   │   │   ├── sextractor.dat
│   │   │   │   │   │   ├── short.rdb
│   │   │   │   │   │   ├── short.rdb.bz2
│   │   │   │   │   │   ├── short.rdb.gz
│   │   │   │   │   │   ├── short.rdb.xz
│   │   │   │   │   │   ├── short.tab
│   │   │   │   │   │   ├── simple2.txt
│   │   │   │   │   │   ├── simple3.txt
│   │   │   │   │   │   ├── simple4.txt
│   │   │   │   │   │   ├── simple5.txt
│   │   │   │   │   │   ├── simple_csv.csv
│   │   │   │   │   │   ├── simple_csv_missing.csv
│   │   │   │   │   │   ├── simple.txt
│   │   │   │   │   │   ├── space_delim_blank_lines.txt
│   │   │   │   │   │   ├── space_delim_no_header.dat
│   │   │   │   │   │   ├── space_delim_no_names.dat
│   │   │   │   │   │   ├── test4.dat
│   │   │   │   │   │   ├── test5.dat
│   │   │   │   │   │   ├── vizier
│   │   │   │   │   │   │   ├── ReadMe
│   │   │   │   │   │   │   ├── table1.dat
│   │   │   │   │   │   │   └── table5.dat
│   │   │   │   │   │   ├── vots_spec.dat
│   │   │   │   │   │   └── whitespace.dat
│   │   │   │   │   ├── test_cds_header_from_readme.py
│   │   │   │   │   ├── test_compressed.py
│   │   │   │   │   ├── test_connect.py
│   │   │   │   │   ├── test_c_reader.py
│   │   │   │   │   ├── test_ecsv.py
│   │   │   │   │   ├── test_fixedwidth.py
│   │   │   │   │   ├── test_html.py
│   │   │   │   │   ├── test_ipac_definitions.py
│   │   │   │   │   ├── test_read.py
│   │   │   │   │   ├── test_rst.py
│   │   │   │   │   ├── test_types.py
│   │   │   │   │   └── test_write.py
│   │   │   │   └── ui.py
│   │   │   ├── fits
│   │   │   │   ├── card.py
│   │   │   │   ├── column.py
│   │   │   │   ├── compression.cpython-37m-x86_64-linux-gnu.so
│   │   │   │   ├── connect.py
│   │   │   │   ├── convenience.py
│   │   │   │   ├── diff.py
│   │   │   │   ├── file.py
│   │   │   │   ├── fitsrec.py
│   │   │   │   ├── fitstime.py
│   │   │   │   ├── hdu
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── compressed.py
│   │   │   │   │   ├── groups.py
│   │   │   │   │   ├── hdulist.py
│   │   │   │   │   ├── image.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── nonstandard.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   │   ├── compressed.cpython-37.pyc
│   │   │   │   │   │   ├── groups.cpython-37.pyc
│   │   │   │   │   │   ├── hdulist.cpython-37.pyc
│   │   │   │   │   │   ├── image.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── nonstandard.cpython-37.pyc
│   │   │   │   │   │   ├── streaming.cpython-37.pyc
│   │   │   │   │   │   └── table.cpython-37.pyc
│   │   │   │   │   ├── streaming.py
│   │   │   │   │   └── table.py
│   │   │   │   ├── header.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── card.cpython-37.pyc
│   │   │   │   │   ├── column.cpython-37.pyc
│   │   │   │   │   ├── connect.cpython-37.pyc
│   │   │   │   │   ├── convenience.cpython-37.pyc
│   │   │   │   │   ├── diff.cpython-37.pyc
│   │   │   │   │   ├── file.cpython-37.pyc
│   │   │   │   │   ├── fitsrec.cpython-37.pyc
│   │   │   │   │   ├── fitstime.cpython-37.pyc
│   │   │   │   │   ├── header.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   │   ├── util.cpython-37.pyc
│   │   │   │   │   └── verify.cpython-37.pyc
│   │   │   │   ├── scripts
│   │   │   │   │   ├── fitscheck.py
│   │   │   │   │   ├── fitsdiff.py
│   │   │   │   │   ├── fitsheader.py
│   │   │   │   │   ├── fitsinfo.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── fitscheck.cpython-37.pyc
│   │   │   │   │   ├── fitsdiff.cpython-37.pyc
│   │   │   │   │   ├── fitsheader.cpython-37.pyc
│   │   │   │   │   ├── fitsinfo.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.py
│   │   │   │   ├── tests
│   │   │   │   │   ├── data
│   │   │   │   │   │   ├── arange.fits
│   │   │   │   │   │   ├── ascii.fits
│   │   │   │   │   │   ├── blank.fits
│   │   │   │   │   │   ├── btable.fits
│   │   │   │   │   │   ├── chandra_time.fits
│   │   │   │   │   │   ├── checksum.fits
│   │   │   │   │   │   ├── comp.fits
│   │   │   │   │   │   ├── compressed_float_bzero.fits
│   │   │   │   │   │   ├── compressed_image.fits
│   │   │   │   │   │   ├── fixed-1890.fits
│   │   │   │   │   │   ├── group.fits
│   │   │   │   │   │   ├── history_header.fits
│   │   │   │   │   │   ├── memtest.fits
│   │   │   │   │   │   ├── o4sp040b0_raw.fits
│   │   │   │   │   │   ├── random_groups.fits
│   │   │   │   │   │   ├── scale.fits
│   │   │   │   │   │   ├── stddata.fits
│   │   │   │   │   │   ├── table.fits
│   │   │   │   │   │   ├── tb.fits
│   │   │   │   │   │   ├── tdim.fits
│   │   │   │   │   │   ├── test0.fits
│   │   │   │   │   │   ├── test1.fits
│   │   │   │   │   │   ├── variable_length_table.fits
│   │   │   │   │   │   └── zerowidth.fits
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── test_checksum.cpython-37.pyc
│   │   │   │   │   │   ├── test_compression_failures.cpython-37.pyc
│   │   │   │   │   │   ├── test_connect.cpython-37.pyc
│   │   │   │   │   │   ├── test_convenience.cpython-37.pyc
│   │   │   │   │   │   ├── test_core.cpython-37.pyc
│   │   │   │   │   │   ├── test_diff.cpython-37.pyc
│   │   │   │   │   │   ├── test_division.cpython-37.pyc
│   │   │   │   │   │   ├── test_fitscheck.cpython-37.pyc
│   │   │   │   │   │   ├── test_fitsdiff.cpython-37.pyc
│   │   │   │   │   │   ├── test_fitsheader.cpython-37.pyc
│   │   │   │   │   │   ├── test_fitsinfo.cpython-37.pyc
│   │   │   │   │   │   ├── test_fitstime.cpython-37.pyc
│   │   │   │   │   │   ├── test_groups.cpython-37.pyc
│   │   │   │   │   │   ├── test_hdulist.cpython-37.pyc
│   │   │   │   │   │   ├── test_header.cpython-37.pyc
│   │   │   │   │   │   ├── test_image.cpython-37.pyc
│   │   │   │   │   │   ├── test_nonstandard.cpython-37.pyc
│   │   │   │   │   │   ├── test_structured.cpython-37.pyc
│   │   │   │   │   │   ├── test_table.cpython-37.pyc
│   │   │   │   │   │   ├── test_uint.cpython-37.pyc
│   │   │   │   │   │   └── test_util.cpython-37.pyc
│   │   │   │   │   ├── test_checksum.py
│   │   │   │   │   ├── test_compression_failures.py
│   │   │   │   │   ├── test_connect.py
│   │   │   │   │   ├── test_convenience.py
│   │   │   │   │   ├── test_core.py
│   │   │   │   │   ├── test_diff.py
│   │   │   │   │   ├── test_division.py
│   │   │   │   │   ├── test_fitscheck.py
│   │   │   │   │   ├── test_fitsdiff.py
│   │   │   │   │   ├── test_fitsheader.py
│   │   │   │   │   ├── test_fitsinfo.py
│   │   │   │   │   ├── test_fitstime.py
│   │   │   │   │   ├── test_groups.py
│   │   │   │   │   ├── test_hdulist.py
│   │   │   │   │   ├── test_header.py
│   │   │   │   │   ├── test_image.py
│   │   │   │   │   ├── test_nonstandard.py
│   │   │   │   │   ├── test_structured.py
│   │   │   │   │   ├── test_table.py
│   │   │   │   │   ├── test_uint.py
│   │   │   │   │   └── test_util.py
│   │   │   │   ├── util.py
│   │   │   │   └── verify.py
│   │   │   ├── __init__.py
│   │   │   ├── misc
│   │   │   │   ├── asdf
│   │   │   │   │   ├── extension.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── extension.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   │   │   └── types.cpython-37.pyc
│   │   │   │   │   ├── schemas
│   │   │   │   │   │   └── astropy.org
│   │   │   │   │   │   └── astropy
│   │   │   │   │   │   └── coordinates
│   │   │   │   │   │   ├── angle-1.0.0.yaml
│   │   │   │   │   │   ├── frames
│   │   │   │   │   │   │   ├── baseframe-1.0.0.yaml
│   │   │   │   │   │   │   ├── cirs-1.0.0.yaml
│   │   │   │   │   │   │   ├── fk4-1.0.0.yaml
│   │   │   │   │   │   │   ├── fk4noeterms-1.0.0.yaml
│   │   │   │   │   │   │   ├── fk5-1.0.0.yaml
│   │   │   │   │   │   │   ├── galactic-1.0.0.yaml
│   │   │   │   │   │   │   ├── galactocentric-1.0.0.yaml
│   │   │   │   │   │   │   ├── gcrs-1.0.0.yaml
│   │   │   │   │   │   │   ├── icrs-1.0.0.yaml
│   │   │   │   │   │   │   ├── icrs-1.1.0.yaml
│   │   │   │   │   │   │   ├── itrs-1.0.0.yaml
│   │   │   │   │   │   │   └── precessedgeocentric-1.0.0.yaml
│   │   │   │   │   │   ├── latitude-1.0.0.yaml
│   │   │   │   │   │   ├── longitude-1.0.0.yaml
│   │   │   │   │   │   └── representation-1.0.0.yaml
│   │   │   │   │   ├── setup_package.py
│   │   │   │   │   ├── tags
│   │   │   │   │   │   ├── coordinates
│   │   │   │   │   │   │   ├── angle.py
│   │   │   │   │   │   │   ├── frames.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── angle.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── frames.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   └── representation.cpython-37.pyc
│   │   │   │   │   │   │   ├── representation.py
│   │   │   │   │   │   │   └── tests
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── test_angle.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── test_frames.cpython-37.pyc
│   │   │   │   │   │   │   │   └── test_representation.cpython-37.pyc
│   │   │   │   │   │   │   ├── test_angle.py
│   │   │   │   │   │   │   ├── test_frames.py
│   │   │   │   │   │   │   └── test_representation.py
│   │   │   │   │   │   ├── fits
│   │   │   │   │   │   │   ├── fits.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── fits.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   └── setup_package.cpython-37.pyc
│   │   │   │   │   │   │   ├── setup_package.py
│   │   │   │   │   │   │   └── tests
│   │   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   │   └── complex.fits
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   └── test_fits.cpython-37.pyc
│   │   │   │   │   │   │   └── test_fits.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── table
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   └── table.cpython-37.pyc
│   │   │   │   │   │   │   ├── table.py
│   │   │   │   │   │   │   └── tests
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   └── test_table.cpython-37.pyc
│   │   │   │   │   │   │   └── test_table.py
│   │   │   │   │   │   ├── time
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   └── time.cpython-37.pyc
│   │   │   │   │   │   │   ├── tests
│   │   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   │   └── test_time.cpython-37.pyc
│   │   │   │   │   │   │   │   └── test_time.py
│   │   │   │   │   │   │   └── time.py
│   │   │   │   │   │   ├── transform
│   │   │   │   │   │   │   ├── basic.py
│   │   │   │   │   │   │   ├── compound.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── polynomial.py
│   │   │   │   │   │   │   ├── projections.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── basic.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── compound.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── polynomial.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── projections.cpython-37.pyc
│   │   │   │   │   │   │   │   └── tabular.cpython-37.pyc
│   │   │   │   │   │   │   ├── tabular.py
│   │   │   │   │   │   │   └── tests
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   └── test_transform.cpython-37.pyc
│   │   │   │   │   │   │   └── test_transform.py
│   │   │   │   │   │   └── unit
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   ├── quantity.cpython-37.pyc
│   │   │   │   │   │   │   └── unit.cpython-37.pyc
│   │   │   │   │   │   ├── quantity.py
│   │   │   │   │   │   ├── tests
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   │   ├── test_quantity.cpython-37.pyc
│   │   │   │   │   │   │   │   └── test_unit.cpython-37.pyc
│   │   │   │   │   │   │   ├── test_quantity.py
│   │   │   │   │   │   │   └── test_unit.py
│   │   │   │   │   │   └── unit.py
│   │   │   │   │   └── types.py
│   │   │   │   ├── connect.py
│   │   │   │   ├── hdf5.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── pickle_helpers.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── connect.cpython-37.pyc
│   │   │   │   │   ├── hdf5.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── pickle_helpers.cpython-37.pyc
│   │   │   │   │   └── yaml.cpython-37.pyc
│   │   │   │   ├── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── test_hdf5.cpython-37.pyc
│   │   │   │   │   │   ├── test_pickle_helpers.cpython-37.pyc
│   │   │   │   │   │   └── test_yaml.cpython-37.pyc
│   │   │   │   │   ├── test_hdf5.py
│   │   │   │   │   ├── test_pickle_helpers.py
│   │   │   │   │   └── test_yaml.py
│   │   │   │   └── yaml.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── registry.cpython-37.pyc
│   │   │   ├── registry.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── test_registry.cpython-37.pyc
│   │   │   │   └── test_registry.py
│   │   │   └── votable
│   │   │   ├── connect.py
│   │   │   ├── converters.py
│   │   │   ├── data
│   │   │   │   ├── ucd1p-words.txt
│   │   │   │   ├── VOTable.dtd
│   │   │   │   ├── VOTable.v1.1.xsd
│   │   │   │   ├── VOTable.v1.2.xsd
│   │   │   │   └── VOTable.v1.3.xsd
│   │   │   ├── exceptions.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── connect.cpython-37.pyc
│   │   │   │   ├── converters.cpython-37.pyc
│   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── table.cpython-37.pyc
│   │   │   │   ├── tree.cpython-37.pyc
│   │   │   │   ├── ucd.cpython-37.pyc
│   │   │   │   ├── util.cpython-37.pyc
│   │   │   │   ├── volint.cpython-37.pyc
│   │   │   │   └── xmlutil.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── table.py
│   │   │   ├── tablewriter.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── tests
│   │   │   │   ├── converter_test.py
│   │   │   │   ├── data
│   │   │   │   │   ├── custom_datatype.xml
│   │   │   │   │   ├── empty_table.xml
│   │   │   │   │   ├── gemini.xml
│   │   │   │   │   ├── irsa-nph-error.xml
│   │   │   │   │   ├── irsa-nph-m31.xml
│   │   │   │   │   ├── names.xml
│   │   │   │   │   ├── nonstandard_units.xml
│   │   │   │   │   ├── no_resource.txt
│   │   │   │   │   ├── no_resource.xml
│   │   │   │   │   ├── regression.bin.tabledata.truth.1.1.xml
│   │   │   │   │   ├── regression.bin.tabledata.truth.1.3.xml
│   │   │   │   │   ├── regression.xml
│   │   │   │   │   ├── resource_groups.xml
│   │   │   │   │   ├── tb.fits
│   │   │   │   │   ├── too_many_columns.xml.gz
│   │   │   │   │   └── validation.txt
│   │   │   │   ├── exception_test.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── converter_test.cpython-37.pyc
│   │   │   │   │   ├── exception_test.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── resource_test.cpython-37.pyc
│   │   │   │   │   ├── table_test.cpython-37.pyc
│   │   │   │   │   ├── tree_test.cpython-37.pyc
│   │   │   │   │   ├── ucd_test.cpython-37.pyc
│   │   │   │   │   ├── util_test.cpython-37.pyc
│   │   │   │   │   └── vo_test.cpython-37.pyc
│   │   │   │   ├── resource_test.py
│   │   │   │   ├── table_test.py
│   │   │   │   ├── tree_test.py
│   │   │   │   ├── ucd_test.py
│   │   │   │   ├── util_test.py
│   │   │   │   └── vo_test.py
│   │   │   ├── tree.py
│   │   │   ├── ucd.py
│   │   │   ├── util.py
│   │   │   ├── validator
│   │   │   │   ├── html.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── main.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── html.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── main.cpython-37.pyc
│   │   │   │   │   └── result.cpython-37.pyc
│   │   │   │   ├── result.py
│   │   │   │   └── urls
│   │   │   │   ├── cone.big.dat.gz
│   │   │   │   ├── cone.broken.dat.gz
│   │   │   │   ├── cone.good.dat.gz
│   │   │   │   └── cone.incorrect.dat.gz
│   │   │   ├── volint.py
│   │   │   └── xmlutil.py
│   │   ├── logger.py
│   │   ├── modeling
│   │   │   ├── blackbody.py
│   │   │   ├── core.py
│   │   │   ├── fitting.py
│   │   │   ├── functional_models.py
│   │   │   ├── __init__.py
│   │   │   ├── mappings.py
│   │   │   ├── models.py
│   │   │   ├── optimizers.py
│   │   │   ├── parameters.py
│   │   │   ├── polynomial.py
│   │   │   ├── powerlaws.py
│   │   │   ├── _projections.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── projections.py
│   │   │   ├── __pycache__
│   │   │   │   ├── blackbody.cpython-37.pyc
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── fitting.cpython-37.pyc
│   │   │   │   ├── functional_models.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── mappings.cpython-37.pyc
│   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   ├── optimizers.cpython-37.pyc
│   │   │   │   ├── parameters.cpython-37.pyc
│   │   │   │   ├── polynomial.cpython-37.pyc
│   │   │   │   ├── powerlaws.cpython-37.pyc
│   │   │   │   ├── projections.cpython-37.pyc
│   │   │   │   ├── rotations.cpython-37.pyc
│   │   │   │   ├── separable.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── statistic.cpython-37.pyc
│   │   │   │   ├── tabular.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── rotations.py
│   │   │   ├── separable.py
│   │   │   ├── setup_package.py
│   │   │   ├── statistic.py
│   │   │   ├── tabular.py
│   │   │   ├── tests
│   │   │   │   ├── data
│   │   │   │   │   ├── 1904-66_AZP.fits
│   │   │   │   │   ├── hst_sip.hdr
│   │   │   │   │   ├── idcompspec.fits
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── irac_sip.hdr
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── example_models.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── irafutil.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── example_models.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── irafutil.cpython-37.pyc
│   │   │   │   │   ├── test_blackbody.cpython-37.pyc
│   │   │   │   │   ├── test_compound.cpython-37.pyc
│   │   │   │   │   ├── test_constraints.cpython-37.pyc
│   │   │   │   │   ├── test_core.cpython-37.pyc
│   │   │   │   │   ├── test_fitters.cpython-37.pyc
│   │   │   │   │   ├── test_functional_models.cpython-37.pyc
│   │   │   │   │   ├── test_input.cpython-37.pyc
│   │   │   │   │   ├── test_mappings.cpython-37.pyc
│   │   │   │   │   ├── test_models.cpython-37.pyc
│   │   │   │   │   ├── test_model_sets.cpython-37.pyc
│   │   │   │   │   ├── test_models_quantities.cpython-37.pyc
│   │   │   │   │   ├── test_parameters.cpython-37.pyc
│   │   │   │   │   ├── test_polynomial.cpython-37.pyc
│   │   │   │   │   ├── test_projections.cpython-37.pyc
│   │   │   │   │   ├── test_quantities_evaluation.cpython-37.pyc
│   │   │   │   │   ├── test_quantities_fitting.cpython-37.pyc
│   │   │   │   │   ├── test_quantities_model.cpython-37.pyc
│   │   │   │   │   ├── test_quantities_parameters.cpython-37.pyc
│   │   │   │   │   ├── test_quantities_rotations.cpython-37.pyc
│   │   │   │   │   ├── test_rotations.cpython-37.pyc
│   │   │   │   │   ├── test_separable.cpython-37.pyc
│   │   │   │   │   ├── test_utils.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   ├── test_blackbody.py
│   │   │   │   ├── test_compound.py
│   │   │   │   ├── test_constraints.py
│   │   │   │   ├── test_core.py
│   │   │   │   ├── test_fitters.py
│   │   │   │   ├── test_functional_models.py
│   │   │   │   ├── test_input.py
│   │   │   │   ├── test_mappings.py
│   │   │   │   ├── test_model_sets.py
│   │   │   │   ├── test_models.py
│   │   │   │   ├── test_models_quantities.py
│   │   │   │   ├── test_parameters.py
│   │   │   │   ├── test_polynomial.py
│   │   │   │   ├── test_projections.py
│   │   │   │   ├── test_quantities_evaluation.py
│   │   │   │   ├── test_quantities_fitting.py
│   │   │   │   ├── test_quantities_model.py
│   │   │   │   ├── test_quantities_parameters.py
│   │   │   │   ├── test_quantities_rotations.py
│   │   │   │   ├── test_rotations.py
│   │   │   │   ├── test_separable.py
│   │   │   │   ├── test_utils.py
│   │   │   │   └── utils.py
│   │   │   └── utils.py
│   │   ├── nddata
│   │   │   ├── bitmask.py
│   │   │   ├── ccddata.py
│   │   │   ├── compat.py
│   │   │   ├── decorators.py
│   │   │   ├── flag_collection.py
│   │   │   ├── __init__.py
│   │   │   ├── mixins
│   │   │   │   ├── __init__.py
│   │   │   │   ├── ndarithmetic.py
│   │   │   │   ├── ndio.py
│   │   │   │   ├── ndslicing.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── ndarithmetic.cpython-37.pyc
│   │   │   │   │   ├── ndio.cpython-37.pyc
│   │   │   │   │   └── ndslicing.cpython-37.pyc
│   │   │   │   └── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_ndarithmetic.cpython-37.pyc
│   │   │   │   │   ├── test_ndio.cpython-37.pyc
│   │   │   │   │   └── test_ndslicing.cpython-37.pyc
│   │   │   │   ├── test_ndarithmetic.py
│   │   │   │   ├── test_ndio.py
│   │   │   │   └── test_ndslicing.py
│   │   │   ├── nddata_base.py
│   │   │   ├── nddata.py
│   │   │   ├── nddata_withmixins.py
│   │   │   ├── nduncertainty.py
│   │   │   ├── __pycache__
│   │   │   │   ├── bitmask.cpython-37.pyc
│   │   │   │   ├── ccddata.cpython-37.pyc
│   │   │   │   ├── compat.cpython-37.pyc
│   │   │   │   ├── decorators.cpython-37.pyc
│   │   │   │   ├── flag_collection.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── nddata_base.cpython-37.pyc
│   │   │   │   ├── nddata.cpython-37.pyc
│   │   │   │   ├── nddata_withmixins.cpython-37.pyc
│   │   │   │   ├── nduncertainty.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── tests
│   │   │   │   ├── data
│   │   │   │   │   └── sip-wcs.fits
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_bitmask.cpython-37.pyc
│   │   │   │   │   ├── test_ccddata.cpython-37.pyc
│   │   │   │   │   ├── test_compat.cpython-37.pyc
│   │   │   │   │   ├── test_decorators.cpython-37.pyc
│   │   │   │   │   ├── test_flag_collection.cpython-37.pyc
│   │   │   │   │   ├── test_nddata_base.cpython-37.pyc
│   │   │   │   │   ├── test_nddata.cpython-37.pyc
│   │   │   │   │   ├── test_nduncertainty.cpython-37.pyc
│   │   │   │   │   └── test_utils.cpython-37.pyc
│   │   │   │   ├── test_bitmask.py
│   │   │   │   ├── test_ccddata.py
│   │   │   │   ├── test_compat.py
│   │   │   │   ├── test_decorators.py
│   │   │   │   ├── test_flag_collection.py
│   │   │   │   ├── test_nddata_base.py
│   │   │   │   ├── test_nddata.py
│   │   │   │   ├── test_nduncertainty.py
│   │   │   │   └── test_utils.py
│   │   │   └── utils.py
│   │   ├── __pycache__
│   │   │   ├── conftest.cpython-37.pyc
│   │   │   ├── cython_version.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── logger.cpython-37.pyc
│   │   │   ├── setup_package.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── samp
│   │   │   ├── client.py
│   │   │   ├── constants.py
│   │   │   ├── data
│   │   │   │   ├── astropy_icon.png
│   │   │   │   ├── clientaccesspolicy.xml
│   │   │   │   └── crossdomain.xml
│   │   │   ├── errors.py
│   │   │   ├── hub_proxy.py
│   │   │   ├── hub.py
│   │   │   ├── hub_script.py
│   │   │   ├── __init__.py
│   │   │   ├── integrated_client.py
│   │   │   ├── lockfile_helpers.py
│   │   │   ├── __pycache__
│   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   ├── constants.cpython-37.pyc
│   │   │   │   ├── errors.cpython-37.pyc
│   │   │   │   ├── hub.cpython-37.pyc
│   │   │   │   ├── hub_proxy.cpython-37.pyc
│   │   │   │   ├── hub_script.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── integrated_client.cpython-37.pyc
│   │   │   │   ├── lockfile_helpers.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── standard_profile.cpython-37.pyc
│   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   └── web_profile.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── standard_profile.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_client.cpython-37.pyc
│   │   │   │   │   ├── test_errors.cpython-37.pyc
│   │   │   │   │   ├── test_helpers.cpython-37.pyc
│   │   │   │   │   ├── test_hub.cpython-37.pyc
│   │   │   │   │   ├── test_hub_proxy.cpython-37.pyc
│   │   │   │   │   ├── test_hub_script.cpython-37.pyc
│   │   │   │   │   ├── test_standard_profile.cpython-37.pyc
│   │   │   │   │   ├── test_web_profile.cpython-37.pyc
│   │   │   │   │   └── web_profile_test_helpers.cpython-37.pyc
│   │   │   │   ├── test_client.py
│   │   │   │   ├── test_errors.py
│   │   │   │   ├── test_helpers.py
│   │   │   │   ├── test_hub_proxy.py
│   │   │   │   ├── test_hub.py
│   │   │   │   ├── test_hub_script.py
│   │   │   │   ├── test_standard_profile.py
│   │   │   │   ├── test_web_profile.py
│   │   │   │   └── web_profile_test_helpers.py
│   │   │   ├── utils.py
│   │   │   └── web_profile.py
│   │   ├── setup_package.py
│   │   ├── stats
│   │   │   ├── bayesian_blocks.py
│   │   │   ├── biweight.py
│   │   │   ├── bls
│   │   │   │   ├── core.py
│   │   │   │   ├── _impl.cpython-37m-x86_64-linux-gnu.so
│   │   │   │   ├── __init__.py
│   │   │   │   ├── methods.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── methods.cpython-37.pyc
│   │   │   │   │   └── setup_package.cpython-37.pyc
│   │   │   │   ├── setup_package.py
│   │   │   │   └── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── test_bls.cpython-37.pyc
│   │   │   │   └── test_bls.py
│   │   │   ├── circstats.py
│   │   │   ├── funcs.py
│   │   │   ├── histogram.py
│   │   │   ├── info_theory.py
│   │   │   ├── __init__.py
│   │   │   ├── jackknife.py
│   │   │   ├── lombscargle
│   │   │   │   ├── core.py
│   │   │   │   ├── implementations
│   │   │   │   │   ├── chi2_impl.py
│   │   │   │   │   ├── cython_impl.cpython-37m-x86_64-linux-gnu.so
│   │   │   │   │   ├── fastchi2_impl.py
│   │   │   │   │   ├── fast_impl.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── main.py
│   │   │   │   │   ├── mle.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── chi2_impl.cpython-37.pyc
│   │   │   │   │   │   ├── fastchi2_impl.cpython-37.pyc
│   │   │   │   │   │   ├── fast_impl.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── main.cpython-37.pyc
│   │   │   │   │   │   ├── mle.cpython-37.pyc
│   │   │   │   │   │   ├── scipy_impl.cpython-37.pyc
│   │   │   │   │   │   ├── slow_impl.cpython-37.pyc
│   │   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   │   ├── scipy_impl.py
│   │   │   │   │   ├── slow_impl.py
│   │   │   │   │   ├── tests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   ├── test_mle.cpython-37.pyc
│   │   │   │   │   │   │   └── test_utils.cpython-37.pyc
│   │   │   │   │   │   ├── test_mle.py
│   │   │   │   │   │   └── test_utils.py
│   │   │   │   │   └── utils.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _statistics.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   ├── _statistics.py
│   │   │   │   ├── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── test_lombscargle.cpython-37.pyc
│   │   │   │   │   │   ├── test_statistics.cpython-37.pyc
│   │   │   │   │   │   └── test_utils.cpython-37.pyc
│   │   │   │   │   ├── test_lombscargle.py
│   │   │   │   │   ├── test_statistics.py
│   │   │   │   │   └── test_utils.py
│   │   │   │   └── utils.py
│   │   │   ├── __pycache__
│   │   │   │   ├── bayesian_blocks.cpython-37.pyc
│   │   │   │   ├── biweight.cpython-37.pyc
│   │   │   │   ├── circstats.cpython-37.pyc
│   │   │   │   ├── funcs.cpython-37.pyc
│   │   │   │   ├── histogram.cpython-37.pyc
│   │   │   │   ├── info_theory.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── jackknife.cpython-37.pyc
│   │   │   │   ├── sigma_clipping.cpython-37.pyc
│   │   │   │   └── spatial.cpython-37.pyc
│   │   │   ├── sigma_clipping.py
│   │   │   ├── spatial.py
│   │   │   ├── _stats.cpython-37m-x86_64-linux-gnu.so
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_bayesian_blocks.cpython-37.pyc
│   │   │   │   ├── test_biweight.cpython-37.pyc
│   │   │   │   ├── test_circstats.cpython-37.pyc
│   │   │   │   ├── test_funcs.cpython-37.pyc
│   │   │   │   ├── test_histogram.cpython-37.pyc
│   │   │   │   ├── test_info_theory.cpython-37.pyc
│   │   │   │   ├── test_jackknife.cpython-37.pyc
│   │   │   │   ├── test_sigma_clipping.cpython-37.pyc
│   │   │   │   └── test_spatial.cpython-37.pyc
│   │   │   ├── test_bayesian_blocks.py
│   │   │   ├── test_biweight.py
│   │   │   ├── test_circstats.py
│   │   │   ├── test_funcs.py
│   │   │   ├── test_histogram.py
│   │   │   ├── test_info_theory.py
│   │   │   ├── test_jackknife.py
│   │   │   ├── test_sigma_clipping.py
│   │   │   └── test_spatial.py
│   │   ├── table
│   │   │   ├── bst.py
│   │   │   ├── _column_mixins.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── column.py
│   │   │   ├── groups.py
│   │   │   ├── index.py
│   │   │   ├── info.py
│   │   │   ├── __init__.py
│   │   │   ├── jsviewer.py
│   │   │   ├── meta.py
│   │   │   ├── _np_utils.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── np_utils.py
│   │   │   ├── operations.py
│   │   │   ├── pandas.py
│   │   │   ├── pprint.py
│   │   │   ├── __pycache__
│   │   │   │   ├── bst.cpython-37.pyc
│   │   │   │   ├── column.cpython-37.pyc
│   │   │   │   ├── groups.cpython-37.pyc
│   │   │   │   ├── index.cpython-37.pyc
│   │   │   │   ├── info.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── jsviewer.cpython-37.pyc
│   │   │   │   ├── meta.cpython-37.pyc
│   │   │   │   ├── np_utils.cpython-37.pyc
│   │   │   │   ├── operations.cpython-37.pyc
│   │   │   │   ├── pandas.cpython-37.pyc
│   │   │   │   ├── pprint.cpython-37.pyc
│   │   │   │   ├── row.cpython-37.pyc
│   │   │   │   ├── serialize.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── soco.cpython-37.pyc
│   │   │   │   ├── sorted_array.cpython-37.pyc
│   │   │   │   ├── table.cpython-37.pyc
│   │   │   │   └── table_helpers.cpython-37.pyc
│   │   │   ├── row.py
│   │   │   ├── scripts
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── showtable.cpython-37.pyc
│   │   │   │   └── showtable.py
│   │   │   ├── serialize.py
│   │   │   ├── setup_package.py
│   │   │   ├── soco.py
│   │   │   ├── sorted_array.py
│   │   │   ├── table_helpers.py
│   │   │   ├── table.py
│   │   │   └── tests
│   │   │   ├── conftest.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── conftest.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_array.cpython-37.pyc
│   │   │   │   ├── test_bst.cpython-37.pyc
│   │   │   │   ├── test_column.cpython-37.pyc
│   │   │   │   ├── test_groups.cpython-37.pyc
│   │   │   │   ├── test_index.cpython-37.pyc
│   │   │   │   ├── test_info.cpython-37.pyc
│   │   │   │   ├── test_init_table.cpython-37.pyc
│   │   │   │   ├── test_item_access.cpython-37.pyc
│   │   │   │   ├── test_jsviewer.cpython-37.pyc
│   │   │   │   ├── test_masked.cpython-37.pyc
│   │   │   │   ├── test_mixin.cpython-37.pyc
│   │   │   │   ├── test_np_utils.cpython-37.pyc
│   │   │   │   ├── test_operations.cpython-37.pyc
│   │   │   │   ├── test_pickle.cpython-37.pyc
│   │   │   │   ├── test_pprint.cpython-37.pyc
│   │   │   │   ├── test_row.cpython-37.pyc
│   │   │   │   ├── test_showtable.cpython-37.pyc
│   │   │   │   ├── test_subclass.cpython-37.pyc
│   │   │   │   └── test_table.cpython-37.pyc
│   │   │   ├── test_array.py
│   │   │   ├── test_bst.py
│   │   │   ├── test_column.py
│   │   │   ├── test_groups.py
│   │   │   ├── test_index.py
│   │   │   ├── test_info.py
│   │   │   ├── test_init_table.py
│   │   │   ├── test_item_access.py
│   │   │   ├── test_jsviewer.py
│   │   │   ├── test_masked.py
│   │   │   ├── test_mixin.py
│   │   │   ├── test_np_utils.py
│   │   │   ├── test_operations.py
│   │   │   ├── test_pickle.py
│   │   │   ├── test_pprint.py
│   │   │   ├── test_row.py
│   │   │   ├── test_showtable.py
│   │   │   ├── test_subclass.py
│   │   │   └── test_table.py
│   │   ├── tests
│   │   │   ├── command.py
│   │   │   ├── coveragerc
│   │   │   ├── disable_internet.py
│   │   │   ├── helper.py
│   │   │   ├── image_tests.py
│   │   │   ├── __init__.py
│   │   │   ├── plugins
│   │   │   │   ├── config.py
│   │   │   │   ├── display.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── config.cpython-37.pyc
│   │   │   │   ├── display.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── command.cpython-37.pyc
│   │   │   │   ├── disable_internet.cpython-37.pyc
│   │   │   │   ├── helper.cpython-37.pyc
│   │   │   │   ├── image_tests.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── pytest_plugins.cpython-37.pyc
│   │   │   │   ├── runner.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   └── test_logger.cpython-37.pyc
│   │   │   ├── pytest_plugins.py
│   │   │   ├── runner.py
│   │   │   ├── setup_package.py
│   │   │   ├── test_logger.py
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_imports.cpython-37.pyc
│   │   │   │   ├── test_quantity_helpers.cpython-37.pyc
│   │   │   │   ├── test_runner.cpython-37.pyc
│   │   │   │   └── test_run_tests.cpython-37.pyc
│   │   │   ├── test_imports.py
│   │   │   ├── test_quantity_helpers.py
│   │   │   ├── test_runner.py
│   │   │   └── test_run_tests.py
│   │   ├── time
│   │   │   ├── core.py
│   │   │   ├── formats.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── formats.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_basic.cpython-37.pyc
│   │   │   │   │   ├── test_comparisons.cpython-37.pyc
│   │   │   │   │   ├── test_corrs.cpython-37.pyc
│   │   │   │   │   ├── test_delta.cpython-37.pyc
│   │   │   │   │   ├── test_guess.cpython-37.pyc
│   │   │   │   │   ├── test_mask.cpython-37.pyc
│   │   │   │   │   ├── test_methods.cpython-37.pyc
│   │   │   │   │   ├── test_pickle.cpython-37.pyc
│   │   │   │   │   ├── test_precision.cpython-37.pyc
│   │   │   │   │   ├── test_quantity_interaction.cpython-37.pyc
│   │   │   │   │   ├── test_sidereal.cpython-37.pyc
│   │   │   │   │   └── test_ut1.cpython-37.pyc
│   │   │   │   ├── test_basic.py
│   │   │   │   ├── test_comparisons.py
│   │   │   │   ├── test_corrs.py
│   │   │   │   ├── test_delta.py
│   │   │   │   ├── test_guess.py
│   │   │   │   ├── test_mask.py
│   │   │   │   ├── test_methods.py
│   │   │   │   ├── test_pickle.py
│   │   │   │   ├── test_precision.py
│   │   │   │   ├── test_quantity_interaction.py
│   │   │   │   ├── test_sidereal.py
│   │   │   │   └── test_ut1.py
│   │   │   └── utils.py
│   │   ├── uncertainty
│   │   │   ├── core.py
│   │   │   ├── distributions.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── distributions.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── test_distribution.cpython-37.pyc
│   │   │   └── test_distribution.py
│   │   ├── units
│   │   │   ├── astrophys.py
│   │   │   ├── cds.py
│   │   │   ├── cgs.py
│   │   │   ├── core.py
│   │   │   ├── decorators.py
│   │   │   ├── deprecated.py
│   │   │   ├── equivalencies.py
│   │   │   ├── format
│   │   │   │   ├── base.py
│   │   │   │   ├── cds_lextab.py
│   │   │   │   ├── cds_parsetab.py
│   │   │   │   ├── cds.py
│   │   │   │   ├── console.py
│   │   │   │   ├── fits.py
│   │   │   │   ├── generic_lextab.py
│   │   │   │   ├── generic_parsetab.py
│   │   │   │   ├── generic.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── latex.py
│   │   │   │   ├── ogip_lextab.py
│   │   │   │   ├── ogip_parsetab.py
│   │   │   │   ├── ogip.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   ├── cds.cpython-37.pyc
│   │   │   │   │   ├── cds_lextab.cpython-37.pyc
│   │   │   │   │   ├── cds_parsetab.cpython-37.pyc
│   │   │   │   │   ├── console.cpython-37.pyc
│   │   │   │   │   ├── fits.cpython-37.pyc
│   │   │   │   │   ├── generic.cpython-37.pyc
│   │   │   │   │   ├── generic_lextab.cpython-37.pyc
│   │   │   │   │   ├── generic_parsetab.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── latex.cpython-37.pyc
│   │   │   │   │   ├── ogip.cpython-37.pyc
│   │   │   │   │   ├── ogip_lextab.cpython-37.pyc
│   │   │   │   │   ├── ogip_parsetab.cpython-37.pyc
│   │   │   │   │   ├── unicode_format.cpython-37.pyc
│   │   │   │   │   ├── utils.cpython-37.pyc
│   │   │   │   │   └── vounit.cpython-37.pyc
│   │   │   │   ├── unicode_format.py
│   │   │   │   ├── utils.py
│   │   │   │   └── vounit.py
│   │   │   ├── function
│   │   │   │   ├── core.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── logarithmic.py
│   │   │   │   ├── magnitude_zero_points.py
│   │   │   │   ├── mixin.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── logarithmic.cpython-37.pyc
│   │   │   │   │   ├── magnitude_zero_points.cpython-37.pyc
│   │   │   │   │   ├── mixin.cpython-37.pyc
│   │   │   │   │   └── units.cpython-37.pyc
│   │   │   │   └── units.py
│   │   │   ├── imperial.py
│   │   │   ├── __init__.py
│   │   │   ├── photometric.py
│   │   │   ├── physical.py
│   │   │   ├── __pycache__
│   │   │   │   ├── astrophys.cpython-37.pyc
│   │   │   │   ├── cds.cpython-37.pyc
│   │   │   │   ├── cgs.cpython-37.pyc
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── decorators.cpython-37.pyc
│   │   │   │   ├── deprecated.cpython-37.pyc
│   │   │   │   ├── equivalencies.cpython-37.pyc
│   │   │   │   ├── imperial.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── photometric.cpython-37.pyc
│   │   │   │   ├── physical.cpython-37.pyc
│   │   │   │   ├── quantity.cpython-37.pyc
│   │   │   │   ├── required_by_vounit.cpython-37.pyc
│   │   │   │   ├── si.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── quantity_helper
│   │   │   │   ├── converters.py
│   │   │   │   ├── erfa.py
│   │   │   │   ├── helpers.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── converters.cpython-37.pyc
│   │   │   │   │   ├── erfa.cpython-37.pyc
│   │   │   │   │   ├── helpers.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── scipy_special.cpython-37.pyc
│   │   │   │   └── scipy_special.py
│   │   │   ├── quantity.py
│   │   │   ├── required_by_vounit.py
│   │   │   ├── si.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_deprecated.cpython-37.pyc
│   │   │   │   │   ├── test_equivalencies.cpython-37.pyc
│   │   │   │   │   ├── test_format.cpython-37.pyc
│   │   │   │   │   ├── test_logarithmic.cpython-37.pyc
│   │   │   │   │   ├── test_photometric.cpython-37.pyc
│   │   │   │   │   ├── test_physical.cpython-37.pyc
│   │   │   │   │   ├── test_quantity_annotations.cpython-37.pyc
│   │   │   │   │   ├── test_quantity_array_methods.cpython-37.pyc
│   │   │   │   │   ├── test_quantity.cpython-37.pyc
│   │   │   │   │   ├── test_quantity_decorator.cpython-37.pyc
│   │   │   │   │   ├── test_quantity_helpers.cpython-37.pyc
│   │   │   │   │   ├── test_quantity_non_ufuncs.cpython-37.pyc
│   │   │   │   │   ├── test_quantity_ufuncs.cpython-37.pyc
│   │   │   │   │   ├── test_units.cpython-37.pyc
│   │   │   │   │   └── test_utils.cpython-37.pyc
│   │   │   │   ├── test_deprecated.py
│   │   │   │   ├── test_equivalencies.py
│   │   │   │   ├── test_format.py
│   │   │   │   ├── test_logarithmic.py
│   │   │   │   ├── test_photometric.py
│   │   │   │   ├── test_physical.py
│   │   │   │   ├── test_quantity_annotations.py
│   │   │   │   ├── test_quantity_array_methods.py
│   │   │   │   ├── test_quantity_decorator.py
│   │   │   │   ├── test_quantity_helpers.py
│   │   │   │   ├── test_quantity_non_ufuncs.py
│   │   │   │   ├── test_quantity.py
│   │   │   │   ├── test_quantity_ufuncs.py
│   │   │   │   ├── test_units.py
│   │   │   │   └── test_utils.py
│   │   │   └── utils.py
│   │   ├── utils
│   │   │   ├── argparse.py
│   │   │   ├── codegen.py
│   │   │   ├── collections.py
│   │   │   ├── compat
│   │   │   │   ├── funcsigs.py
│   │   │   │   ├── futures
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   ├── numpy
│   │   │   │   │   ├── core
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── multiarray.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── multiarray.cpython-37.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── lib
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   │   └── stride_tricks.cpython-37.pyc
│   │   │   │   │   │   └── stride_tricks.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   │   └── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── numpycompat.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── funcsigs.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── misc.cpython-37.pyc
│   │   │   │   └── numpycompat.cpython-37.pyc
│   │   │   ├── _compiler.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── console.py
│   │   │   ├── data_info.py
│   │   │   ├── data.py
│   │   │   ├── decorators.py
│   │   │   ├── diff.py
│   │   │   ├── exceptions.py
│   │   │   ├── iers
│   │   │   │   ├── data
│   │   │   │   │   ├── eopc04_IAU2000.62-now
│   │   │   │   │   ├── ReadMe.eopc04_IAU2000
│   │   │   │   │   └── ReadMe.finals2000A
│   │   │   │   ├── iers.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── iers.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── tests
│   │   │   │   ├── finals2000A-2016-02-30-test
│   │   │   │   ├── finals2000A-2016-04-30-test
│   │   │   │   ├── iers_a_excerpt
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── test_iers.cpython-37.pyc
│   │   │   │   └── test_iers.py
│   │   │   ├── __init__.py
│   │   │   ├── introspection.py
│   │   │   ├── metadata.py
│   │   │   ├── misc.py
│   │   │   ├── __pycache__
│   │   │   │   ├── argparse.cpython-37.pyc
│   │   │   │   ├── codegen.cpython-37.pyc
│   │   │   │   ├── collections.cpython-37.pyc
│   │   │   │   ├── console.cpython-37.pyc
│   │   │   │   ├── data.cpython-37.pyc
│   │   │   │   ├── data_info.cpython-37.pyc
│   │   │   │   ├── decorators.cpython-37.pyc
│   │   │   │   ├── diff.cpython-37.pyc
│   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── introspection.cpython-37.pyc
│   │   │   │   ├── metadata.cpython-37.pyc
│   │   │   │   ├── misc.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── state.cpython-37.pyc
│   │   │   │   └── timer.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── state.py
│   │   │   ├── tests
│   │   │   │   ├── data
│   │   │   │   │   ├── alias.cfg
│   │   │   │   │   ├── dataurl
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── dataurl_mirror
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── local.dat
│   │   │   │   │   ├── local.dat.bz2
│   │   │   │   │   ├── local.dat.gz
│   │   │   │   │   ├── local.dat.xz
│   │   │   │   │   ├── test_package
│   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   └── foo.txt
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __pycache__
│   │   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   │   ├── unicode.txt
│   │   │   │   │   ├── unicode.txt.bz2
│   │   │   │   │   ├── unicode.txt.gz
│   │   │   │   │   └── unicode.txt.xz
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_codegen.cpython-37.pyc
│   │   │   │   │   ├── test_collections.cpython-37.pyc
│   │   │   │   │   ├── test_console.cpython-37.pyc
│   │   │   │   │   ├── test_data.cpython-37.pyc
│   │   │   │   │   ├── test_data_info.cpython-37.pyc
│   │   │   │   │   ├── test_decorators.cpython-37.pyc
│   │   │   │   │   ├── test_diff.cpython-37.pyc
│   │   │   │   │   ├── test_introspection.cpython-37.pyc
│   │   │   │   │   ├── test_metadata.cpython-37.pyc
│   │   │   │   │   ├── test_misc.cpython-37.pyc
│   │   │   │   │   ├── test_progress_bar_func.cpython-37.pyc
│   │   │   │   │   ├── test_timer.cpython-37.pyc
│   │   │   │   │   └── test_xml.cpython-37.pyc
│   │   │   │   ├── test_codegen.py
│   │   │   │   ├── test_collections.py
│   │   │   │   ├── test_console.py
│   │   │   │   ├── test_data_info.py
│   │   │   │   ├── test_data.py
│   │   │   │   ├── test_decorators.py
│   │   │   │   ├── test_diff.py
│   │   │   │   ├── test_introspection.py
│   │   │   │   ├── test_metadata.py
│   │   │   │   ├── test_misc.py
│   │   │   │   ├── test_progress_bar_func.py
│   │   │   │   ├── test_timer.py
│   │   │   │   └── test_xml.py
│   │   │   ├── timer.py
│   │   │   └── xml
│   │   │   ├── check.py
│   │   │   ├── __init__.py
│   │   │   ├── _iterparser.cpython-37m-x86_64-linux-gnu.so
│   │   │   ├── iterparser.py
│   │   │   ├── __pycache__
│   │   │   │   ├── check.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── iterparser.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── unescaper.cpython-37.pyc
│   │   │   │   ├── validate.cpython-37.pyc
│   │   │   │   └── writer.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── test_iterparse.cpython-37.pyc
│   │   │   │   └── test_iterparse.py
│   │   │   ├── unescaper.py
│   │   │   ├── validate.py
│   │   │   └── writer.py
│   │   ├── version.py
│   │   ├── visualization
│   │   │   ├── hist.py
│   │   │   ├── __init__.py
│   │   │   ├── interval.py
│   │   │   ├── lupton_rgb.py
│   │   │   ├── mpl_normalize.py
│   │   │   ├── mpl_style.py
│   │   │   ├── __pycache__
│   │   │   │   ├── hist.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── interval.cpython-37.pyc
│   │   │   │   ├── lupton_rgb.cpython-37.pyc
│   │   │   │   ├── mpl_normalize.cpython-37.pyc
│   │   │   │   ├── mpl_style.cpython-37.pyc
│   │   │   │   ├── stretch.cpython-37.pyc
│   │   │   │   ├── transform.cpython-37.pyc
│   │   │   │   └── units.cpython-37.pyc
│   │   │   ├── scripts
│   │   │   │   ├── fits2bitmap.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── fits2bitmap.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── test_fits2bitmap.cpython-37.pyc
│   │   │   │   └── test_fits2bitmap.py
│   │   │   ├── stretch.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_histogram.cpython-37.pyc
│   │   │   │   │   ├── test_interval.cpython-37.pyc
│   │   │   │   │   ├── test_lupton_rgb.cpython-37.pyc
│   │   │   │   │   ├── test_norm.cpython-37.pyc
│   │   │   │   │   ├── test_stretch.cpython-37.pyc
│   │   │   │   │   └── test_units.cpython-37.pyc
│   │   │   │   ├── test_histogram.py
│   │   │   │   ├── test_interval.py
│   │   │   │   ├── test_lupton_rgb.py
│   │   │   │   ├── test_norm.py
│   │   │   │   ├── test_stretch.py
│   │   │   │   └── test_units.py
│   │   │   ├── transform.py
│   │   │   ├── units.py
│   │   │   └── wcsaxes
│   │   │   ├── axislabels.py
│   │   │   ├── coordinate_helpers.py
│   │   │   ├── coordinate_range.py
│   │   │   ├── coordinates_map.py
│   │   │   ├── core.py
│   │   │   ├── formatter_locator.py
│   │   │   ├── frame.py
│   │   │   ├── grid_paths.py
│   │   │   ├── __init__.py
│   │   │   ├── patches.py
│   │   │   ├── __pycache__
│   │   │   │   ├── axislabels.cpython-37.pyc
│   │   │   │   ├── coordinate_helpers.cpython-37.pyc
│   │   │   │   ├── coordinate_range.cpython-37.pyc
│   │   │   │   ├── coordinates_map.cpython-37.pyc
│   │   │   │   ├── core.cpython-37.pyc
│   │   │   │   ├── formatter_locator.cpython-37.pyc
│   │   │   │   ├── frame.cpython-37.pyc
│   │   │   │   ├── grid_paths.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── patches.cpython-37.pyc
│   │   │   │   ├── ticklabels.cpython-37.pyc
│   │   │   │   ├── ticks.cpython-37.pyc
│   │   │   │   ├── transforms.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── tests
│   │   │   │   ├── data
│   │   │   │   │   ├── 2MASS_k_header
│   │   │   │   │   ├── cube_header
│   │   │   │   │   ├── msx_header
│   │   │   │   │   ├── rosat_header
│   │   │   │   │   └── slice_header
│   │   │   │   ├── datasets.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── datasets.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   │   ├── test_coordinate_helpers.cpython-37.pyc
│   │   │   │   │   ├── test_display_world_coordinates.cpython-37.pyc
│   │   │   │   │   ├── test_formatter_locator.cpython-37.pyc
│   │   │   │   │   ├── test_frame.cpython-37.pyc
│   │   │   │   │   ├── test_images.cpython-37.pyc
│   │   │   │   │   ├── test_misc.cpython-37.pyc
│   │   │   │   │   ├── test_transform_coord_meta.cpython-37.pyc
│   │   │   │   │   ├── test_transforms.cpython-37.pyc
│   │   │   │   │   └── test_utils.cpython-37.pyc
│   │   │   │   ├── setup_package.py
│   │   │   │   ├── test_coordinate_helpers.py
│   │   │   │   ├── test_display_world_coordinates.py
│   │   │   │   ├── test_formatter_locator.py
│   │   │   │   ├── test_frame.py
│   │   │   │   ├── test_images.py
│   │   │   │   ├── test_misc.py
│   │   │   │   ├── test_transform_coord_meta.py
│   │   │   │   ├── test_transforms.py
│   │   │   │   └── test_utils.py
│   │   │   ├── ticklabels.py
│   │   │   ├── ticks.py
│   │   │   ├── transforms.py
│   │   │   └── utils.py
│   │   └── wcs
│   │   ├── docstrings.py
│   │   ├── _docutil.py
│   │   ├── include
│   │   │   ├── astropy_wcs
│   │   │   │   ├── astropy_wcs_api.h
│   │   │   │   ├── astropy_wcs.h
│   │   │   │   ├── distortion.h
│   │   │   │   ├── isnan.h
│   │   │   │   ├── pipeline.h
│   │   │   │   ├── pyutil.h
│   │   │   │   ├── sip.h
│   │   │   │   ├── util.h
│   │   │   │   └── wcsconfig.h
│   │   │   ├── astropy_wcs_api.h
│   │   │   └── wcslib
│   │   │   ├── cel.h
│   │   │   ├── lin.h
│   │   │   ├── prj.h
│   │   │   ├── spc.h
│   │   │   ├── spx.h
│   │   │   ├── tab.h
│   │   │   ├── wcserr.h
│   │   │   ├── wcs.h
│   │   │   ├── wcsmath.h
│   │   │   └── wcsprintf.h
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── docstrings.cpython-37.pyc
│   │   │   ├── _docutil.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── setup_package.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   ├── wcs.cpython-37.pyc
│   │   │   └── wcslint.cpython-37.pyc
│   │   ├── setup_package.py
│   │   ├── tests
│   │   │   ├── data
│   │   │   │   ├── 2wcses.hdr
│   │   │   │   ├── 3d_cd.hdr
│   │   │   │   ├── defunct_keywords.hdr
│   │   │   │   ├── dist.fits
│   │   │   │   ├── dist_lookup.fits.gz
│   │   │   │   ├── header_newlines.fits
│   │   │   │   ├── invalid_header.hdr
│   │   │   │   ├── irac_sip.hdr
│   │   │   │   ├── j94f05bgq_flt.fits
│   │   │   │   ├── locale.hdr
│   │   │   │   ├── nonstandard_units.hdr
│   │   │   │   ├── outside_sky.hdr
│   │   │   │   ├── sip2.fits
│   │   │   │   ├── sip-broken.hdr
│   │   │   │   ├── sip.fits
│   │   │   │   ├── siponly.hdr
│   │   │   │   ├── sub-segfault.hdr
│   │   │   │   ├── too_many_pv.hdr
│   │   │   │   ├── tpvonly.hdr
│   │   │   │   ├── unit.hdr
│   │   │   │   ├── validate.5.0.txt
│   │   │   │   ├── validate.5.13.txt
│   │   │   │   ├── validate.6.txt
│   │   │   │   ├── validate.fits
│   │   │   │   ├── validate.txt
│   │   │   │   └── zpn-hole.hdr
│   │   │   ├── extension
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── setup.cpython-37.pyc
│   │   │   │   │   └── test_extension.cpython-37.pyc
│   │   │   │   ├── setup.py
│   │   │   │   ├── test_extension.py
│   │   │   │   └── wcsapi_test.c
│   │   │   ├── __init__.py
│   │   │   ├── maps
│   │   │   │   ├── 1904-66_AIR.hdr
│   │   │   │   ├── 1904-66_AIT.hdr
│   │   │   │   ├── 1904-66_ARC.hdr
│   │   │   │   ├── 1904-66_AZP.hdr
│   │   │   │   ├── 1904-66_BON.hdr
│   │   │   │   ├── 1904-66_CAR.hdr
│   │   │   │   ├── 1904-66_CEA.hdr
│   │   │   │   ├── 1904-66_COD.hdr
│   │   │   │   ├── 1904-66_COE.hdr
│   │   │   │   ├── 1904-66_COO.hdr
│   │   │   │   ├── 1904-66_COP.hdr
│   │   │   │   ├── 1904-66_CSC.hdr
│   │   │   │   ├── 1904-66_CYP.hdr
│   │   │   │   ├── 1904-66_HPX.hdr
│   │   │   │   ├── 1904-66_MER.hdr
│   │   │   │   ├── 1904-66_MOL.hdr
│   │   │   │   ├── 1904-66_NCP.hdr
│   │   │   │   ├── 1904-66_PAR.hdr
│   │   │   │   ├── 1904-66_PCO.hdr
│   │   │   │   ├── 1904-66_QSC.hdr
│   │   │   │   ├── 1904-66_SFL.hdr
│   │   │   │   ├── 1904-66_SIN.hdr
│   │   │   │   ├── 1904-66_STG.hdr
│   │   │   │   ├── 1904-66_SZP.hdr
│   │   │   │   ├── 1904-66_TAN.hdr
│   │   │   │   ├── 1904-66_TSC.hdr
│   │   │   │   ├── 1904-66_ZEA.hdr
│   │   │   │   └── 1904-66_ZPN.hdr
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_pickle.cpython-37.pyc
│   │   │   │   ├── test_profiling.cpython-37.pyc
│   │   │   │   ├── test_utils.cpython-37.pyc
│   │   │   │   ├── test_wcs.cpython-37.pyc
│   │   │   │   └── test_wcsprm.cpython-37.pyc
│   │   │   ├── spectra
│   │   │   │   ├── orion-freq-1.hdr
│   │   │   │   ├── orion-freq-4.hdr
│   │   │   │   ├── orion-velo-1.hdr
│   │   │   │   ├── orion-velo-4.hdr
│   │   │   │   ├── orion-wave-1.hdr
│   │   │   │   └── orion-wave-4.hdr
│   │   │   ├── test_pickle.py
│   │   │   ├── test_profiling.py
│   │   │   ├── test_utils.py
│   │   │   ├── test_wcsprm.py
│   │   │   └── test_wcs.py
│   │   ├── utils.py
│   │   ├── wcsapi
│   │   │   ├── fitswcs.py
│   │   │   ├── high_level_api.py
│   │   │   ├── high_level_wcs_wrapper.py
│   │   │   ├── __init__.py
│   │   │   ├── low_level_api.py
│   │   │   ├── __pycache__
│   │   │   │   ├── fitswcs.cpython-37.pyc
│   │   │   │   ├── high_level_api.cpython-37.pyc
│   │   │   │   ├── high_level_wcs_wrapper.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── low_level_api.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_fitswcs.cpython-37.pyc
│   │   │   │   │   ├── test_high_level_api.cpython-37.pyc
│   │   │   │   │   ├── test_high_level_wcs_wrapper.cpython-37.pyc
│   │   │   │   │   ├── test_low_level_api.cpython-37.pyc
│   │   │   │   │   └── test_utils.cpython-37.pyc
│   │   │   │   ├── test_fitswcs.py
│   │   │   │   ├── test_high_level_api.py
│   │   │   │   ├── test_high_level_wcs_wrapper.py
│   │   │   │   ├── test_low_level_api.py
│   │   │   │   └── test_utils.py
│   │   │   ├── ucds.txt
│   │   │   └── utils.py
│   │   ├── _wcs.cpython-37m-x86_64-linux-gnu.so
│   │   ├── wcslint.py
│   │   └── wcs.py
│   └── astropy-3.1.2.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.rst
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
244 directories, 1768 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment