Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 21:00
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/b618a5056f330f94d10cf22eae5fe8c1 to your computer and use it in GitHub Desktop.
Save ryantm/b618a5056f330f94d10cf22eae5fe8c1 to your computer and use it in GitHub Desktop.
/nix/store/mfwhdblwyba8zc32z81va54x2gwk1v5d-python3.7-radio_beam-0.3.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── radio_beam
│   │   ├── _astropy_init.py
│   │   ├── beam.py
│   │   ├── commonbeam.py
│   │   ├── conftest.py
│   │   ├── cython_version.py
│   │   ├── __init__.py
│   │   ├── multiple_beams.py
│   │   ├── __pycache__
│   │   │   ├── _astropy_init.cpython-37.pyc
│   │   │   ├── beam.cpython-37.pyc
│   │   │   ├── commonbeam.cpython-37.pyc
│   │   │   ├── conftest.cpython-37.pyc
│   │   │   ├── cython_version.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── multiple_beams.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── tests
│   │   │   ├── coveragerc
│   │   │   ├── data
│   │   │   │   ├── header_aips.hdr
│   │   │   │   ├── header_jybeam.hdr
│   │   │   │   ├── m33_beams_bintable.fits.gz
│   │   │   │   ├── m83.moment0.fits.gz
│   │   │   │   ├── NGC0925.bima.mmom0.fits.gz
│   │   │   │   ├── NGC0925.bima.mmom0.image.tar.gz
│   │   │   │   └── ngc0925_na.fits.gz
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── setup_package.cpython-37.pyc
│   │   │   │   ├── test_beam.cpython-37.pyc
│   │   │   │   ├── test_beams.cpython-37.pyc
│   │   │   │   └── test_kernels.cpython-37.pyc
│   │   │   ├── setup_package.py
│   │   │   ├── test_beam.py
│   │   │   ├── test_beams.py
│   │   │   └── test_kernels.py
│   │   ├── utils.py
│   │   └── version.py
│   └── radio_beam-0.3.1.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.rst
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 44 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment