Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 26, 2020 02:44
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 r-ryantm/09220b6baf00b7dc93ec4551321bedae to your computer and use it in GitHub Desktop.
Save r-ryantm/09220b6baf00b7dc93ec4551321bedae to your computer and use it in GitHub Desktop.
/nix/store/82w0hgbvm1isdrwzpaxzy3vqkxxkzv35-python3.7-asdf-2.7.0
├── bin
│   └── asdftool
├── lib
│   └── python3.7
│   └── site-packages
│   ├── asdf
│   │   ├── asdf.py
│   │   ├── asdftypes.py
│   │   ├── block.py
│   │   ├── commands
│   │   │   ├── defragment.py
│   │   │   ├── diff.py
│   │   │   ├── exploded.py
│   │   │   ├── extension.py
│   │   │   ├── extract.py
│   │   │   ├── info.py
│   │   │   ├── __init__.py
│   │   │   ├── main.py
│   │   │   ├── __pycache__
│   │   │   │   ├── defragment.cpython-37.pyc
│   │   │   │   ├── diff.cpython-37.pyc
│   │   │   │   ├── exploded.cpython-37.pyc
│   │   │   │   ├── extension.cpython-37.pyc
│   │   │   │   ├── extract.cpython-37.pyc
│   │   │   │   ├── info.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── main.cpython-37.pyc
│   │   │   │   ├── remove_hdu.cpython-37.pyc
│   │   │   │   ├── tags.cpython-37.pyc
│   │   │   │   └── to_yaml.cpython-37.pyc
│   │   │   ├── remove_hdu.py
│   │   │   ├── tags.py
│   │   │   ├── tests
│   │   │   │   ├── data
│   │   │   │   │   ├── block0.asdf
│   │   │   │   │   ├── block1.asdf
│   │   │   │   │   ├── blocks.diff
│   │   │   │   │   ├── frames0.asdf
│   │   │   │   │   ├── frames1.asdf
│   │   │   │   │   ├── frames.diff
│   │   │   │   │   ├── frames_minimal.diff
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   │   ├── simple_inline_array0.asdf
│   │   │   │   │   ├── simple_inline_array1.asdf
│   │   │   │   │   └── simple_inline_array.diff
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_defragment.cpython-37.pyc
│   │   │   │   │   ├── test_diff.cpython-37.pyc
│   │   │   │   │   ├── test_exploded.cpython-37.pyc
│   │   │   │   │   ├── test_extract.cpython-37.pyc
│   │   │   │   │   ├── test_info.cpython-37.pyc
│   │   │   │   │   ├── test_main.cpython-37.pyc
│   │   │   │   │   ├── test_remove_hdu.cpython-37.pyc
│   │   │   │   │   ├── test_tags.cpython-37.pyc
│   │   │   │   │   └── test_to_yaml.cpython-37.pyc
│   │   │   │   ├── test_defragment.py
│   │   │   │   ├── test_diff.py
│   │   │   │   ├── test_exploded.py
│   │   │   │   ├── test_extract.py
│   │   │   │   ├── test_info.py
│   │   │   │   ├── test_main.py
│   │   │   │   ├── test_remove_hdu.py
│   │   │   │   ├── test_tags.py
│   │   │   │   └── test_to_yaml.py
│   │   │   └── to_yaml.py
│   │   ├── compat
│   │   │   ├── __init__.py
│   │   │   ├── numpycompat.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── numpycompat.cpython-37.pyc
│   │   ├── compression.py
│   │   ├── conftest.py
│   │   ├── constants.py
│   │   ├── _convenience.py
│   │   ├── _display.py
│   │   ├── exceptions.py
│   │   ├── extension.py
│   │   ├── extern
│   │   │   ├── atomicfile.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── atomicfile.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── RangeHTTPServer.cpython-37.pyc
│   │   │   └── RangeHTTPServer.py
│   │   ├── fits_embed.py
│   │   ├── generic_io.py
│   │   ├── __init__.py
│   │   ├── _internal_init.py
│   │   ├── __pycache__
│   │   │   ├── asdf.cpython-37.pyc
│   │   │   ├── asdftypes.cpython-37.pyc
│   │   │   ├── block.cpython-37.pyc
│   │   │   ├── compression.cpython-37.pyc
│   │   │   ├── conftest.cpython-37.pyc
│   │   │   ├── constants.cpython-37.pyc
│   │   │   ├── _convenience.cpython-37.pyc
│   │   │   ├── _display.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── extension.cpython-37.pyc
│   │   │   ├── fits_embed.cpython-37.pyc
│   │   │   ├── generic_io.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _internal_init.cpython-37.pyc
│   │   │   ├── reference.cpython-37.pyc
│   │   │   ├── resolver.cpython-37.pyc
│   │   │   ├── schema.cpython-37.pyc
│   │   │   ├── search.cpython-37.pyc
│   │   │   ├── stream.cpython-37.pyc
│   │   │   ├── tagged.cpython-37.pyc
│   │   │   ├── treeutil.cpython-37.pyc
│   │   │   ├── type_index.cpython-37.pyc
│   │   │   ├── types.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   ├── version.cpython-37.pyc
│   │   │   ├── versioning.cpython-37.pyc
│   │   │   └── yamlutil.cpython-37.pyc
│   │   ├── reference_files
│   │   │   ├── 1.0.0
│   │   │   │   ├── ascii.asdf
│   │   │   │   ├── ascii.yaml
│   │   │   │   ├── basic.asdf
│   │   │   │   ├── basic.yaml
│   │   │   │   ├── complex.asdf
│   │   │   │   ├── complex.yaml
│   │   │   │   ├── compressed.asdf
│   │   │   │   ├── compressed.yaml
│   │   │   │   ├── exploded0000.asdf
│   │   │   │   ├── exploded.asdf
│   │   │   │   ├── exploded.yaml
│   │   │   │   ├── float.asdf
│   │   │   │   ├── float.yaml
│   │   │   │   ├── int.asdf
│   │   │   │   ├── int.yaml
│   │   │   │   ├── shared.asdf
│   │   │   │   ├── shared.yaml
│   │   │   │   ├── stream.asdf
│   │   │   │   ├── stream.yaml
│   │   │   │   ├── unicode_bmp.asdf
│   │   │   │   ├── unicode_bmp.yaml
│   │   │   │   ├── unicode_spp.asdf
│   │   │   │   └── unicode_spp.yaml
│   │   │   ├── generate
│   │   │   │   ├── generate
│   │   │   │   └── README.rst
│   │   │   └── README.rst
│   │   ├── reference.py
│   │   ├── resolver.py
│   │   ├── schema.py
│   │   ├── schemas
│   │   │   └── stsci.edu
│   │   │   ├── asdf
│   │   │   │   ├── asdf-schema-1.0.0.yaml
│   │   │   │   ├── core
│   │   │   │   │   ├── asdf-1.0.0.yaml
│   │   │   │   │   ├── asdf-1.1.0.yaml
│   │   │   │   │   ├── column-1.0.0.yaml
│   │   │   │   │   ├── complex-1.0.0.yaml
│   │   │   │   │   ├── constant-1.0.0.yaml
│   │   │   │   │   ├── extension_metadata-1.0.0.yaml
│   │   │   │   │   ├── externalarray-1.0.0.yaml
│   │   │   │   │   ├── history_entry-1.0.0.yaml
│   │   │   │   │   ├── integer-1.0.0.yaml
│   │   │   │   │   ├── ndarray-1.0.0.yaml
│   │   │   │   │   ├── software-1.0.0.yaml
│   │   │   │   │   ├── subclass_metadata-1.0.0.yaml
│   │   │   │   │   └── table-1.0.0.yaml
│   │   │   │   ├── fits
│   │   │   │   │   └── fits-1.0.0.yaml
│   │   │   │   ├── time
│   │   │   │   │   ├── time-1.0.0.yaml
│   │   │   │   │   └── time-1.1.0.yaml
│   │   │   │   ├── transform
│   │   │   │   │   ├── add-1.0.0.yaml
│   │   │   │   │   ├── add-1.1.0.yaml
│   │   │   │   │   ├── add-1.2.0.yaml
│   │   │   │   │   ├── affine-1.0.0.yaml
│   │   │   │   │   ├── affine-1.1.0.yaml
│   │   │   │   │   ├── affine-1.2.0.yaml
│   │   │   │   │   ├── affine-1.3.0.yaml
│   │   │   │   │   ├── airy-1.0.0.yaml
│   │   │   │   │   ├── airy-1.1.0.yaml
│   │   │   │   │   ├── airy-1.2.0.yaml
│   │   │   │   │   ├── airy_disk2d-1.0.0.yaml
│   │   │   │   │   ├── blackbody-1.0.0.yaml
│   │   │   │   │   ├── bonne_equal_area-1.0.0.yaml
│   │   │   │   │   ├── bonne_equal_area-1.1.0.yaml
│   │   │   │   │   ├── bonne_equal_area-1.2.0.yaml
│   │   │   │   │   ├── bonne_equal_area-1.3.0.yaml
│   │   │   │   │   ├── box1d-1.0.0.yaml
│   │   │   │   │   ├── box2d-1.0.0.yaml
│   │   │   │   │   ├── broken_power_law1d-1.0.0.yaml
│   │   │   │   │   ├── cobe_quad_spherical_cube-1.0.0.yaml
│   │   │   │   │   ├── cobe_quad_spherical_cube-1.1.0.yaml
│   │   │   │   │   ├── cobe_quad_spherical_cube-1.2.0.yaml
│   │   │   │   │   ├── compose-1.0.0.yaml
│   │   │   │   │   ├── compose-1.1.0.yaml
│   │   │   │   │   ├── compose-1.2.0.yaml
│   │   │   │   │   ├── concatenate-1.0.0.yaml
│   │   │   │   │   ├── concatenate-1.1.0.yaml
│   │   │   │   │   ├── concatenate-1.2.0.yaml
│   │   │   │   │   ├── conic-1.0.0.yaml
│   │   │   │   │   ├── conic-1.1.0.yaml
│   │   │   │   │   ├── conic-1.2.0.yaml
│   │   │   │   │   ├── conic-1.3.0.yaml
│   │   │   │   │   ├── conic_equal_area-1.0.0.yaml
│   │   │   │   │   ├── conic_equal_area-1.1.0.yaml
│   │   │   │   │   ├── conic_equal_area-1.2.0.yaml
│   │   │   │   │   ├── conic_equal_area-1.3.0.yaml
│   │   │   │   │   ├── conic_equidistant-1.0.0.yaml
│   │   │   │   │   ├── conic_equidistant-1.1.0.yaml
│   │   │   │   │   ├── conic_equidistant-1.2.0.yaml
│   │   │   │   │   ├── conic_equidistant-1.3.0.yaml
│   │   │   │   │   ├── conic_orthomorphic-1.0.0.yaml
│   │   │   │   │   ├── conic_orthomorphic-1.1.0.yaml
│   │   │   │   │   ├── conic_orthomorphic-1.2.0.yaml
│   │   │   │   │   ├── conic_orthomorphic-1.3.0.yaml
│   │   │   │   │   ├── conic_perspective-1.0.0.yaml
│   │   │   │   │   ├── conic_perspective-1.1.0.yaml
│   │   │   │   │   ├── conic_perspective-1.2.0.yaml
│   │   │   │   │   ├── conic_perspective-1.3.0.yaml
│   │   │   │   │   ├── constant-1.0.0.yaml
│   │   │   │   │   ├── constant-1.1.0.yaml
│   │   │   │   │   ├── constant-1.2.0.yaml
│   │   │   │   │   ├── constant-1.3.0.yaml
│   │   │   │   │   ├── constant-1.4.0.yaml
│   │   │   │   │   ├── cylindrical-1.0.0.yaml
│   │   │   │   │   ├── cylindrical-1.1.0.yaml
│   │   │   │   │   ├── cylindrical-1.2.0.yaml
│   │   │   │   │   ├── cylindrical_equal_area-1.0.0.yaml
│   │   │   │   │   ├── cylindrical_equal_area-1.1.0.yaml
│   │   │   │   │   ├── cylindrical_equal_area-1.2.0.yaml
│   │   │   │   │   ├── cylindrical_equal_area-1.3.0.yaml
│   │   │   │   │   ├── cylindrical_perspective-1.0.0.yaml
│   │   │   │   │   ├── cylindrical_perspective-1.1.0.yaml
│   │   │   │   │   ├── cylindrical_perspective-1.2.0.yaml
│   │   │   │   │   ├── cylindrical_perspective-1.3.0.yaml
│   │   │   │   │   ├── disk2d-1.0.0.yaml
│   │   │   │   │   ├── divide-1.0.0.yaml
│   │   │   │   │   ├── divide-1.1.0.yaml
│   │   │   │   │   ├── divide-1.2.0.yaml
│   │   │   │   │   ├── domain-1.0.0.yaml
│   │   │   │   │   ├── drude1d-1.0.0.yaml
│   │   │   │   │   ├── ellipse2d-1.0.0.yaml
│   │   │   │   │   ├── exponential1d-1.0.0.yaml
│   │   │   │   │   ├── exponential_cutoff_power_law1d-1.0.0.yaml
│   │   │   │   │   ├── fix_inputs-1.1.0.yaml
│   │   │   │   │   ├── fix_inputs-1.2.0.yaml
│   │   │   │   │   ├── gaussian1d-1.0.0.yaml
│   │   │   │   │   ├── gaussian2d-1.0.0.yaml
│   │   │   │   │   ├── generic-1.0.0.yaml
│   │   │   │   │   ├── generic-1.1.0.yaml
│   │   │   │   │   ├── generic-1.2.0.yaml
│   │   │   │   │   ├── gnomonic-1.0.0.yaml
│   │   │   │   │   ├── gnomonic-1.1.0.yaml
│   │   │   │   │   ├── gnomonic-1.2.0.yaml
│   │   │   │   │   ├── hammer_aitoff-1.0.0.yaml
│   │   │   │   │   ├── hammer_aitoff-1.1.0.yaml
│   │   │   │   │   ├── hammer_aitoff-1.2.0.yaml
│   │   │   │   │   ├── healpix-1.0.0.yaml
│   │   │   │   │   ├── healpix-1.1.0.yaml
│   │   │   │   │   ├── healpix-1.2.0.yaml
│   │   │   │   │   ├── healpix_polar-1.0.0.yaml
│   │   │   │   │   ├── healpix_polar-1.1.0.yaml
│   │   │   │   │   ├── healpix_polar-1.2.0.yaml
│   │   │   │   │   ├── identity-1.0.0.yaml
│   │   │   │   │   ├── identity-1.1.0.yaml
│   │   │   │   │   ├── identity-1.2.0.yaml
│   │   │   │   │   ├── king_projected_analytic1d-1.0.0.yaml
│   │   │   │   │   ├── label_mapper-1.0.0.yaml
│   │   │   │   │   ├── label_mapper-1.1.0.yaml
│   │   │   │   │   ├── label_mapper-1.2.0.yaml
│   │   │   │   │   ├── linear1d-1.0.0.yaml
│   │   │   │   │   ├── logarithmic1d-1.0.0.yaml
│   │   │   │   │   ├── log_parabola1d-1.0.0.yaml
│   │   │   │   │   ├── lorentz1d-1.0.0.yaml
│   │   │   │   │   ├── math_functions-1.0.0.yaml
│   │   │   │   │   ├── mercator-1.0.0.yaml
│   │   │   │   │   ├── mercator-1.1.0.yaml
│   │   │   │   │   ├── mercator-1.2.0.yaml
│   │   │   │   │   ├── moffat1d-1.0.0.yaml
│   │   │   │   │   ├── moffat2d-1.0.0.yaml
│   │   │   │   │   ├── molleweide-1.0.0.yaml
│   │   │   │   │   ├── molleweide-1.1.0.yaml
│   │   │   │   │   ├── molleweide-1.2.0.yaml
│   │   │   │   │   ├── multiply-1.0.0.yaml
│   │   │   │   │   ├── multiply-1.1.0.yaml
│   │   │   │   │   ├── multiply-1.2.0.yaml
│   │   │   │   │   ├── multiplyscale-1.0.0.yaml
│   │   │   │   │   ├── ortho_polynomial-1.0.0.yaml
│   │   │   │   │   ├── parabolic-1.0.0.yaml
│   │   │   │   │   ├── parabolic-1.1.0.yaml
│   │   │   │   │   ├── parabolic-1.2.0.yaml
│   │   │   │   │   ├── planar2d-1.0.0.yaml
│   │   │   │   │   ├── plate_carree-1.0.0.yaml
│   │   │   │   │   ├── plate_carree-1.1.0.yaml
│   │   │   │   │   ├── plate_carree-1.2.0.yaml
│   │   │   │   │   ├── plummer1d-1.0.0.yaml
│   │   │   │   │   ├── polyconic-1.0.0.yaml
│   │   │   │   │   ├── polyconic-1.1.0.yaml
│   │   │   │   │   ├── polyconic-1.2.0.yaml
│   │   │   │   │   ├── polynomial-1.0.0.yaml
│   │   │   │   │   ├── polynomial-1.1.0.yaml
│   │   │   │   │   ├── polynomial-1.2.0.yaml
│   │   │   │   │   ├── power-1.0.0.yaml
│   │   │   │   │   ├── power-1.1.0.yaml
│   │   │   │   │   ├── power-1.2.0.yaml
│   │   │   │   │   ├── power_law1d-1.0.0.yaml
│   │   │   │   │   ├── pseudoconic-1.0.0.yaml
│   │   │   │   │   ├── pseudoconic-1.1.0.yaml
│   │   │   │   │   ├── pseudoconic-1.2.0.yaml
│   │   │   │   │   ├── pseudocylindrical-1.0.0.yaml
│   │   │   │   │   ├── pseudocylindrical-1.1.0.yaml
│   │   │   │   │   ├── pseudocylindrical-1.2.0.yaml
│   │   │   │   │   ├── quadcube-1.0.0.yaml
│   │   │   │   │   ├── quadcube-1.1.0.yaml
│   │   │   │   │   ├── quadcube-1.2.0.yaml
│   │   │   │   │   ├── quad_spherical_cube-1.0.0.yaml
│   │   │   │   │   ├── quad_spherical_cube-1.1.0.yaml
│   │   │   │   │   ├── quad_spherical_cube-1.2.0.yaml
│   │   │   │   │   ├── redshift_scale_factor-1.0.0.yaml
│   │   │   │   │   ├── regions_selector-1.0.0.yaml
│   │   │   │   │   ├── regions_selector-1.1.0.yaml
│   │   │   │   │   ├── regions_selector-1.2.0.yaml
│   │   │   │   │   ├── remap_axes-1.0.0.yaml
│   │   │   │   │   ├── remap_axes-1.1.0.yaml
│   │   │   │   │   ├── remap_axes-1.2.0.yaml
│   │   │   │   │   ├── remap_axes-1.3.0.yaml
│   │   │   │   │   ├── ricker_wavelet1d-1.0.0.yaml
│   │   │   │   │   ├── ricker_wavelet2d-1.0.0.yaml
│   │   │   │   │   ├── ring2d-1.0.0.yaml
│   │   │   │   │   ├── rotate2d-1.0.0.yaml
│   │   │   │   │   ├── rotate2d-1.1.0.yaml
│   │   │   │   │   ├── rotate2d-1.2.0.yaml
│   │   │   │   │   ├── rotate2d-1.3.0.yaml
│   │   │   │   │   ├── rotate3d-1.0.0.yaml
│   │   │   │   │   ├── rotate3d-1.1.0.yaml
│   │   │   │   │   ├── rotate3d-1.2.0.yaml
│   │   │   │   │   ├── rotate3d-1.3.0.yaml
│   │   │   │   │   ├── rotate_sequence_3d-1.0.0.yaml
│   │   │   │   │   ├── sanson_flamsteed-1.0.0.yaml
│   │   │   │   │   ├── sanson_flamsteed-1.1.0.yaml
│   │   │   │   │   ├── sanson_flamsteed-1.2.0.yaml
│   │   │   │   │   ├── scale-1.0.0.yaml
│   │   │   │   │   ├── scale-1.1.0.yaml
│   │   │   │   │   ├── scale-1.2.0.yaml
│   │   │   │   │   ├── sersic1d-1.0.0.yaml
│   │   │   │   │   ├── sersic2d-1.0.0.yaml
│   │   │   │   │   ├── shift-1.0.0.yaml
│   │   │   │   │   ├── shift-1.1.0.yaml
│   │   │   │   │   ├── shift-1.2.0.yaml
│   │   │   │   │   ├── sine1d-1.0.0.yaml
│   │   │   │   │   ├── slant_orthographic-1.0.0.yaml
│   │   │   │   │   ├── slant_orthographic-1.1.0.yaml
│   │   │   │   │   ├── slant_orthographic-1.2.0.yaml
│   │   │   │   │   ├── slant_zenithal_perspective-1.0.0.yaml
│   │   │   │   │   ├── slant_zenithal_perspective-1.1.0.yaml
│   │   │   │   │   ├── slant_zenithal_perspective-1.2.0.yaml
│   │   │   │   │   ├── smoothly_broken_power_law1d-1.0.0.yaml
│   │   │   │   │   ├── stereographic-1.0.0.yaml
│   │   │   │   │   ├── stereographic-1.1.0.yaml
│   │   │   │   │   ├── stereographic-1.2.0.yaml
│   │   │   │   │   ├── subtract-1.0.0.yaml
│   │   │   │   │   ├── subtract-1.1.0.yaml
│   │   │   │   │   ├── subtract-1.2.0.yaml
│   │   │   │   │   ├── tabular-1.0.0.yaml
│   │   │   │   │   ├── tabular-1.1.0.yaml
│   │   │   │   │   ├── tabular-1.2.0.yaml
│   │   │   │   │   ├── tangential_spherical_cube-1.0.0.yaml
│   │   │   │   │   ├── tangential_spherical_cube-1.1.0.yaml
│   │   │   │   │   ├── tangential_spherical_cube-1.2.0.yaml
│   │   │   │   │   ├── transform-1.0.0.yaml
│   │   │   │   │   ├── transform-1.1.0.yaml
│   │   │   │   │   ├── transform-1.2.0.yaml
│   │   │   │   │   ├── trapezoid1d-1.0.0.yaml
│   │   │   │   │   ├── trapezoid_disk2d-1.0.0.yaml
│   │   │   │   │   ├── voigt1d-1.0.0.yaml
│   │   │   │   │   ├── zenithal-1.0.0.yaml
│   │   │   │   │   ├── zenithal-1.1.0.yaml
│   │   │   │   │   ├── zenithal-1.2.0.yaml
│   │   │   │   │   ├── zenithal_equal_area-1.0.0.yaml
│   │   │   │   │   ├── zenithal_equal_area-1.1.0.yaml
│   │   │   │   │   ├── zenithal_equal_area-1.2.0.yaml
│   │   │   │   │   ├── zenithal_equidistant-1.0.0.yaml
│   │   │   │   │   ├── zenithal_equidistant-1.1.0.yaml
│   │   │   │   │   ├── zenithal_equidistant-1.2.0.yaml
│   │   │   │   │   ├── zenithal_perspective-1.0.0.yaml
│   │   │   │   │   ├── zenithal_perspective-1.1.0.yaml
│   │   │   │   │   ├── zenithal_perspective-1.2.0.yaml
│   │   │   │   │   └── zenithal_perspective-1.3.0.yaml
│   │   │   │   ├── unit
│   │   │   │   │   ├── defunit-1.0.0.yaml
│   │   │   │   │   ├── quantity-1.1.0.yaml
│   │   │   │   │   └── unit-1.0.0.yaml
│   │   │   │   ├── version_map-1.0.0.yaml
│   │   │   │   ├── version_map-1.1.0.yaml
│   │   │   │   ├── version_map-1.2.0.yaml
│   │   │   │   ├── version_map-1.3.0.yaml
│   │   │   │   ├── version_map-1.4.0.yaml
│   │   │   │   ├── version_map-1.5.0.yaml
│   │   │   │   └── wcs
│   │   │   │   ├── celestial_frame-1.0.0.yaml
│   │   │   │   ├── celestial_frame-1.1.0.yaml
│   │   │   │   ├── composite_frame-1.0.0.yaml
│   │   │   │   ├── composite_frame-1.1.0.yaml
│   │   │   │   ├── frame-1.0.0.yaml
│   │   │   │   ├── frame-1.1.0.yaml
│   │   │   │   ├── icrs_coord-1.1.0.yaml
│   │   │   │   ├── spectral_frame-1.0.0.yaml
│   │   │   │   ├── spectral_frame-1.1.0.yaml
│   │   │   │   ├── step-1.0.0.yaml
│   │   │   │   ├── step-1.1.0.yaml
│   │   │   │   ├── step-1.2.0.yaml
│   │   │   │   ├── wcs-1.0.0.yaml
│   │   │   │   ├── wcs-1.1.0.yaml
│   │   │   │   └── wcs-1.2.0.yaml
│   │   │   └── yaml-schema
│   │   │   └── draft-01.yaml
│   │   ├── search.py
│   │   ├── stream.py
│   │   ├── tagged.py
│   │   ├── tags
│   │   │   ├── core
│   │   │   │   ├── complex.py
│   │   │   │   ├── constant.py
│   │   │   │   ├── external_reference.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── integer.py
│   │   │   │   ├── ndarray.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── complex.cpython-37.pyc
│   │   │   │   │   ├── constant.cpython-37.pyc
│   │   │   │   │   ├── external_reference.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── integer.cpython-37.pyc
│   │   │   │   │   └── ndarray.cpython-37.pyc
│   │   │   │   └── tests
│   │   │   │   ├── data
│   │   │   │   │   ├── datatype-1.0.0.yaml
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── ndim-1.0.0.yaml
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_complex.cpython-37.pyc
│   │   │   │   │   ├── test_extension_metadata.cpython-37.pyc
│   │   │   │   │   ├── test_external_reference.cpython-37.pyc
│   │   │   │   │   ├── test_history.cpython-37.pyc
│   │   │   │   │   ├── test_integer.cpython-37.pyc
│   │   │   │   │   └── test_ndarray.cpython-37.pyc
│   │   │   │   ├── test_complex.py
│   │   │   │   ├── test_extension_metadata.py
│   │   │   │   ├── test_external_reference.py
│   │   │   │   ├── test_history.py
│   │   │   │   ├── test_integer.py
│   │   │   │   └── test_ndarray.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── tests
│   │   │   ├── conftest.py
│   │   │   ├── coveragerc
│   │   │   ├── data
│   │   │   │   ├── asdf.fits.gz
│   │   │   │   ├── complex-42.0.0.yaml
│   │   │   │   ├── custom-1.0.0.yaml
│   │   │   │   ├── custom_flow-1.0.0.yaml
│   │   │   │   ├── custom_flow-1.1.0.yaml
│   │   │   │   ├── custom_schema_definitions.yaml
│   │   │   │   ├── custom_schema_external_ref.yaml
│   │   │   │   ├── custom_schema.yaml
│   │   │   │   ├── custom_style-1.0.0.yaml
│   │   │   │   ├── default-1.0.0.yaml
│   │   │   │   ├── example_schema.json
│   │   │   │   ├── extension_check.fits
│   │   │   │   ├── foreign_tag_reference-1.0.0.yaml
│   │   │   │   ├── fraction-1.0.0.yaml
│   │   │   │   ├── fractional_2d_coord-1.0.0.yaml
│   │   │   │   ├── fraction_with_inverse-1.0.0.yaml
│   │   │   │   ├── __init__.py
│   │   │   │   ├── missing-1.1.0.yaml
│   │   │   │   ├── one_of-1.0.0.yaml
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── self_referencing-1.0.0.yaml
│   │   │   │   ├── tag_reference-1.0.0.yaml
│   │   │   │   └── version_mismatch.fits
│   │   │   ├── helpers.py
│   │   │   ├── httpserver.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── conftest.cpython-37.pyc
│   │   │   │   ├── helpers.cpython-37.pyc
│   │   │   │   ├── httpserver.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_api.cpython-37.pyc
│   │   │   │   ├── test_array_blocks.cpython-37.pyc
│   │   │   │   ├── test_compression.cpython-37.pyc
│   │   │   │   ├── test_extension.cpython-37.pyc
│   │   │   │   ├── test_file_format.cpython-37.pyc
│   │   │   │   ├── test_fits_embed.cpython-37.pyc
│   │   │   │   ├── test_generic_io.cpython-37.pyc
│   │   │   │   ├── test_helpers.cpython-37.pyc
│   │   │   │   ├── test_reference.cpython-37.pyc
│   │   │   │   ├── test_reference_files.cpython-37.pyc
│   │   │   │   ├── test_resolver.cpython-37.pyc
│   │   │   │   ├── test_schema.cpython-37.pyc
│   │   │   │   ├── test_search.cpython-37.pyc
│   │   │   │   ├── test_stream.cpython-37.pyc
│   │   │   │   ├── test_tagged.cpython-37.pyc
│   │   │   │   ├── test_treeutil.cpython-37.pyc
│   │   │   │   ├── test_types.cpython-37.pyc
│   │   │   │   ├── test_util.cpython-37.pyc
│   │   │   │   ├── test_versioning.cpython-37.pyc
│   │   │   │   └── test_yaml.cpython-37.pyc
│   │   │   ├── test_api.py
│   │   │   ├── test_array_blocks.py
│   │   │   ├── test_compression.py
│   │   │   ├── test_extension.py
│   │   │   ├── test_file_format.py
│   │   │   ├── test_fits_embed.py
│   │   │   ├── test_generic_io.py
│   │   │   ├── test_helpers.py
│   │   │   ├── test_reference_files.py
│   │   │   ├── test_reference.py
│   │   │   ├── test_resolver.py
│   │   │   ├── test_schema.py
│   │   │   ├── test_search.py
│   │   │   ├── test_stream.py
│   │   │   ├── test_tagged.py
│   │   │   ├── test_treeutil.py
│   │   │   ├── test_types.py
│   │   │   ├── test_util.py
│   │   │   ├── test_versioning.py
│   │   │   └── test_yaml.py
│   │   ├── treeutil.py
│   │   ├── type_index.py
│   │   ├── types.py
│   │   ├── util.py
│   │   ├── versioning.py
│   │   ├── version.py
│   │   └── yamlutil.py
│   ├── asdf-2.7.0.dist-info
│   │   ├── direct_url.json
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── pytest_asdf
│   ├── __init__.py
│   ├── plugin.py
│   └── __pycache__
│   ├── __init__.cpython-37.pyc
│   ├── __init__.cpython-37-pytest-5.4.3.pyc
│   ├── plugin.cpython-37.pyc
│   └── plugin.cpython-37-pytest-5.4.3.pyc
└── nix-support
└── propagated-build-inputs
45 directories, 522 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment