Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. /nix/store/7aajs79096cam9fadz7f8hybq9lk1j20-python3.7-radio_beam-0.3.2
  2. ├── lib
  3. │   └── python3.7
  4. │   └── site-packages
  5. │   ├── radio_beam
  6. │   │   ├── _astropy_init.py
  7. │   │   ├── beam.py
  8. │   │   ├── commonbeam.py
  9. │   │   ├── conftest.py
  10. │   │   ├── cython_version.py
  11. │   │   ├── __init__.py
  12. │   │   ├── multiple_beams.py
  13. │   │   ├── __pycache__
  14. │   │   │   ├── _astropy_init.cpython-37.pyc
  15. │   │   │   ├── beam.cpython-37.pyc
  16. │   │   │   ├── commonbeam.cpython-37.pyc
  17. │   │   │   ├── conftest.cpython-37.pyc
  18. │   │   │   ├── cython_version.cpython-37.pyc
  19. │   │   │   ├── __init__.cpython-37.pyc
  20. │   │   │   ├── multiple_beams.cpython-37.pyc
  21. │   │   │   ├── utils.cpython-37.pyc
  22. │   │   │   └── version.cpython-37.pyc
  23. │   │   ├── tests
  24. │   │   │   ├── coveragerc
  25. │   │   │   ├── data
  26. │   │   │   │   ├── header_aips.hdr
  27. │   │   │   │   ├── header_jybeam.hdr
  28. │   │   │   │   ├── m33_beams_bintable.fits.gz
  29. │   │   │   │   ├── m83.moment0.fits.gz
  30. │   │   │   │   ├── NGC0925.bima.mmom0.fits.gz
  31. │   │   │   │   ├── NGC0925.bima.mmom0.image.tar.gz
  32. │   │   │   │   └── ngc0925_na.fits.gz
  33. │   │   │   ├── __init__.py
  34. │   │   │   ├── __pycache__
  35. │   │   │   │   ├── __init__.cpython-37.pyc
  36. │   │   │   │   ├── setup_package.cpython-37.pyc
  37. │   │   │   │   ├── test_beam.cpython-37.pyc
  38. │   │   │   │   ├── test_beams.cpython-37.pyc
  39. │   │   │   │   └── test_kernels.cpython-37.pyc
  40. │   │   │   ├── setup_package.py
  41. │   │   │   ├── test_beam.py
  42. │   │   │   ├── test_beams.py
  43. │   │   │   └── test_kernels.py
  44. │   │   ├── utils.py
  45. │   │   └── version.py
  46. │   └── radio_beam-0.3.2.dist-info
  47. │   ├── entry_points.txt
  48. │   ├── INSTALLER
  49. │   ├── LICENSE.rst
  50. │   ├── METADATA
  51. │   ├── RECORD
  52. │   ├── top_level.txt
  53. │   └── WHEEL
  54. └── nix-support
  55. └── propagated-build-inputs
  56.  
  57. 10 directories, 44 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement