Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.75 KB | None | 0 0
  1. /nix/store/lgl2d98dhfh88ygr43ragvxah20fv6qg-python3.7-reproject-0.5.1
  2. ├── lib
  3. │   └── python3.7
  4. │   └── site-packages
  5. │   ├── reproject
  6. │   │   ├── array_utils.py
  7. │   │   ├── _astropy_init.py
  8. │   │   ├── compat.py
  9. │   │   ├── _compiler.c
  10. │   │   ├── compiler_version.cpython-37m-x86_64-linux-gnu.so
  11. │   │   ├── conftest.py
  12. │   │   ├── cython_version.py
  13. │   │   ├── healpix
  14. │   │   │   ├── core.py
  15. │   │   │   ├── high_level.py
  16. │   │   │   ├── __init__.py
  17. │   │   │   ├── __pycache__
  18. │   │   │   │   ├── core.cpython-37.pyc
  19. │   │   │   │   ├── high_level.cpython-37.pyc
  20. │   │   │   │   ├── __init__.cpython-37.pyc
  21. │   │   │   │   └── utils.cpython-37.pyc
  22. │   │   │   ├── tests
  23. │   │   │   │   ├── data
  24. │   │   │   │   │   ├── bayestar.fits.gz
  25. │   │   │   │   │   └── reference_result.fits
  26. │   │   │   │   ├── __init__.py
  27. │   │   │   │   ├── __pycache__
  28. │   │   │   │   │   ├── __init__.cpython-37.pyc
  29. │   │   │   │   │   ├── setup_package.cpython-37.pyc
  30. │   │   │   │   │   ├── test_healpix.cpython-37.pyc
  31. │   │   │   │   │   └── test_utils.cpython-37.pyc
  32. │   │   │   │   ├── setup_package.py
  33. │   │   │   │   ├── test_healpix.py
  34. │   │   │   │   └── test_utils.py
  35. │   │   │   └── utils.py
  36. │   │   ├── __init__.py
  37. │   │   ├── interpolation
  38. │   │   │   ├── core_celestial.py
  39. │   │   │   ├── core_full.py
  40. │   │   │   ├── high_level.py
  41. │   │   │   ├── __init__.py
  42. │   │   │   ├── __pycache__
  43. │   │   │   │   ├── core_celestial.cpython-37.pyc
  44. │   │   │   │   ├── core_full.cpython-37.pyc
  45. │   │   │   │   ├── high_level.cpython-37.pyc
  46. │   │   │   │   └── __init__.cpython-37.pyc
  47. │   │   │   └── tests
  48. │   │   │   ├── __init__.py
  49. │   │   │   ├── __pycache__
  50. │   │   │   │   ├── __init__.cpython-37.pyc
  51. │   │   │   │   └── test_core.cpython-37.pyc
  52. │   │   │   ├── reference
  53. │   │   │   │   ├── test_reproject_celestial_2d_gal2equ.fits
  54. │   │   │   │   ├── test_reproject_celestial_3d_equ2gal.fits
  55. │   │   │   │   └── test_small_cutout.fits
  56. │   │   │   └── test_core.py
  57. │   │   ├── mosaicking.py
  58. │   │   ├── __pycache__
  59. │   │   │   ├── array_utils.cpython-37.pyc
  60. │   │   │   ├── _astropy_init.cpython-37.pyc
  61. │   │   │   ├── compat.cpython-37.pyc
  62. │   │   │   ├── conftest.cpython-37.pyc
  63. │   │   │   ├── cython_version.cpython-37.pyc
  64. │   │   │   ├── __init__.cpython-37.pyc
  65. │   │   │   ├── mosaicking.cpython-37.pyc
  66. │   │   │   ├── setup_package.cpython-37.pyc
  67. │   │   │   ├── utils.cpython-37.pyc
  68. │   │   │   ├── version.cpython-37.pyc
  69. │   │   │   └── wcs_utils.cpython-37.pyc
  70. │   │   ├── setup_package.py
  71. │   │   ├── spherical_intersect
  72. │   │   │   ├── core.py
  73. │   │   │   ├── high_level.py
  74. │   │   │   ├── __init__.py
  75. │   │   │   ├── mNaN.h
  76. │   │   │   ├── overlapArea.c
  77. │   │   │   ├── overlapArea.h
  78. │   │   │   ├── overlapAreaPP.c
  79. │   │   │   ├── _overlap.c
  80. │   │   │   ├── _overlap.cpython-37m-x86_64-linux-gnu.so
  81. │   │   │   ├── overlap.py
  82. │   │   │   ├── __pycache__
  83. │   │   │   │   ├── core.cpython-37.pyc
  84. │   │   │   │   ├── high_level.cpython-37.pyc
  85. │   │   │   │   ├── __init__.cpython-37.pyc
  86. │   │   │   │   ├── overlap.cpython-37.pyc
  87. │   │   │   │   └── setup_package.cpython-37.pyc
  88. │   │   │   ├── reproject_slice_c.c
  89. │   │   │   ├── reproject_slice_c.h
  90. │   │   │   ├── setup_package.py
  91. │   │   │   └── tests
  92. │   │   │   ├── __init__.py
  93. │   │   │   ├── __pycache__
  94. │   │   │   │   ├── __init__.cpython-37.pyc
  95. │   │   │   │   ├── test_high_level.cpython-37.pyc
  96. │   │   │   │   ├── test_overlap.cpython-37.pyc
  97. │   │   │   │   └── test_reproject.cpython-37.pyc
  98. │   │   │   ├── test_high_level.py
  99. │   │   │   ├── test_overlap.py
  100. │   │   │   └── test_reproject.py
  101. │   │   ├── tests
  102. │   │   │   ├── coveragerc
  103. │   │   │   ├── data
  104. │   │   │   │   ├── cube.hdr
  105. │   │   │   │   ├── equatorial_3d.fits
  106. │   │   │   │   ├── galactic_2d.fits
  107. │   │   │   │   ├── gc_eq.hdr
  108. │   │   │   │   ├── gc_ga.hdr
  109. │   │   │   │   └── mwpan2_RGB_3600.hdr
  110. │   │   │   ├── __init__.py
  111. │   │   │   ├── __pycache__
  112. │   │   │   │   ├── __init__.cpython-37.pyc
  113. │   │   │   │   ├── test_high_level.cpython-37.pyc
  114. │   │   │   │   ├── test_mosaicking.cpython-37.pyc
  115. │   │   │   │   └── test_utils.cpython-37.pyc
  116. │   │   │   ├── test_high_level.py
  117. │   │   │   ├── test_mosaicking.py
  118. │   │   │   └── test_utils.py
  119. │   │   ├── utils.py
  120. │   │   ├── version.py
  121. │   │   └── wcs_utils.py
  122. │   └── reproject-0.5.1.dist-info
  123. │   ├── entry_points.txt
  124. │   ├── INSTALLER
  125. │   ├── LICENSE.md
  126. │   ├── METADATA
  127. │   ├── RECORD
  128. │   ├── top_level.txt
  129. │   └── WHEEL
  130. └── nix-support
  131. └── propagated-build-inputs
  132.  
  133. 24 directories, 106 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement