Guest User

Untitled

a guest
Jan 17th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 142.48 KB | None | 0 0
  1. /nix/store/k8yd5cav3v10d2ig1bqwbg67mzkbvkl9-python3.7-astropy-3.1.1
  2. ├── bin
  3. │   ├── fits2bitmap
  4. │   ├── fitscheck
  5. │   ├── fitsdiff
  6. │   ├── fitsheader
  7. │   ├── fitsinfo
  8. │   ├── samp_hub
  9. │   ├── showtable
  10. │   ├── volint
  11. │   └── wcslint
  12. ├── lib
  13. │   └── python3.7
  14. │   └── site-packages
  15. │   ├── astropy
  16. │   │   ├── astropy.cfg
  17. │   │   ├── CITATION
  18. │   │   ├── _compiler.cpython-37m-x86_64-linux-gnu.so
  19. │   │   ├── config
  20. │   │   │   ├── affiliated.py
  21. │   │   │   ├── configuration.py
  22. │   │   │   ├── __init__.py
  23. │   │   │   ├── paths.py
  24. │   │   │   ├── __pycache__
  25. │   │   │   │   ├── affiliated.cpython-37.pyc
  26. │   │   │   │   ├── configuration.cpython-37.pyc
  27. │   │   │   │   ├── __init__.cpython-37.pyc
  28. │   │   │   │   ├── paths.cpython-37.pyc
  29. │   │   │   │   └── setup_package.cpython-37.pyc
  30. │   │   │   ├── setup_package.py
  31. │   │   │   └── tests
  32. │   │   │   ├── data
  33. │   │   │   │   ├── alias.cfg
  34. │   │   │   │   ├── astropy.0.3.cfg
  35. │   │   │   │   ├── astropy.0.3.windows.cfg
  36. │   │   │   │   ├── deprecated.cfg
  37. │   │   │   │   ├── empty.cfg
  38. │   │   │   │   └── not_empty.cfg
  39. │   │   │   ├── __init__.py
  40. │   │   │   ├── __pycache__
  41. │   │   │   │   ├── __init__.cpython-37.pyc
  42. │   │   │   │   └── test_configs.cpython-37.pyc
  43. │   │   │   └── test_configs.py
  44. │   │   ├── conftest.py
  45. │   │   ├── constants
  46. │   │   │   ├── astropyconst13.py
  47. │   │   │   ├── astropyconst20.py
  48. │   │   │   ├── cgs.py
  49. │   │   │   ├── codata2010.py
  50. │   │   │   ├── codata2014.py
  51. │   │   │   ├── constant.py
  52. │   │   │   ├── iau2012.py
  53. │   │   │   ├── iau2015.py
  54. │   │   │   ├── __init__.py
  55. │   │   │   ├── __pycache__
  56. │   │   │   │   ├── astropyconst13.cpython-37.pyc
  57. │   │   │   │   ├── astropyconst20.cpython-37.pyc
  58. │   │   │   │   ├── cgs.cpython-37.pyc
  59. │   │   │   │   ├── codata2010.cpython-37.pyc
  60. │   │   │   │   ├── codata2014.cpython-37.pyc
  61. │   │   │   │   ├── constant.cpython-37.pyc
  62. │   │   │   │   ├── iau2012.cpython-37.pyc
  63. │   │   │   │   ├── iau2015.cpython-37.pyc
  64. │   │   │   │   ├── __init__.cpython-37.pyc
  65. │   │   │   │   ├── si.cpython-37.pyc
  66. │   │   │   │   └── utils.cpython-37.pyc
  67. │   │   │   ├── si.py
  68. │   │   │   ├── tests
  69. │   │   │   │   ├── __init__.py
  70. │   │   │   │   ├── __pycache__
  71. │   │   │   │   │   ├── __init__.cpython-37.pyc
  72. │   │   │   │   │   ├── test_constant.cpython-37.pyc
  73. │   │   │   │   │   ├── test_pickle.cpython-37.pyc
  74. │   │   │   │   │   └── test_prior_version.cpython-37.pyc
  75. │   │   │   │   ├── test_constant.py
  76. │   │   │   │   ├── test_pickle.py
  77. │   │   │   │   └── test_prior_version.py
  78. │   │   │   └── utils.py
  79. │   │   ├── convolution
  80. │   │   │   ├── _convolve.cpython-37m-x86_64-linux-gnu.so
  81. │   │   │   ├── convolve.py
  82. │   │   │   ├── core.py
  83. │   │   │   ├── __init__.py
  84. │   │   │   ├── kernels.py
  85. │   │   │   ├── __pycache__
  86. │   │   │   │   ├── convolve.cpython-37.pyc
  87. │   │   │   │   ├── core.cpython-37.pyc
  88. │   │   │   │   ├── __init__.cpython-37.pyc
  89. │   │   │   │   ├── kernels.cpython-37.pyc
  90. │   │   │   │   ├── setup_package.cpython-37.pyc
  91. │   │   │   │   └── utils.cpython-37.pyc
  92. │   │   │   ├── setup_package.py
  93. │   │   │   ├── tests
  94. │   │   │   │   ├── __init__.py
  95. │   │   │   │   ├── __pycache__
  96. │   │   │   │   │   ├── __init__.cpython-37.pyc
  97. │   │   │   │   │   ├── test_convolve.cpython-37.pyc
  98. │   │   │   │   │   ├── test_convolve_fft.cpython-37.pyc
  99. │   │   │   │   │   ├── test_convolve_kernels.cpython-37.pyc
  100. │   │   │   │   │   ├── test_convolve_models.cpython-37.pyc
  101. │   │   │   │   │   ├── test_convolve_nddata.cpython-37.pyc
  102. │   │   │   │   │   ├── test_convolve_speeds.cpython-37.pyc
  103. │   │   │   │   │   ├── test_discretize.cpython-37.pyc
  104. │   │   │   │   │   ├── test_kernel_class.cpython-37.pyc
  105. │   │   │   │   │   └── test_pickle.cpython-37.pyc
  106. │   │   │   │   ├── test_convolve_fft.py
  107. │   │   │   │   ├── test_convolve_kernels.py
  108. │   │   │   │   ├── test_convolve_models.py
  109. │   │   │   │   ├── test_convolve_nddata.py
  110. │   │   │   │   ├── test_convolve.py
  111. │   │   │   │   ├── test_convolve_speeds.py
  112. │   │   │   │   ├── test_discretize.py
  113. │   │   │   │   ├── test_kernel_class.py
  114. │   │   │   │   └── test_pickle.py
  115. │   │   │   └── utils.py
  116. │   │   ├── coordinates
  117. │   │   │   ├── angle_lextab.py
  118. │   │   │   ├── angle_parsetab.py
  119. │   │   │   ├── angles.py
  120. │   │   │   ├── angle_utilities.py
  121. │   │   │   ├── attributes.py
  122. │   │   │   ├── baseframe.py
  123. │   │   │   ├── builtin_frames
  124. │   │   │   │   ├── altaz.py
  125. │   │   │   │   ├── baseradec.py
  126. │   │   │   │   ├── cirs_observed_transforms.py
  127. │   │   │   │   ├── cirs.py
  128. │   │   │   │   ├── ecliptic.py
  129. │   │   │   │   ├── ecliptic_transforms.py
  130. │   │   │   │   ├── fk4_fk5_transforms.py
  131. │   │   │   │   ├── fk4.py
  132. │   │   │   │   ├── fk5.py
  133. │   │   │   │   ├── galactic.py
  134. │   │   │   │   ├── galactic_transforms.py
  135. │   │   │   │   ├── galactocentric.py
  136. │   │   │   │   ├── gcrs.py
  137. │   │   │   │   ├── hcrs.py
  138. │   │   │   │   ├── icrs_cirs_transforms.py
  139. │   │   │   │   ├── icrs_fk5_transforms.py
  140. │   │   │   │   ├── icrs.py
  141. │   │   │   │   ├── __init__.py
  142. │   │   │   │   ├── intermediate_rotation_transforms.py
  143. │   │   │   │   ├── itrs.py
  144. │   │   │   │   ├── lsr.py
  145. │   │   │   │   ├── __pycache__
  146. │   │   │   │   │   ├── altaz.cpython-37.pyc
  147. │   │   │   │   │   ├── baseradec.cpython-37.pyc
  148. │   │   │   │   │   ├── cirs.cpython-37.pyc
  149. │   │   │   │   │   ├── cirs_observed_transforms.cpython-37.pyc
  150. │   │   │   │   │   ├── ecliptic.cpython-37.pyc
  151. │   │   │   │   │   ├── ecliptic_transforms.cpython-37.pyc
  152. │   │   │   │   │   ├── fk4.cpython-37.pyc
  153. │   │   │   │   │   ├── fk4_fk5_transforms.cpython-37.pyc
  154. │   │   │   │   │   ├── fk5.cpython-37.pyc
  155. │   │   │   │   │   ├── galactic.cpython-37.pyc
  156. │   │   │   │   │   ├── galactic_transforms.cpython-37.pyc
  157. │   │   │   │   │   ├── galactocentric.cpython-37.pyc
  158. │   │   │   │   │   ├── gcrs.cpython-37.pyc
  159. │   │   │   │   │   ├── hcrs.cpython-37.pyc
  160. │   │   │   │   │   ├── icrs_cirs_transforms.cpython-37.pyc
  161. │   │   │   │   │   ├── icrs.cpython-37.pyc
  162. │   │   │   │   │   ├── icrs_fk5_transforms.cpython-37.pyc
  163. │   │   │   │   │   ├── __init__.cpython-37.pyc
  164. │   │   │   │   │   ├── intermediate_rotation_transforms.cpython-37.pyc
  165. │   │   │   │   │   ├── itrs.cpython-37.pyc
  166. │   │   │   │   │   ├── lsr.cpython-37.pyc
  167. │   │   │   │   │   ├── skyoffset.cpython-37.pyc
  168. │   │   │   │   │   ├── supergalactic.cpython-37.pyc
  169. │   │   │   │   │   ├── supergalactic_transforms.cpython-37.pyc
  170. │   │   │   │   │   └── utils.cpython-37.pyc
  171. │   │   │   │   ├── skyoffset.py
  172. │   │   │   │   ├── supergalactic.py
  173. │   │   │   │   ├── supergalactic_transforms.py
  174. │   │   │   │   └── utils.py
  175. │   │   │   ├── calculation.py
  176. │   │   │   ├── data
  177. │   │   │   │   ├── constellation_data_roman87.dat
  178. │   │   │   │   ├── constellation_names.dat
  179. │   │   │   │   └── sites.json
  180. │   │   │   ├── distances.py
  181. │   │   │   ├── earth_orientation.py
  182. │   │   │   ├── earth.py
  183. │   │   │   ├── errors.py
  184. │   │   │   ├── funcs.py
  185. │   │   │   ├── __init__.py
  186. │   │   │   ├── jparser.py
  187. │   │   │   ├── matching.py
  188. │   │   │   ├── matrix_utilities.py
  189. │   │   │   ├── name_resolve.py
  190. │   │   │   ├── orbital_elements.py
  191. │   │   │   ├── __pycache__
  192. │   │   │   │   ├── angle_lextab.cpython-37.pyc
  193. │   │   │   │   ├── angle_parsetab.cpython-37.pyc
  194. │   │   │   │   ├── angles.cpython-37.pyc
  195. │   │   │   │   ├── angle_utilities.cpython-37.pyc
  196. │   │   │   │   ├── attributes.cpython-37.pyc
  197. │   │   │   │   ├── baseframe.cpython-37.pyc
  198. │   │   │   │   ├── calculation.cpython-37.pyc
  199. │   │   │   │   ├── distances.cpython-37.pyc
  200. │   │   │   │   ├── earth.cpython-37.pyc
  201. │   │   │   │   ├── earth_orientation.cpython-37.pyc
  202. │   │   │   │   ├── errors.cpython-37.pyc
  203. │   │   │   │   ├── funcs.cpython-37.pyc
  204. │   │   │   │   ├── __init__.cpython-37.pyc
  205. │   │   │   │   ├── jparser.cpython-37.pyc
  206. │   │   │   │   ├── matching.cpython-37.pyc
  207. │   │   │   │   ├── matrix_utilities.cpython-37.pyc
  208. │   │   │   │   ├── name_resolve.cpython-37.pyc
  209. │   │   │   │   ├── orbital_elements.cpython-37.pyc
  210. │   │   │   │   ├── representation.cpython-37.pyc
  211. │   │   │   │   ├── setup_package.cpython-37.pyc
  212. │   │   │   │   ├── sites.cpython-37.pyc
  213. │   │   │   │   ├── sky_coordinate.cpython-37.pyc
  214. │   │   │   │   ├── sky_coordinate_parsers.cpython-37.pyc
  215. │   │   │   │   ├── solar_system.cpython-37.pyc
  216. │   │   │   │   └── transformations.cpython-37.pyc
  217. │   │   │   ├── representation.py
  218. │   │   │   ├── setup_package.py
  219. │   │   │   ├── sites.py
  220. │   │   │   ├── sky_coordinate_parsers.py
  221. │   │   │   ├── sky_coordinate.py
  222. │   │   │   ├── solar_system.py
  223. │   │   │   ├── tests
  224. │   │   │   │   ├── accuracy
  225. │   │   │   │   │   ├── fk4_no_e_fk4.csv
  226. │   │   │   │   │   ├── fk4_no_e_fk5.csv
  227. │   │   │   │   │   ├── galactic_fk4.csv
  228. │   │   │   │   │   ├── generate_ref_ast.py
  229. │   │   │   │   │   ├── icrs_fk5.csv
  230. │   │   │   │   │   ├── __init__.py
  231. │   │   │   │   │   ├── __pycache__
  232. │   │   │   │   │   │   ├── generate_ref_ast.cpython-37.pyc
  233. │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  234. │   │   │   │   │   │   ├── test_altaz_icrs.cpython-37.pyc
  235. │   │   │   │   │   │   ├── test_ecliptic.cpython-37.pyc
  236. │   │   │   │   │   │   ├── test_fk4_no_e_fk4.cpython-37.pyc
  237. │   │   │   │   │   │   ├── test_fk4_no_e_fk5.cpython-37.pyc
  238. │   │   │   │   │   │   ├── test_galactic_fk4.cpython-37.pyc
  239. │   │   │   │   │   │   └── test_icrs_fk5.cpython-37.pyc
  240. │   │   │   │   │   ├── test_altaz_icrs.py
  241. │   │   │   │   │   ├── test_ecliptic.py
  242. │   │   │   │   │   ├── test_fk4_no_e_fk4.py
  243. │   │   │   │   │   ├── test_fk4_no_e_fk5.py
  244. │   │   │   │   │   ├── test_galactic_fk4.py
  245. │   │   │   │   │   └── test_icrs_fk5.py
  246. │   │   │   │   ├── conftest.py
  247. │   │   │   │   ├── __init__.py
  248. │   │   │   │   ├── __pycache__
  249. │   │   │   │   │   ├── conftest.cpython-37.pyc
  250. │   │   │   │   │   ├── __init__.cpython-37.pyc
  251. │   │   │   │   │   ├── test_angles.cpython-37.pyc
  252. │   │   │   │   │   ├── test_angular_separation.cpython-37.pyc
  253. │   │   │   │   │   ├── test_api_ape5.cpython-37.pyc
  254. │   │   │   │   │   ├── test_arrays.cpython-37.pyc
  255. │   │   │   │   │   ├── test_atc_replacements.cpython-37.pyc
  256. │   │   │   │   │   ├── test_celestial_transformations.cpython-37.pyc
  257. │   │   │   │   │   ├── test_distance.cpython-37.pyc
  258. │   │   │   │   │   ├── test_earth.cpython-37.pyc
  259. │   │   │   │   │   ├── test_finite_difference_velocities.cpython-37.pyc
  260. │   │   │   │   │   ├── test_formatting.cpython-37.pyc
  261. │   │   │   │   │   ├── test_frames.cpython-37.pyc
  262. │   │   │   │   │   ├── test_frames_with_velocity.cpython-37.pyc
  263. │   │   │   │   │   ├── test_funcs.cpython-37.pyc
  264. │   │   │   │   │   ├── test_iau_fullstack.cpython-37.pyc
  265. │   │   │   │   │   ├── test_intermediate_transformations.cpython-37.pyc
  266. │   │   │   │   │   ├── test_matching.cpython-37.pyc
  267. │   │   │   │   │   ├── test_matrix_utilities.cpython-37.pyc
  268. │   │   │   │   │   ├── test_name_resolve.cpython-37.pyc
  269. │   │   │   │   │   ├── test_pickle.cpython-37.pyc
  270. │   │   │   │   │   ├── test_regression.cpython-37.pyc
  271. │   │   │   │   │   ├── test_representation_arithmetic.cpython-37.pyc
  272. │   │   │   │   │   ├── test_representation.cpython-37.pyc
  273. │   │   │   │   │   ├── test_representation_methods.cpython-37.pyc
  274. │   │   │   │   │   ├── test_shape_manipulation.cpython-37.pyc
  275. │   │   │   │   │   ├── test_sites.cpython-37.pyc
  276. │   │   │   │   │   ├── test_sky_coord.cpython-37.pyc
  277. │   │   │   │   │   ├── test_sky_coord_velocities.cpython-37.pyc
  278. │   │   │   │   │   ├── test_skyoffset_transformations.cpython-37.pyc
  279. │   │   │   │   │   ├── test_solar_system.cpython-37.pyc
  280. │   │   │   │   │   ├── test_transformations.cpython-37.pyc
  281. │   │   │   │   │   ├── test_unit_representation.cpython-37.pyc
  282. │   │   │   │   │   ├── test_velocity_corrs.cpython-37.pyc
  283. │   │   │   │   │   └── utils.cpython-37.pyc
  284. │   │   │   │   ├── test_angles.py
  285. │   │   │   │   ├── test_angular_separation.py
  286. │   │   │   │   ├── test_api_ape5.py
  287. │   │   │   │   ├── test_arrays.py
  288. │   │   │   │   ├── test_atc_replacements.py
  289. │   │   │   │   ├── test_celestial_transformations.py
  290. │   │   │   │   ├── test_distance.py
  291. │   │   │   │   ├── test_earth.py
  292. │   │   │   │   ├── test_finite_difference_velocities.py
  293. │   │   │   │   ├── test_formatting.py
  294. │   │   │   │   ├── test_frames.py
  295. │   │   │   │   ├── test_frames_with_velocity.py
  296. │   │   │   │   ├── test_funcs.py
  297. │   │   │   │   ├── test_iau_fullstack.py
  298. │   │   │   │   ├── test_intermediate_transformations.py
  299. │   │   │   │   ├── test_matching.py
  300. │   │   │   │   ├── test_matrix_utilities.py
  301. │   │   │   │   ├── test_name_resolve.py
  302. │   │   │   │   ├── test_pickle.py
  303. │   │   │   │   ├── test_regression.py
  304. │   │   │   │   ├── test_representation_arithmetic.py
  305. │   │   │   │   ├── test_representation_methods.py
  306. │   │   │   │   ├── test_representation.py
  307. │   │   │   │   ├── test_shape_manipulation.py
  308. │   │   │   │   ├── test_sites.py
  309. │   │   │   │   ├── test_sky_coord.py
  310. │   │   │   │   ├── test_sky_coord_velocities.py
  311. │   │   │   │   ├── test_skyoffset_transformations.py
  312. │   │   │   │   ├── test_solar_system.py
  313. │   │   │   │   ├── test_transformations.py
  314. │   │   │   │   ├── test_unit_representation.py
  315. │   │   │   │   ├── test_velocity_corrs.py
  316. │   │   │   │   └── utils.py
  317. │   │   │   └── transformations.py
  318. │   │   ├── cosmology
  319. │   │   │   ├── core.py
  320. │   │   │   ├── funcs.py
  321. │   │   │   ├── __init__.py
  322. │   │   │   ├── parameters.py
  323. │   │   │   ├── __pycache__
  324. │   │   │   │   ├── core.cpython-37.pyc
  325. │   │   │   │   ├── funcs.cpython-37.pyc
  326. │   │   │   │   ├── __init__.cpython-37.pyc
  327. │   │   │   │   └── parameters.cpython-37.pyc
  328. │   │   │   ├── scalar_inv_efuncs.cpython-37m-x86_64-linux-gnu.so
  329. │   │   │   └── tests
  330. │   │   │   ├── __init__.py
  331. │   │   │   ├── __pycache__
  332. │   │   │   │   ├── __init__.cpython-37.pyc
  333. │   │   │   │   ├── test_cosmology.cpython-37.pyc
  334. │   │   │   │   └── test_pickle.cpython-37.pyc
  335. │   │   │   ├── test_cosmology.py
  336. │   │   │   └── test_pickle.py
  337. │   │   ├── cython_version.py
  338. │   │   ├── _erfa
  339. │   │   │   ├── core.py
  340. │   │   │   ├── erfa_generator.py
  341. │   │   │   ├── __init__.py
  342. │   │   │   ├── __pycache__
  343. │   │   │   │   ├── core.cpython-37.pyc
  344. │   │   │   │   ├── erfa_generator.cpython-37.pyc
  345. │   │   │   │   ├── __init__.cpython-37.pyc
  346. │   │   │   │   └── setup_package.cpython-37.pyc
  347. │   │   │   ├── setup_package.py
  348. │   │   │   ├── tests
  349. │   │   │   │   ├── __init__.py
  350. │   │   │   │   ├── __pycache__
  351. │   │   │   │   │   ├── __init__.cpython-37.pyc
  352. │   │   │   │   │   └── test_erfa.cpython-37.pyc
  353. │   │   │   │   └── test_erfa.py
  354. │   │   │   └── ufunc.cpython-37m-x86_64-linux-gnu.so
  355. │   │   ├── extern
  356. │   │   │   ├── bundled
  357. │   │   │   │   ├── __init__.py
  358. │   │   │   │   ├── __pycache__
  359. │   │   │   │   │   ├── __init__.cpython-37.pyc
  360. │   │   │   │   │   └── six.cpython-37.pyc
  361. │   │   │   │   └── six.py
  362. │   │   │   ├── configobj
  363. │   │   │   │   ├── configobj.py
  364. │   │   │   │   ├── __init__.py
  365. │   │   │   │   ├── __pycache__
  366. │   │   │   │   │   ├── configobj.cpython-37.pyc
  367. │   │   │   │   │   ├── __init__.cpython-37.pyc
  368. │   │   │   │   │   └── validate.cpython-37.pyc
  369. │   │   │   │   └── validate.py
  370. │   │   │   ├── css
  371. │   │   │   │   └── jquery.dataTables.css
  372. │   │   │   ├── __init__.py
  373. │   │   │   ├── js
  374. │   │   │   │   ├── jquery-3.1.1.js
  375. │   │   │   │   ├── jquery-3.1.1.min.js
  376. │   │   │   │   ├── jquery.dataTables.js
  377. │   │   │   │   └── jquery.dataTables.min.js
  378. │   │   │   ├── ply
  379. │   │   │   │   ├── cpp.py
  380. │   │   │   │   ├── ctokens.py
  381. │   │   │   │   ├── __init__.py
  382. │   │   │   │   ├── lex.py
  383. │   │   │   │   ├── __pycache__
  384. │   │   │   │   │   ├── cpp.cpython-37.pyc
  385. │   │   │   │   │   ├── ctokens.cpython-37.pyc
  386. │   │   │   │   │   ├── __init__.cpython-37.pyc
  387. │   │   │   │   │   ├── lex.cpython-37.pyc
  388. │   │   │   │   │   ├── yacc.cpython-37.pyc
  389. │   │   │   │   │   └── ygen.cpython-37.pyc
  390. │   │   │   │   ├── yacc.py
  391. │   │   │   │   └── ygen.py
  392. │   │   │   ├── __pycache__
  393. │   │   │   │   ├── __init__.cpython-37.pyc
  394. │   │   │   │   ├── setup_package.cpython-37.pyc
  395. │   │   │   │   ├── six.cpython-37.pyc
  396. │   │   │   │   └── _strptime.cpython-37.pyc
  397. │   │   │   ├── setup_package.py
  398. │   │   │   ├── six.py
  399. │   │   │   └── _strptime.py
  400. │   │   ├── __init__.py
  401. │   │   ├── io
  402. │   │   │   ├── ascii
  403. │   │   │   │   ├── basic.py
  404. │   │   │   │   ├── cds.py
  405. │   │   │   │   ├── connect.py
  406. │   │   │   │   ├── core.py
  407. │   │   │   │   ├── cparser.cpython-37m-x86_64-linux-gnu.so
  408. │   │   │   │   ├── daophot.py
  409. │   │   │   │   ├── ecsv.py
  410. │   │   │   │   ├── fastbasic.py
  411. │   │   │   │   ├── fixedwidth.py
  412. │   │   │   │   ├── html.py
  413. │   │   │   │   ├── __init__.py
  414. │   │   │   │   ├── ipac.py
  415. │   │   │   │   ├── latex.py
  416. │   │   │   │   ├── misc.py
  417. │   │   │   │   ├── __pycache__
  418. │   │   │   │   │   ├── basic.cpython-37.pyc
  419. │   │   │   │   │   ├── cds.cpython-37.pyc
  420. │   │   │   │   │   ├── connect.cpython-37.pyc
  421. │   │   │   │   │   ├── core.cpython-37.pyc
  422. │   │   │   │   │   ├── daophot.cpython-37.pyc
  423. │   │   │   │   │   ├── ecsv.cpython-37.pyc
  424. │   │   │   │   │   ├── fastbasic.cpython-37.pyc
  425. │   │   │   │   │   ├── fixedwidth.cpython-37.pyc
  426. │   │   │   │   │   ├── html.cpython-37.pyc
  427. │   │   │   │   │   ├── __init__.cpython-37.pyc
  428. │   │   │   │   │   ├── ipac.cpython-37.pyc
  429. │   │   │   │   │   ├── latex.cpython-37.pyc
  430. │   │   │   │   │   ├── misc.cpython-37.pyc
  431. │   │   │   │   │   ├── rst.cpython-37.pyc
  432. │   │   │   │   │   ├── setup_package.cpython-37.pyc
  433. │   │   │   │   │   ├── sextractor.cpython-37.pyc
  434. │   │   │   │   │   └── ui.cpython-37.pyc
  435. │   │   │   │   ├── rst.py
  436. │   │   │   │   ├── setup_package.py
  437. │   │   │   │   ├── sextractor.py
  438. │   │   │   │   ├── tests
  439. │   │   │   │   │   ├── common.py
  440. │   │   │   │   │   ├── __init__.py
  441. │   │   │   │   │   ├── __pycache__
  442. │   │   │   │   │   │   ├── common.cpython-37.pyc
  443. │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  444. │   │   │   │   │   │   ├── test_cds_header_from_readme.cpython-37.pyc
  445. │   │   │   │   │   │   ├── test_compressed.cpython-37.pyc
  446. │   │   │   │   │   │   ├── test_connect.cpython-37.pyc
  447. │   │   │   │   │   │   ├── test_c_reader.cpython-37.pyc
  448. │   │   │   │   │   │   ├── test_ecsv.cpython-37.pyc
  449. │   │   │   │   │   │   ├── test_fixedwidth.cpython-37.pyc
  450. │   │   │   │   │   │   ├── test_html.cpython-37.pyc
  451. │   │   │   │   │   │   ├── test_ipac_definitions.cpython-37.pyc
  452. │   │   │   │   │   │   ├── test_read.cpython-37.pyc
  453. │   │   │   │   │   │   ├── test_rst.cpython-37.pyc
  454. │   │   │   │   │   │   ├── test_types.cpython-37.pyc
  455. │   │   │   │   │   │   └── test_write.cpython-37.pyc
  456. │   │   │   │   │   ├── t
  457. │   │   │   │   │   │   ├── apostrophe.rdb
  458. │   │   │   │   │   │   ├── apostrophe.tab
  459. │   │   │   │   │   │   ├── bad.txt
  460. │   │   │   │   │   │   ├── bars_at_ends.txt
  461. │   │   │   │   │   │   ├── cds
  462. │   │   │   │   │   │   │   ├── description
  463. │   │   │   │   │   │   │   │   ├── ReadMe
  464. │   │   │   │   │   │   │   │   └── table.dat
  465. │   │   │   │   │   │   │   ├── glob
  466. │   │   │   │   │   │   │   │   ├── lmxbrefs.dat
  467. │   │   │   │   │   │   │   │   └── ReadMe
  468. │   │   │   │   │   │   │   └── multi
  469. │   │   │   │   │   │   │   ├── lhs2065.dat
  470. │   │   │   │   │   │   │   ├── lp944-20.dat
  471. │   │   │   │   │   │   │   └── ReadMe
  472. │   │   │   │   │   │   ├── cds2.dat
  473. │   │   │   │   │   │   ├── cds.dat
  474. │   │   │   │   │   │   ├── cds_malformed.dat
  475. │   │   │   │   │   │   ├── commented_header2.dat
  476. │   │   │   │   │   │   ├── commented_header.dat
  477. │   │   │   │   │   │   ├── continuation.dat
  478. │   │   │   │   │   │   ├── daophot2.dat
  479. │   │   │   │   │   │   ├── daophot3.dat
  480. │   │   │   │   │   │   ├── daophot4.dat
  481. │   │   │   │   │   │   ├── daophot.dat
  482. │   │   │   │   │   │   ├── daophot.dat.gz
  483. │   │   │   │   │   │   ├── fill_values.txt
  484. │   │   │   │   │   │   ├── fixed_width_2_line.txt
  485. │   │   │   │   │   │   ├── html2.html
  486. │   │   │   │   │   │   ├── html.html
  487. │   │   │   │   │   │   ├── ipac.dat
  488. │   │   │   │   │   │   ├── ipac.dat.bz2
  489. │   │   │   │   │   │   ├── ipac.dat.xz
  490. │   │   │   │   │   │   ├── latex1.tex
  491. │   │   │   │   │   │   ├── latex1.tex.gz
  492. │   │   │   │   │   │   ├── latex2.tex
  493. │   │   │   │   │   │   ├── latex3.tex
  494. │   │   │   │   │   │   ├── nls1_stackinfo.dbout
  495. │   │   │   │   │   │   ├── no_data_cds.dat
  496. │   │   │   │   │   │   ├── no_data_daophot.dat
  497. │   │   │   │   │   │   ├── no_data_ipac.dat
  498. │   │   │   │   │   │   ├── no_data_sextractor.dat
  499. │   │   │   │   │   │   ├── no_data_with_header.dat
  500. │   │   │   │   │   │   ├── no_data_without_header.dat
  501. │   │   │   │   │   │   ├── sextractor2.dat
  502. │   │   │   │   │   │   ├── sextractor3.dat
  503. │   │   │   │   │   │   ├── sextractor.dat
  504. │   │   │   │   │   │   ├── short.rdb
  505. │   │   │   │   │   │   ├── short.rdb.bz2
  506. │   │   │   │   │   │   ├── short.rdb.gz
  507. │   │   │   │   │   │   ├── short.rdb.xz
  508. │   │   │   │   │   │   ├── short.tab
  509. │   │   │   │   │   │   ├── simple2.txt
  510. │   │   │   │   │   │   ├── simple3.txt
  511. │   │   │   │   │   │   ├── simple4.txt
  512. │   │   │   │   │   │   ├── simple5.txt
  513. │   │   │   │   │   │   ├── simple_csv.csv
  514. │   │   │   │   │   │   ├── simple_csv_missing.csv
  515. │   │   │   │   │   │   ├── simple.txt
  516. │   │   │   │   │   │   ├── space_delim_blank_lines.txt
  517. │   │   │   │   │   │   ├── space_delim_no_header.dat
  518. │   │   │   │   │   │   ├── space_delim_no_names.dat
  519. │   │   │   │   │   │   ├── test4.dat
  520. │   │   │   │   │   │   ├── test5.dat
  521. │   │   │   │   │   │   ├── vizier
  522. │   │   │   │   │   │   │   ├── ReadMe
  523. │   │   │   │   │   │   │   ├── table1.dat
  524. │   │   │   │   │   │   │   └── table5.dat
  525. │   │   │   │   │   │   ├── vots_spec.dat
  526. │   │   │   │   │   │   └── whitespace.dat
  527. │   │   │   │   │   ├── test_cds_header_from_readme.py
  528. │   │   │   │   │   ├── test_compressed.py
  529. │   │   │   │   │   ├── test_connect.py
  530. │   │   │   │   │   ├── test_c_reader.py
  531. │   │   │   │   │   ├── test_ecsv.py
  532. │   │   │   │   │   ├── test_fixedwidth.py
  533. │   │   │   │   │   ├── test_html.py
  534. │   │   │   │   │   ├── test_ipac_definitions.py
  535. │   │   │   │   │   ├── test_read.py
  536. │   │   │   │   │   ├── test_rst.py
  537. │   │   │   │   │   ├── test_types.py
  538. │   │   │   │   │   └── test_write.py
  539. │   │   │   │   └── ui.py
  540. │   │   │   ├── fits
  541. │   │   │   │   ├── card.py
  542. │   │   │   │   ├── column.py
  543. │   │   │   │   ├── compression.cpython-37m-x86_64-linux-gnu.so
  544. │   │   │   │   ├── connect.py
  545. │   │   │   │   ├── convenience.py
  546. │   │   │   │   ├── diff.py
  547. │   │   │   │   ├── file.py
  548. │   │   │   │   ├── fitsrec.py
  549. │   │   │   │   ├── fitstime.py
  550. │   │   │   │   ├── hdu
  551. │   │   │   │   │   ├── base.py
  552. │   │   │   │   │   ├── compressed.py
  553. │   │   │   │   │   ├── groups.py
  554. │   │   │   │   │   ├── hdulist.py
  555. │   │   │   │   │   ├── image.py
  556. │   │   │   │   │   ├── __init__.py
  557. │   │   │   │   │   ├── nonstandard.py
  558. │   │   │   │   │   ├── __pycache__
  559. │   │   │   │   │   │   ├── base.cpython-37.pyc
  560. │   │   │   │   │   │   ├── compressed.cpython-37.pyc
  561. │   │   │   │   │   │   ├── groups.cpython-37.pyc
  562. │   │   │   │   │   │   ├── hdulist.cpython-37.pyc
  563. │   │   │   │   │   │   ├── image.cpython-37.pyc
  564. │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  565. │   │   │   │   │   │   ├── nonstandard.cpython-37.pyc
  566. │   │   │   │   │   │   ├── streaming.cpython-37.pyc
  567. │   │   │   │   │   │   └── table.cpython-37.pyc
  568. │   │   │   │   │   ├── streaming.py
  569. │   │   │   │   │   └── table.py
  570. │   │   │   │   ├── header.py
  571. │   │   │   │   ├── __init__.py
  572. │   │   │   │   ├── __pycache__
  573. │   │   │   │   │   ├── card.cpython-37.pyc
  574. │   │   │   │   │   ├── column.cpython-37.pyc
  575. │   │   │   │   │   ├── connect.cpython-37.pyc
  576. │   │   │   │   │   ├── convenience.cpython-37.pyc
  577. │   │   │   │   │   ├── diff.cpython-37.pyc
  578. │   │   │   │   │   ├── file.cpython-37.pyc
  579. │   │   │   │   │   ├── fitsrec.cpython-37.pyc
  580. │   │   │   │   │   ├── fitstime.cpython-37.pyc
  581. │   │   │   │   │   ├── header.cpython-37.pyc
  582. │   │   │   │   │   ├── __init__.cpython-37.pyc
  583. │   │   │   │   │   ├── setup_package.cpython-37.pyc
  584. │   │   │   │   │   ├── util.cpython-37.pyc
  585. │   │   │   │   │   └── verify.cpython-37.pyc
  586. │   │   │   │   ├── scripts
  587. │   │   │   │   │   ├── fitscheck.py
  588. │   │   │   │   │   ├── fitsdiff.py
  589. │   │   │   │   │   ├── fitsheader.py
  590. │   │   │   │   │   ├── fitsinfo.py
  591. │   │   │   │   │   ├── __init__.py
  592. │   │   │   │   │   └── __pycache__
  593. │   │   │   │   │   ├── fitscheck.cpython-37.pyc
  594. │   │   │   │   │   ├── fitsdiff.cpython-37.pyc
  595. │   │   │   │   │   ├── fitsheader.cpython-37.pyc
  596. │   │   │   │   │   ├── fitsinfo.cpython-37.pyc
  597. │   │   │   │   │   └── __init__.cpython-37.pyc
  598. │   │   │   │   ├── setup_package.py
  599. │   │   │   │   ├── tests
  600. │   │   │   │   │   ├── data
  601. │   │   │   │   │   │   ├── arange.fits
  602. │   │   │   │   │   │   ├── ascii.fits
  603. │   │   │   │   │   │   ├── blank.fits
  604. │   │   │   │   │   │   ├── btable.fits
  605. │   │   │   │   │   │   ├── chandra_time.fits
  606. │   │   │   │   │   │   ├── checksum.fits
  607. │   │   │   │   │   │   ├── comp.fits
  608. │   │   │   │   │   │   ├── compressed_float_bzero.fits
  609. │   │   │   │   │   │   ├── compressed_image.fits
  610. │   │   │   │   │   │   ├── fixed-1890.fits
  611. │   │   │   │   │   │   ├── group.fits
  612. │   │   │   │   │   │   ├── history_header.fits
  613. │   │   │   │   │   │   ├── memtest.fits
  614. │   │   │   │   │   │   ├── o4sp040b0_raw.fits
  615. │   │   │   │   │   │   ├── random_groups.fits
  616. │   │   │   │   │   │   ├── scale.fits
  617. │   │   │   │   │   │   ├── stddata.fits
  618. │   │   │   │   │   │   ├── table.fits
  619. │   │   │   │   │   │   ├── tb.fits
  620. │   │   │   │   │   │   ├── tdim.fits
  621. │   │   │   │   │   │   ├── test0.fits
  622. │   │   │   │   │   │   ├── test1.fits
  623. │   │   │   │   │   │   ├── variable_length_table.fits
  624. │   │   │   │   │   │   └── zerowidth.fits
  625. │   │   │   │   │   ├── __init__.py
  626. │   │   │   │   │   ├── __pycache__
  627. │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  628. │   │   │   │   │   │   ├── test_checksum.cpython-37.pyc
  629. │   │   │   │   │   │   ├── test_compression_failures.cpython-37.pyc
  630. │   │   │   │   │   │   ├── test_connect.cpython-37.pyc
  631. │   │   │   │   │   │   ├── test_convenience.cpython-37.pyc
  632. │   │   │   │   │   │   ├── test_core.cpython-37.pyc
  633. │   │   │   │   │   │   ├── test_diff.cpython-37.pyc
  634. │   │   │   │   │   │   ├── test_division.cpython-37.pyc
  635. │   │   │   │   │   │   ├── test_fitscheck.cpython-37.pyc
  636. │   │   │   │   │   │   ├── test_fitsdiff.cpython-37.pyc
  637. │   │   │   │   │   │   ├── test_fitsheader.cpython-37.pyc
  638. │   │   │   │   │   │   ├── test_fitsinfo.cpython-37.pyc
  639. │   │   │   │   │   │   ├── test_fitstime.cpython-37.pyc
  640. │   │   │   │   │   │   ├── test_groups.cpython-37.pyc
  641. │   │   │   │   │   │   ├── test_hdulist.cpython-37.pyc
  642. │   │   │   │   │   │   ├── test_header.cpython-37.pyc
  643. │   │   │   │   │   │   ├── test_image.cpython-37.pyc
  644. │   │   │   │   │   │   ├── test_nonstandard.cpython-37.pyc
  645. │   │   │   │   │   │   ├── test_structured.cpython-37.pyc
  646. │   │   │   │   │   │   ├── test_table.cpython-37.pyc
  647. │   │   │   │   │   │   ├── test_uint.cpython-37.pyc
  648. │   │   │   │   │   │   └── test_util.cpython-37.pyc
  649. │   │   │   │   │   ├── test_checksum.py
  650. │   │   │   │   │   ├── test_compression_failures.py
  651. │   │   │   │   │   ├── test_connect.py
  652. │   │   │   │   │   ├── test_convenience.py
  653. │   │   │   │   │   ├── test_core.py
  654. │   │   │   │   │   ├── test_diff.py
  655. │   │   │   │   │   ├── test_division.py
  656. │   │   │   │   │   ├── test_fitscheck.py
  657. │   │   │   │   │   ├── test_fitsdiff.py
  658. │   │   │   │   │   ├── test_fitsheader.py
  659. │   │   │   │   │   ├── test_fitsinfo.py
  660. │   │   │   │   │   ├── test_fitstime.py
  661. │   │   │   │   │   ├── test_groups.py
  662. │   │   │   │   │   ├── test_hdulist.py
  663. │   │   │   │   │   ├── test_header.py
  664. │   │   │   │   │   ├── test_image.py
  665. │   │   │   │   │   ├── test_nonstandard.py
  666. │   │   │   │   │   ├── test_structured.py
  667. │   │   │   │   │   ├── test_table.py
  668. │   │   │   │   │   ├── test_uint.py
  669. │   │   │   │   │   └── test_util.py
  670. │   │   │   │   ├── util.py
  671. │   │   │   │   └── verify.py
  672. │   │   │   ├── __init__.py
  673. │   │   │   ├── misc
  674. │   │   │   │   ├── asdf
  675. │   │   │   │   │   ├── extension.py
  676. │   │   │   │   │   ├── __init__.py
  677. │   │   │   │   │   ├── __pycache__
  678. │   │   │   │   │   │   ├── extension.cpython-37.pyc
  679. │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  680. │   │   │   │   │   │   ├── setup_package.cpython-37.pyc
  681. │   │   │   │   │   │   └── types.cpython-37.pyc
  682. │   │   │   │   │   ├── schemas
  683. │   │   │   │   │   │   └── astropy.org
  684. │   │   │   │   │   │   └── astropy
  685. │   │   │   │   │   │   └── coordinates
  686. │   │   │   │   │   │   ├── angle-1.0.0.yaml
  687. │   │   │   │   │   │   ├── frames
  688. │   │   │   │   │   │   │   ├── baseframe-1.0.0.yaml
  689. │   │   │   │   │   │   │   ├── cirs-1.0.0.yaml
  690. │   │   │   │   │   │   │   ├── fk4-1.0.0.yaml
  691. │   │   │   │   │   │   │   ├── fk4noeterms-1.0.0.yaml
  692. │   │   │   │   │   │   │   ├── fk5-1.0.0.yaml
  693. │   │   │   │   │   │   │   ├── galactic-1.0.0.yaml
  694. │   │   │   │   │   │   │   ├── galactocentric-1.0.0.yaml
  695. │   │   │   │   │   │   │   ├── gcrs-1.0.0.yaml
  696. │   │   │   │   │   │   │   ├── icrs-1.0.0.yaml
  697. │   │   │   │   │   │   │   ├── icrs-1.1.0.yaml
  698. │   │   │   │   │   │   │   ├── itrs-1.0.0.yaml
  699. │   │   │   │   │   │   │   └── precessedgeocentric-1.0.0.yaml
  700. │   │   │   │   │   │   ├── latitude-1.0.0.yaml
  701. │   │   │   │   │   │   ├── longitude-1.0.0.yaml
  702. │   │   │   │   │   │   └── representation-1.0.0.yaml
  703. │   │   │   │   │   ├── setup_package.py
  704. │   │   │   │   │   ├── tags
  705. │   │   │   │   │   │   ├── coordinates
  706. │   │   │   │   │   │   │   ├── angle.py
  707. │   │   │   │   │   │   │   ├── frames.py
  708. │   │   │   │   │   │   │   ├── __init__.py
  709. │   │   │   │   │   │   │   ├── __pycache__
  710. │   │   │   │   │   │   │   │   ├── angle.cpython-37.pyc
  711. │   │   │   │   │   │   │   │   ├── frames.cpython-37.pyc
  712. │   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  713. │   │   │   │   │   │   │   │   └── representation.cpython-37.pyc
  714. │   │   │   │   │   │   │   ├── representation.py
  715. │   │   │   │   │   │   │   └── tests
  716. │   │   │   │   │   │   │   ├── __init__.py
  717. │   │   │   │   │   │   │   ├── __pycache__
  718. │   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  719. │   │   │   │   │   │   │   │   ├── test_angle.cpython-37.pyc
  720. │   │   │   │   │   │   │   │   ├── test_frames.cpython-37.pyc
  721. │   │   │   │   │   │   │   │   └── test_representation.cpython-37.pyc
  722. │   │   │   │   │   │   │   ├── test_angle.py
  723. │   │   │   │   │   │   │   ├── test_frames.py
  724. │   │   │   │   │   │   │   └── test_representation.py
  725. │   │   │   │   │   │   ├── fits
  726. │   │   │   │   │   │   │   ├── fits.py
  727. │   │   │   │   │   │   │   ├── __init__.py
  728. │   │   │   │   │   │   │   ├── __pycache__
  729. │   │   │   │   │   │   │   │   ├── fits.cpython-37.pyc
  730. │   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  731. │   │   │   │   │   │   │   │   └── setup_package.cpython-37.pyc
  732. │   │   │   │   │   │   │   ├── setup_package.py
  733. │   │   │   │   │   │   │   └── tests
  734. │   │   │   │   │   │   │   ├── data
  735. │   │   │   │   │   │   │   │   └── complex.fits
  736. │   │   │   │   │   │   │   ├── __init__.py
  737. │   │   │   │   │   │   │   ├── __pycache__
  738. │   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  739. │   │   │   │   │   │   │   │   └── test_fits.cpython-37.pyc
  740. │   │   │   │   │   │   │   └── test_fits.py
  741. │   │   │   │   │   │   ├── __init__.py
  742. │   │   │   │   │   │   ├── __pycache__
  743. │   │   │   │   │   │   │   └── __init__.cpython-37.pyc
  744. │   │   │   │   │   │   ├── table
  745. │   │   │   │   │   │   │   ├── __init__.py
  746. │   │   │   │   │   │   │   ├── __pycache__
  747. │   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  748. │   │   │   │   │   │   │   │   └── table.cpython-37.pyc
  749. │   │   │   │   │   │   │   ├── table.py
  750. │   │   │   │   │   │   │   └── tests
  751. │   │   │   │   │   │   │   ├── __init__.py
  752. │   │   │   │   │   │   │   ├── __pycache__
  753. │   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  754. │   │   │   │   │   │   │   │   └── test_table.cpython-37.pyc
  755. │   │   │   │   │   │   │   └── test_table.py
  756. │   │   │   │   │   │   ├── time
  757. │   │   │   │   │   │   │   ├── __init__.py
  758. │   │   │   │   │   │   │   ├── __pycache__
  759. │   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  760. │   │   │   │   │   │   │   │   └── time.cpython-37.pyc
  761. │   │   │   │   │   │   │   ├── tests
  762. │   │   │   │   │   │   │   │   ├── __init__.py
  763. │   │   │   │   │   │   │   │   ├── __pycache__
  764. │   │   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  765. │   │   │   │   │   │   │   │   │   └── test_time.cpython-37.pyc
  766. │   │   │   │   │   │   │   │   └── test_time.py
  767. │   │   │   │   │   │   │   └── time.py
  768. │   │   │   │   │   │   ├── transform
  769. │   │   │   │   │   │   │   ├── basic.py
  770. │   │   │   │   │   │   │   ├── compound.py
  771. │   │   │   │   │   │   │   ├── __init__.py
  772. │   │   │   │   │   │   │   ├── polynomial.py
  773. │   │   │   │   │   │   │   ├── projections.py
  774. │   │   │   │   │   │   │   ├── __pycache__
  775. │   │   │   │   │   │   │   │   ├── basic.cpython-37.pyc
  776. │   │   │   │   │   │   │   │   ├── compound.cpython-37.pyc
  777. │   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  778. │   │   │   │   │   │   │   │   ├── polynomial.cpython-37.pyc
  779. │   │   │   │   │   │   │   │   ├── projections.cpython-37.pyc
  780. │   │   │   │   │   │   │   │   └── tabular.cpython-37.pyc
  781. │   │   │   │   │   │   │   ├── tabular.py
  782. │   │   │   │   │   │   │   └── tests
  783. │   │   │   │   │   │   │   ├── __init__.py
  784. │   │   │   │   │   │   │   ├── __pycache__
  785. │   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  786. │   │   │   │   │   │   │   │   └── test_transform.cpython-37.pyc
  787. │   │   │   │   │   │   │   └── test_transform.py
  788. │   │   │   │   │   │   └── unit
  789. │   │   │   │   │   │   ├── __init__.py
  790. │   │   │   │   │   │   ├── __pycache__
  791. │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  792. │   │   │   │   │   │   │   ├── quantity.cpython-37.pyc
  793. │   │   │   │   │   │   │   └── unit.cpython-37.pyc
  794. │   │   │   │   │   │   ├── quantity.py
  795. │   │   │   │   │   │   ├── tests
  796. │   │   │   │   │   │   │   ├── __init__.py
  797. │   │   │   │   │   │   │   ├── __pycache__
  798. │   │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  799. │   │   │   │   │   │   │   │   ├── test_quantity.cpython-37.pyc
  800. │   │   │   │   │   │   │   │   └── test_unit.cpython-37.pyc
  801. │   │   │   │   │   │   │   ├── test_quantity.py
  802. │   │   │   │   │   │   │   └── test_unit.py
  803. │   │   │   │   │   │   └── unit.py
  804. │   │   │   │   │   └── types.py
  805. │   │   │   │   ├── connect.py
  806. │   │   │   │   ├── hdf5.py
  807. │   │   │   │   ├── __init__.py
  808. │   │   │   │   ├── pickle_helpers.py
  809. │   │   │   │   ├── __pycache__
  810. │   │   │   │   │   ├── connect.cpython-37.pyc
  811. │   │   │   │   │   ├── hdf5.cpython-37.pyc
  812. │   │   │   │   │   ├── __init__.cpython-37.pyc
  813. │   │   │   │   │   ├── pickle_helpers.cpython-37.pyc
  814. │   │   │   │   │   └── yaml.cpython-37.pyc
  815. │   │   │   │   ├── tests
  816. │   │   │   │   │   ├── __init__.py
  817. │   │   │   │   │   ├── __pycache__
  818. │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  819. │   │   │   │   │   │   ├── test_hdf5.cpython-37.pyc
  820. │   │   │   │   │   │   ├── test_pickle_helpers.cpython-37.pyc
  821. │   │   │   │   │   │   └── test_yaml.cpython-37.pyc
  822. │   │   │   │   │   ├── test_hdf5.py
  823. │   │   │   │   │   ├── test_pickle_helpers.py
  824. │   │   │   │   │   └── test_yaml.py
  825. │   │   │   │   └── yaml.py
  826. │   │   │   ├── __pycache__
  827. │   │   │   │   ├── __init__.cpython-37.pyc
  828. │   │   │   │   └── registry.cpython-37.pyc
  829. │   │   │   ├── registry.py
  830. │   │   │   ├── tests
  831. │   │   │   │   ├── __init__.py
  832. │   │   │   │   ├── __pycache__
  833. │   │   │   │   │   ├── __init__.cpython-37.pyc
  834. │   │   │   │   │   └── test_registry.cpython-37.pyc
  835. │   │   │   │   └── test_registry.py
  836. │   │   │   └── votable
  837. │   │   │   ├── connect.py
  838. │   │   │   ├── converters.py
  839. │   │   │   ├── data
  840. │   │   │   │   ├── ucd1p-words.txt
  841. │   │   │   │   ├── VOTable.dtd
  842. │   │   │   │   ├── VOTable.v1.1.xsd
  843. │   │   │   │   ├── VOTable.v1.2.xsd
  844. │   │   │   │   └── VOTable.v1.3.xsd
  845. │   │   │   ├── exceptions.py
  846. │   │   │   ├── __init__.py
  847. │   │   │   ├── __pycache__
  848. │   │   │   │   ├── connect.cpython-37.pyc
  849. │   │   │   │   ├── converters.cpython-37.pyc
  850. │   │   │   │   ├── exceptions.cpython-37.pyc
  851. │   │   │   │   ├── __init__.cpython-37.pyc
  852. │   │   │   │   ├── setup_package.cpython-37.pyc
  853. │   │   │   │   ├── table.cpython-37.pyc
  854. │   │   │   │   ├── tree.cpython-37.pyc
  855. │   │   │   │   ├── ucd.cpython-37.pyc
  856. │   │   │   │   ├── util.cpython-37.pyc
  857. │   │   │   │   ├── volint.cpython-37.pyc
  858. │   │   │   │   └── xmlutil.cpython-37.pyc
  859. │   │   │   ├── setup_package.py
  860. │   │   │   ├── table.py
  861. │   │   │   ├── tablewriter.cpython-37m-x86_64-linux-gnu.so
  862. │   │   │   ├── tests
  863. │   │   │   │   ├── converter_test.py
  864. │   │   │   │   ├── data
  865. │   │   │   │   │   ├── custom_datatype.xml
  866. │   │   │   │   │   ├── empty_table.xml
  867. │   │   │   │   │   ├── gemini.xml
  868. │   │   │   │   │   ├── irsa-nph-error.xml
  869. │   │   │   │   │   ├── irsa-nph-m31.xml
  870. │   │   │   │   │   ├── names.xml
  871. │   │   │   │   │   ├── nonstandard_units.xml
  872. │   │   │   │   │   ├── no_resource.txt
  873. │   │   │   │   │   ├── no_resource.xml
  874. │   │   │   │   │   ├── regression.bin.tabledata.truth.1.1.xml
  875. │   │   │   │   │   ├── regression.bin.tabledata.truth.1.3.xml
  876. │   │   │   │   │   ├── regression.xml
  877. │   │   │   │   │   ├── resource_groups.xml
  878. │   │   │   │   │   ├── tb.fits
  879. │   │   │   │   │   ├── too_many_columns.xml.gz
  880. │   │   │   │   │   └── validation.txt
  881. │   │   │   │   ├── exception_test.py
  882. │   │   │   │   ├── __init__.py
  883. │   │   │   │   ├── __pycache__
  884. │   │   │   │   │   ├── converter_test.cpython-37.pyc
  885. │   │   │   │   │   ├── exception_test.cpython-37.pyc
  886. │   │   │   │   │   ├── __init__.cpython-37.pyc
  887. │   │   │   │   │   ├── resource_test.cpython-37.pyc
  888. │   │   │   │   │   ├── table_test.cpython-37.pyc
  889. │   │   │   │   │   ├── tree_test.cpython-37.pyc
  890. │   │   │   │   │   ├── ucd_test.cpython-37.pyc
  891. │   │   │   │   │   ├── util_test.cpython-37.pyc
  892. │   │   │   │   │   └── vo_test.cpython-37.pyc
  893. │   │   │   │   ├── resource_test.py
  894. │   │   │   │   ├── table_test.py
  895. │   │   │   │   ├── tree_test.py
  896. │   │   │   │   ├── ucd_test.py
  897. │   │   │   │   ├── util_test.py
  898. │   │   │   │   └── vo_test.py
  899. │   │   │   ├── tree.py
  900. │   │   │   ├── ucd.py
  901. │   │   │   ├── util.py
  902. │   │   │   ├── validator
  903. │   │   │   │   ├── html.py
  904. │   │   │   │   ├── __init__.py
  905. │   │   │   │   ├── main.py
  906. │   │   │   │   ├── __pycache__
  907. │   │   │   │   │   ├── html.cpython-37.pyc
  908. │   │   │   │   │   ├── __init__.cpython-37.pyc
  909. │   │   │   │   │   ├── main.cpython-37.pyc
  910. │   │   │   │   │   └── result.cpython-37.pyc
  911. │   │   │   │   ├── result.py
  912. │   │   │   │   └── urls
  913. │   │   │   │   ├── cone.big.dat.gz
  914. │   │   │   │   ├── cone.broken.dat.gz
  915. │   │   │   │   ├── cone.good.dat.gz
  916. │   │   │   │   └── cone.incorrect.dat.gz
  917. │   │   │   ├── volint.py
  918. │   │   │   └── xmlutil.py
  919. │   │   ├── logger.py
  920. │   │   ├── modeling
  921. │   │   │   ├── blackbody.py
  922. │   │   │   ├── core.py
  923. │   │   │   ├── fitting.py
  924. │   │   │   ├── functional_models.py
  925. │   │   │   ├── __init__.py
  926. │   │   │   ├── mappings.py
  927. │   │   │   ├── models.py
  928. │   │   │   ├── optimizers.py
  929. │   │   │   ├── parameters.py
  930. │   │   │   ├── polynomial.py
  931. │   │   │   ├── powerlaws.py
  932. │   │   │   ├── _projections.cpython-37m-x86_64-linux-gnu.so
  933. │   │   │   ├── projections.py
  934. │   │   │   ├── __pycache__
  935. │   │   │   │   ├── blackbody.cpython-37.pyc
  936. │   │   │   │   ├── core.cpython-37.pyc
  937. │   │   │   │   ├── fitting.cpython-37.pyc
  938. │   │   │   │   ├── functional_models.cpython-37.pyc
  939. │   │   │   │   ├── __init__.cpython-37.pyc
  940. │   │   │   │   ├── mappings.cpython-37.pyc
  941. │   │   │   │   ├── models.cpython-37.pyc
  942. │   │   │   │   ├── optimizers.cpython-37.pyc
  943. │   │   │   │   ├── parameters.cpython-37.pyc
  944. │   │   │   │   ├── polynomial.cpython-37.pyc
  945. │   │   │   │   ├── powerlaws.cpython-37.pyc
  946. │   │   │   │   ├── projections.cpython-37.pyc
  947. │   │   │   │   ├── rotations.cpython-37.pyc
  948. │   │   │   │   ├── separable.cpython-37.pyc
  949. │   │   │   │   ├── setup_package.cpython-37.pyc
  950. │   │   │   │   ├── statistic.cpython-37.pyc
  951. │   │   │   │   ├── tabular.cpython-37.pyc
  952. │   │   │   │   └── utils.cpython-37.pyc
  953. │   │   │   ├── rotations.py
  954. │   │   │   ├── separable.py
  955. │   │   │   ├── setup_package.py
  956. │   │   │   ├── statistic.py
  957. │   │   │   ├── tabular.py
  958. │   │   │   ├── tests
  959. │   │   │   │   ├── data
  960. │   │   │   │   │   ├── 1904-66_AZP.fits
  961. │   │   │   │   │   ├── hst_sip.hdr
  962. │   │   │   │   │   ├── idcompspec.fits
  963. │   │   │   │   │   ├── __init__.py
  964. │   │   │   │   │   ├── irac_sip.hdr
  965. │   │   │   │   │   └── __pycache__
  966. │   │   │   │   │   └── __init__.cpython-37.pyc
  967. │   │   │   │   ├── example_models.py
  968. │   │   │   │   ├── __init__.py
  969. │   │   │   │   ├── irafutil.py
  970. │   │   │   │   ├── __pycache__
  971. │   │   │   │   │   ├── example_models.cpython-37.pyc
  972. │   │   │   │   │   ├── __init__.cpython-37.pyc
  973. │   │   │   │   │   ├── irafutil.cpython-37.pyc
  974. │   │   │   │   │   ├── test_blackbody.cpython-37.pyc
  975. │   │   │   │   │   ├── test_compound.cpython-37.pyc
  976. │   │   │   │   │   ├── test_constraints.cpython-37.pyc
  977. │   │   │   │   │   ├── test_core.cpython-37.pyc
  978. │   │   │   │   │   ├── test_fitters.cpython-37.pyc
  979. │   │   │   │   │   ├── test_functional_models.cpython-37.pyc
  980. │   │   │   │   │   ├── test_input.cpython-37.pyc
  981. │   │   │   │   │   ├── test_mappings.cpython-37.pyc
  982. │   │   │   │   │   ├── test_models.cpython-37.pyc
  983. │   │   │   │   │   ├── test_model_sets.cpython-37.pyc
  984. │   │   │   │   │   ├── test_models_quantities.cpython-37.pyc
  985. │   │   │   │   │   ├── test_parameters.cpython-37.pyc
  986. │   │   │   │   │   ├── test_polynomial.cpython-37.pyc
  987. │   │   │   │   │   ├── test_projections.cpython-37.pyc
  988. │   │   │   │   │   ├── test_quantities_evaluation.cpython-37.pyc
  989. │   │   │   │   │   ├── test_quantities_fitting.cpython-37.pyc
  990. │   │   │   │   │   ├── test_quantities_model.cpython-37.pyc
  991. │   │   │   │   │   ├── test_quantities_parameters.cpython-37.pyc
  992. │   │   │   │   │   ├── test_quantities_rotations.cpython-37.pyc
  993. │   │   │   │   │   ├── test_rotations.cpython-37.pyc
  994. │   │   │   │   │   ├── test_separable.cpython-37.pyc
  995. │   │   │   │   │   ├── test_utils.cpython-37.pyc
  996. │   │   │   │   │   └── utils.cpython-37.pyc
  997. │   │   │   │   ├── test_blackbody.py
  998. │   │   │   │   ├── test_compound.py
  999. │   │   │   │   ├── test_constraints.py
  1000. │   │   │   │   ├── test_core.py
  1001. │   │   │   │   ├── test_fitters.py
  1002. │   │   │   │   ├── test_functional_models.py
  1003. │   │   │   │   ├── test_input.py
  1004. │   │   │   │   ├── test_mappings.py
  1005. │   │   │   │   ├── test_model_sets.py
  1006. │   │   │   │   ├── test_models.py
  1007. │   │   │   │   ├── test_models_quantities.py
  1008. │   │   │   │   ├── test_parameters.py
  1009. │   │   │   │   ├── test_polynomial.py
  1010. │   │   │   │   ├── test_projections.py
  1011. │   │   │   │   ├── test_quantities_evaluation.py
  1012. │   │   │   │   ├── test_quantities_fitting.py
  1013. │   │   │   │   ├── test_quantities_model.py
  1014. │   │   │   │   ├── test_quantities_parameters.py
  1015. │   │   │   │   ├── test_quantities_rotations.py
  1016. │   │   │   │   ├── test_rotations.py
  1017. │   │   │   │   ├── test_separable.py
  1018. │   │   │   │   ├── test_utils.py
  1019. │   │   │   │   └── utils.py
  1020. │   │   │   └── utils.py
  1021. │   │   ├── nddata
  1022. │   │   │   ├── bitmask.py
  1023. │   │   │   ├── ccddata.py
  1024. │   │   │   ├── compat.py
  1025. │   │   │   ├── decorators.py
  1026. │   │   │   ├── flag_collection.py
  1027. │   │   │   ├── __init__.py
  1028. │   │   │   ├── mixins
  1029. │   │   │   │   ├── __init__.py
  1030. │   │   │   │   ├── ndarithmetic.py
  1031. │   │   │   │   ├── ndio.py
  1032. │   │   │   │   ├── ndslicing.py
  1033. │   │   │   │   ├── __pycache__
  1034. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1035. │   │   │   │   │   ├── ndarithmetic.cpython-37.pyc
  1036. │   │   │   │   │   ├── ndio.cpython-37.pyc
  1037. │   │   │   │   │   └── ndslicing.cpython-37.pyc
  1038. │   │   │   │   └── tests
  1039. │   │   │   │   ├── __init__.py
  1040. │   │   │   │   ├── __pycache__
  1041. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1042. │   │   │   │   │   ├── test_ndarithmetic.cpython-37.pyc
  1043. │   │   │   │   │   ├── test_ndio.cpython-37.pyc
  1044. │   │   │   │   │   └── test_ndslicing.cpython-37.pyc
  1045. │   │   │   │   ├── test_ndarithmetic.py
  1046. │   │   │   │   ├── test_ndio.py
  1047. │   │   │   │   └── test_ndslicing.py
  1048. │   │   │   ├── nddata_base.py
  1049. │   │   │   ├── nddata.py
  1050. │   │   │   ├── nddata_withmixins.py
  1051. │   │   │   ├── nduncertainty.py
  1052. │   │   │   ├── __pycache__
  1053. │   │   │   │   ├── bitmask.cpython-37.pyc
  1054. │   │   │   │   ├── ccddata.cpython-37.pyc
  1055. │   │   │   │   ├── compat.cpython-37.pyc
  1056. │   │   │   │   ├── decorators.cpython-37.pyc
  1057. │   │   │   │   ├── flag_collection.cpython-37.pyc
  1058. │   │   │   │   ├── __init__.cpython-37.pyc
  1059. │   │   │   │   ├── nddata_base.cpython-37.pyc
  1060. │   │   │   │   ├── nddata.cpython-37.pyc
  1061. │   │   │   │   ├── nddata_withmixins.cpython-37.pyc
  1062. │   │   │   │   ├── nduncertainty.cpython-37.pyc
  1063. │   │   │   │   ├── setup_package.cpython-37.pyc
  1064. │   │   │   │   └── utils.cpython-37.pyc
  1065. │   │   │   ├── setup_package.py
  1066. │   │   │   ├── tests
  1067. │   │   │   │   ├── data
  1068. │   │   │   │   │   └── sip-wcs.fits
  1069. │   │   │   │   ├── __init__.py
  1070. │   │   │   │   ├── __pycache__
  1071. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1072. │   │   │   │   │   ├── test_bitmask.cpython-37.pyc
  1073. │   │   │   │   │   ├── test_ccddata.cpython-37.pyc
  1074. │   │   │   │   │   ├── test_compat.cpython-37.pyc
  1075. │   │   │   │   │   ├── test_decorators.cpython-37.pyc
  1076. │   │   │   │   │   ├── test_flag_collection.cpython-37.pyc
  1077. │   │   │   │   │   ├── test_nddata_base.cpython-37.pyc
  1078. │   │   │   │   │   ├── test_nddata.cpython-37.pyc
  1079. │   │   │   │   │   ├── test_nduncertainty.cpython-37.pyc
  1080. │   │   │   │   │   └── test_utils.cpython-37.pyc
  1081. │   │   │   │   ├── test_bitmask.py
  1082. │   │   │   │   ├── test_ccddata.py
  1083. │   │   │   │   ├── test_compat.py
  1084. │   │   │   │   ├── test_decorators.py
  1085. │   │   │   │   ├── test_flag_collection.py
  1086. │   │   │   │   ├── test_nddata_base.py
  1087. │   │   │   │   ├── test_nddata.py
  1088. │   │   │   │   ├── test_nduncertainty.py
  1089. │   │   │   │   └── test_utils.py
  1090. │   │   │   └── utils.py
  1091. │   │   ├── __pycache__
  1092. │   │   │   ├── conftest.cpython-37.pyc
  1093. │   │   │   ├── cython_version.cpython-37.pyc
  1094. │   │   │   ├── __init__.cpython-37.pyc
  1095. │   │   │   ├── logger.cpython-37.pyc
  1096. │   │   │   ├── setup_package.cpython-37.pyc
  1097. │   │   │   └── version.cpython-37.pyc
  1098. │   │   ├── samp
  1099. │   │   │   ├── client.py
  1100. │   │   │   ├── constants.py
  1101. │   │   │   ├── data
  1102. │   │   │   │   ├── astropy_icon.png
  1103. │   │   │   │   ├── clientaccesspolicy.xml
  1104. │   │   │   │   └── crossdomain.xml
  1105. │   │   │   ├── errors.py
  1106. │   │   │   ├── hub_proxy.py
  1107. │   │   │   ├── hub.py
  1108. │   │   │   ├── hub_script.py
  1109. │   │   │   ├── __init__.py
  1110. │   │   │   ├── integrated_client.py
  1111. │   │   │   ├── lockfile_helpers.py
  1112. │   │   │   ├── __pycache__
  1113. │   │   │   │   ├── client.cpython-37.pyc
  1114. │   │   │   │   ├── constants.cpython-37.pyc
  1115. │   │   │   │   ├── errors.cpython-37.pyc
  1116. │   │   │   │   ├── hub.cpython-37.pyc
  1117. │   │   │   │   ├── hub_proxy.cpython-37.pyc
  1118. │   │   │   │   ├── hub_script.cpython-37.pyc
  1119. │   │   │   │   ├── __init__.cpython-37.pyc
  1120. │   │   │   │   ├── integrated_client.cpython-37.pyc
  1121. │   │   │   │   ├── lockfile_helpers.cpython-37.pyc
  1122. │   │   │   │   ├── setup_package.cpython-37.pyc
  1123. │   │   │   │   ├── standard_profile.cpython-37.pyc
  1124. │   │   │   │   ├── utils.cpython-37.pyc
  1125. │   │   │   │   └── web_profile.cpython-37.pyc
  1126. │   │   │   ├── setup_package.py
  1127. │   │   │   ├── standard_profile.py
  1128. │   │   │   ├── tests
  1129. │   │   │   │   ├── __init__.py
  1130. │   │   │   │   ├── __pycache__
  1131. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1132. │   │   │   │   │   ├── test_client.cpython-37.pyc
  1133. │   │   │   │   │   ├── test_errors.cpython-37.pyc
  1134. │   │   │   │   │   ├── test_helpers.cpython-37.pyc
  1135. │   │   │   │   │   ├── test_hub.cpython-37.pyc
  1136. │   │   │   │   │   ├── test_hub_proxy.cpython-37.pyc
  1137. │   │   │   │   │   ├── test_hub_script.cpython-37.pyc
  1138. │   │   │   │   │   ├── test_standard_profile.cpython-37.pyc
  1139. │   │   │   │   │   ├── test_web_profile.cpython-37.pyc
  1140. │   │   │   │   │   └── web_profile_test_helpers.cpython-37.pyc
  1141. │   │   │   │   ├── test_client.py
  1142. │   │   │   │   ├── test_errors.py
  1143. │   │   │   │   ├── test_helpers.py
  1144. │   │   │   │   ├── test_hub_proxy.py
  1145. │   │   │   │   ├── test_hub.py
  1146. │   │   │   │   ├── test_hub_script.py
  1147. │   │   │   │   ├── test_standard_profile.py
  1148. │   │   │   │   ├── test_web_profile.py
  1149. │   │   │   │   └── web_profile_test_helpers.py
  1150. │   │   │   ├── utils.py
  1151. │   │   │   └── web_profile.py
  1152. │   │   ├── setup_package.py
  1153. │   │   ├── stats
  1154. │   │   │   ├── bayesian_blocks.py
  1155. │   │   │   ├── biweight.py
  1156. │   │   │   ├── bls
  1157. │   │   │   │   ├── core.py
  1158. │   │   │   │   ├── _impl.cpython-37m-x86_64-linux-gnu.so
  1159. │   │   │   │   ├── __init__.py
  1160. │   │   │   │   ├── methods.py
  1161. │   │   │   │   ├── __pycache__
  1162. │   │   │   │   │   ├── core.cpython-37.pyc
  1163. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1164. │   │   │   │   │   ├── methods.cpython-37.pyc
  1165. │   │   │   │   │   └── setup_package.cpython-37.pyc
  1166. │   │   │   │   ├── setup_package.py
  1167. │   │   │   │   └── tests
  1168. │   │   │   │   ├── __init__.py
  1169. │   │   │   │   ├── __pycache__
  1170. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1171. │   │   │   │   │   └── test_bls.cpython-37.pyc
  1172. │   │   │   │   └── test_bls.py
  1173. │   │   │   ├── circstats.py
  1174. │   │   │   ├── funcs.py
  1175. │   │   │   ├── histogram.py
  1176. │   │   │   ├── info_theory.py
  1177. │   │   │   ├── __init__.py
  1178. │   │   │   ├── jackknife.py
  1179. │   │   │   ├── lombscargle
  1180. │   │   │   │   ├── core.py
  1181. │   │   │   │   ├── implementations
  1182. │   │   │   │   │   ├── chi2_impl.py
  1183. │   │   │   │   │   ├── cython_impl.cpython-37m-x86_64-linux-gnu.so
  1184. │   │   │   │   │   ├── fastchi2_impl.py
  1185. │   │   │   │   │   ├── fast_impl.py
  1186. │   │   │   │   │   ├── __init__.py
  1187. │   │   │   │   │   ├── main.py
  1188. │   │   │   │   │   ├── mle.py
  1189. │   │   │   │   │   ├── __pycache__
  1190. │   │   │   │   │   │   ├── chi2_impl.cpython-37.pyc
  1191. │   │   │   │   │   │   ├── fastchi2_impl.cpython-37.pyc
  1192. │   │   │   │   │   │   ├── fast_impl.cpython-37.pyc
  1193. │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  1194. │   │   │   │   │   │   ├── main.cpython-37.pyc
  1195. │   │   │   │   │   │   ├── mle.cpython-37.pyc
  1196. │   │   │   │   │   │   ├── scipy_impl.cpython-37.pyc
  1197. │   │   │   │   │   │   ├── slow_impl.cpython-37.pyc
  1198. │   │   │   │   │   │   └── utils.cpython-37.pyc
  1199. │   │   │   │   │   ├── scipy_impl.py
  1200. │   │   │   │   │   ├── slow_impl.py
  1201. │   │   │   │   │   ├── tests
  1202. │   │   │   │   │   │   ├── __init__.py
  1203. │   │   │   │   │   │   ├── __pycache__
  1204. │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  1205. │   │   │   │   │   │   │   ├── test_mle.cpython-37.pyc
  1206. │   │   │   │   │   │   │   └── test_utils.cpython-37.pyc
  1207. │   │   │   │   │   │   ├── test_mle.py
  1208. │   │   │   │   │   │   └── test_utils.py
  1209. │   │   │   │   │   └── utils.py
  1210. │   │   │   │   ├── __init__.py
  1211. │   │   │   │   ├── __pycache__
  1212. │   │   │   │   │   ├── core.cpython-37.pyc
  1213. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1214. │   │   │   │   │   ├── _statistics.cpython-37.pyc
  1215. │   │   │   │   │   └── utils.cpython-37.pyc
  1216. │   │   │   │   ├── _statistics.py
  1217. │   │   │   │   ├── tests
  1218. │   │   │   │   │   ├── __init__.py
  1219. │   │   │   │   │   ├── __pycache__
  1220. │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  1221. │   │   │   │   │   │   ├── test_lombscargle.cpython-37.pyc
  1222. │   │   │   │   │   │   ├── test_statistics.cpython-37.pyc
  1223. │   │   │   │   │   │   └── test_utils.cpython-37.pyc
  1224. │   │   │   │   │   ├── test_lombscargle.py
  1225. │   │   │   │   │   ├── test_statistics.py
  1226. │   │   │   │   │   └── test_utils.py
  1227. │   │   │   │   └── utils.py
  1228. │   │   │   ├── __pycache__
  1229. │   │   │   │   ├── bayesian_blocks.cpython-37.pyc
  1230. │   │   │   │   ├── biweight.cpython-37.pyc
  1231. │   │   │   │   ├── circstats.cpython-37.pyc
  1232. │   │   │   │   ├── funcs.cpython-37.pyc
  1233. │   │   │   │   ├── histogram.cpython-37.pyc
  1234. │   │   │   │   ├── info_theory.cpython-37.pyc
  1235. │   │   │   │   ├── __init__.cpython-37.pyc
  1236. │   │   │   │   ├── jackknife.cpython-37.pyc
  1237. │   │   │   │   ├── sigma_clipping.cpython-37.pyc
  1238. │   │   │   │   └── spatial.cpython-37.pyc
  1239. │   │   │   ├── sigma_clipping.py
  1240. │   │   │   ├── spatial.py
  1241. │   │   │   ├── _stats.cpython-37m-x86_64-linux-gnu.so
  1242. │   │   │   └── tests
  1243. │   │   │   ├── __init__.py
  1244. │   │   │   ├── __pycache__
  1245. │   │   │   │   ├── __init__.cpython-37.pyc
  1246. │   │   │   │   ├── test_bayesian_blocks.cpython-37.pyc
  1247. │   │   │   │   ├── test_biweight.cpython-37.pyc
  1248. │   │   │   │   ├── test_circstats.cpython-37.pyc
  1249. │   │   │   │   ├── test_funcs.cpython-37.pyc
  1250. │   │   │   │   ├── test_histogram.cpython-37.pyc
  1251. │   │   │   │   ├── test_info_theory.cpython-37.pyc
  1252. │   │   │   │   ├── test_jackknife.cpython-37.pyc
  1253. │   │   │   │   ├── test_sigma_clipping.cpython-37.pyc
  1254. │   │   │   │   └── test_spatial.cpython-37.pyc
  1255. │   │   │   ├── test_bayesian_blocks.py
  1256. │   │   │   ├── test_biweight.py
  1257. │   │   │   ├── test_circstats.py
  1258. │   │   │   ├── test_funcs.py
  1259. │   │   │   ├── test_histogram.py
  1260. │   │   │   ├── test_info_theory.py
  1261. │   │   │   ├── test_jackknife.py
  1262. │   │   │   ├── test_sigma_clipping.py
  1263. │   │   │   └── test_spatial.py
  1264. │   │   ├── table
  1265. │   │   │   ├── bst.py
  1266. │   │   │   ├── _column_mixins.cpython-37m-x86_64-linux-gnu.so
  1267. │   │   │   ├── column.py
  1268. │   │   │   ├── groups.py
  1269. │   │   │   ├── index.py
  1270. │   │   │   ├── info.py
  1271. │   │   │   ├── __init__.py
  1272. │   │   │   ├── jsviewer.py
  1273. │   │   │   ├── meta.py
  1274. │   │   │   ├── _np_utils.cpython-37m-x86_64-linux-gnu.so
  1275. │   │   │   ├── np_utils.py
  1276. │   │   │   ├── operations.py
  1277. │   │   │   ├── pandas.py
  1278. │   │   │   ├── pprint.py
  1279. │   │   │   ├── __pycache__
  1280. │   │   │   │   ├── bst.cpython-37.pyc
  1281. │   │   │   │   ├── column.cpython-37.pyc
  1282. │   │   │   │   ├── groups.cpython-37.pyc
  1283. │   │   │   │   ├── index.cpython-37.pyc
  1284. │   │   │   │   ├── info.cpython-37.pyc
  1285. │   │   │   │   ├── __init__.cpython-37.pyc
  1286. │   │   │   │   ├── jsviewer.cpython-37.pyc
  1287. │   │   │   │   ├── meta.cpython-37.pyc
  1288. │   │   │   │   ├── np_utils.cpython-37.pyc
  1289. │   │   │   │   ├── operations.cpython-37.pyc
  1290. │   │   │   │   ├── pandas.cpython-37.pyc
  1291. │   │   │   │   ├── pprint.cpython-37.pyc
  1292. │   │   │   │   ├── row.cpython-37.pyc
  1293. │   │   │   │   ├── serialize.cpython-37.pyc
  1294. │   │   │   │   ├── setup_package.cpython-37.pyc
  1295. │   │   │   │   ├── soco.cpython-37.pyc
  1296. │   │   │   │   ├── sorted_array.cpython-37.pyc
  1297. │   │   │   │   ├── table.cpython-37.pyc
  1298. │   │   │   │   └── table_helpers.cpython-37.pyc
  1299. │   │   │   ├── row.py
  1300. │   │   │   ├── scripts
  1301. │   │   │   │   ├── __init__.py
  1302. │   │   │   │   ├── __pycache__
  1303. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1304. │   │   │   │   │   └── showtable.cpython-37.pyc
  1305. │   │   │   │   └── showtable.py
  1306. │   │   │   ├── serialize.py
  1307. │   │   │   ├── setup_package.py
  1308. │   │   │   ├── soco.py
  1309. │   │   │   ├── sorted_array.py
  1310. │   │   │   ├── table_helpers.py
  1311. │   │   │   ├── table.py
  1312. │   │   │   └── tests
  1313. │   │   │   ├── conftest.py
  1314. │   │   │   ├── __init__.py
  1315. │   │   │   ├── __pycache__
  1316. │   │   │   │   ├── conftest.cpython-37.pyc
  1317. │   │   │   │   ├── __init__.cpython-37.pyc
  1318. │   │   │   │   ├── test_array.cpython-37.pyc
  1319. │   │   │   │   ├── test_bst.cpython-37.pyc
  1320. │   │   │   │   ├── test_column.cpython-37.pyc
  1321. │   │   │   │   ├── test_groups.cpython-37.pyc
  1322. │   │   │   │   ├── test_index.cpython-37.pyc
  1323. │   │   │   │   ├── test_info.cpython-37.pyc
  1324. │   │   │   │   ├── test_init_table.cpython-37.pyc
  1325. │   │   │   │   ├── test_item_access.cpython-37.pyc
  1326. │   │   │   │   ├── test_jsviewer.cpython-37.pyc
  1327. │   │   │   │   ├── test_masked.cpython-37.pyc
  1328. │   │   │   │   ├── test_mixin.cpython-37.pyc
  1329. │   │   │   │   ├── test_np_utils.cpython-37.pyc
  1330. │   │   │   │   ├── test_operations.cpython-37.pyc
  1331. │   │   │   │   ├── test_pickle.cpython-37.pyc
  1332. │   │   │   │   ├── test_pprint.cpython-37.pyc
  1333. │   │   │   │   ├── test_row.cpython-37.pyc
  1334. │   │   │   │   ├── test_showtable.cpython-37.pyc
  1335. │   │   │   │   ├── test_subclass.cpython-37.pyc
  1336. │   │   │   │   └── test_table.cpython-37.pyc
  1337. │   │   │   ├── test_array.py
  1338. │   │   │   ├── test_bst.py
  1339. │   │   │   ├── test_column.py
  1340. │   │   │   ├── test_groups.py
  1341. │   │   │   ├── test_index.py
  1342. │   │   │   ├── test_info.py
  1343. │   │   │   ├── test_init_table.py
  1344. │   │   │   ├── test_item_access.py
  1345. │   │   │   ├── test_jsviewer.py
  1346. │   │   │   ├── test_masked.py
  1347. │   │   │   ├── test_mixin.py
  1348. │   │   │   ├── test_np_utils.py
  1349. │   │   │   ├── test_operations.py
  1350. │   │   │   ├── test_pickle.py
  1351. │   │   │   ├── test_pprint.py
  1352. │   │   │   ├── test_row.py
  1353. │   │   │   ├── test_showtable.py
  1354. │   │   │   ├── test_subclass.py
  1355. │   │   │   └── test_table.py
  1356. │   │   ├── tests
  1357. │   │   │   ├── command.py
  1358. │   │   │   ├── coveragerc
  1359. │   │   │   ├── disable_internet.py
  1360. │   │   │   ├── helper.py
  1361. │   │   │   ├── image_tests.py
  1362. │   │   │   ├── __init__.py
  1363. │   │   │   ├── plugins
  1364. │   │   │   │   ├── config.py
  1365. │   │   │   │   ├── display.py
  1366. │   │   │   │   ├── __init__.py
  1367. │   │   │   │   └── __pycache__
  1368. │   │   │   │   ├── config.cpython-37.pyc
  1369. │   │   │   │   ├── display.cpython-37.pyc
  1370. │   │   │   │   └── __init__.cpython-37.pyc
  1371. │   │   │   ├── __pycache__
  1372. │   │   │   │   ├── command.cpython-37.pyc
  1373. │   │   │   │   ├── disable_internet.cpython-37.pyc
  1374. │   │   │   │   ├── helper.cpython-37.pyc
  1375. │   │   │   │   ├── image_tests.cpython-37.pyc
  1376. │   │   │   │   ├── __init__.cpython-37.pyc
  1377. │   │   │   │   ├── pytest_plugins.cpython-37.pyc
  1378. │   │   │   │   ├── runner.cpython-37.pyc
  1379. │   │   │   │   ├── setup_package.cpython-37.pyc
  1380. │   │   │   │   └── test_logger.cpython-37.pyc
  1381. │   │   │   ├── pytest_plugins.py
  1382. │   │   │   ├── runner.py
  1383. │   │   │   ├── setup_package.py
  1384. │   │   │   ├── test_logger.py
  1385. │   │   │   └── tests
  1386. │   │   │   ├── __init__.py
  1387. │   │   │   ├── __pycache__
  1388. │   │   │   │   ├── __init__.cpython-37.pyc
  1389. │   │   │   │   ├── test_imports.cpython-37.pyc
  1390. │   │   │   │   ├── test_quantity_helpers.cpython-37.pyc
  1391. │   │   │   │   ├── test_runner.cpython-37.pyc
  1392. │   │   │   │   └── test_run_tests.cpython-37.pyc
  1393. │   │   │   ├── test_imports.py
  1394. │   │   │   ├── test_quantity_helpers.py
  1395. │   │   │   ├── test_runner.py
  1396. │   │   │   └── test_run_tests.py
  1397. │   │   ├── time
  1398. │   │   │   ├── core.py
  1399. │   │   │   ├── formats.py
  1400. │   │   │   ├── __init__.py
  1401. │   │   │   ├── __pycache__
  1402. │   │   │   │   ├── core.cpython-37.pyc
  1403. │   │   │   │   ├── formats.cpython-37.pyc
  1404. │   │   │   │   ├── __init__.cpython-37.pyc
  1405. │   │   │   │   └── utils.cpython-37.pyc
  1406. │   │   │   ├── tests
  1407. │   │   │   │   ├── __init__.py
  1408. │   │   │   │   ├── __pycache__
  1409. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1410. │   │   │   │   │   ├── test_basic.cpython-37.pyc
  1411. │   │   │   │   │   ├── test_comparisons.cpython-37.pyc
  1412. │   │   │   │   │   ├── test_corrs.cpython-37.pyc
  1413. │   │   │   │   │   ├── test_delta.cpython-37.pyc
  1414. │   │   │   │   │   ├── test_guess.cpython-37.pyc
  1415. │   │   │   │   │   ├── test_mask.cpython-37.pyc
  1416. │   │   │   │   │   ├── test_methods.cpython-37.pyc
  1417. │   │   │   │   │   ├── test_pickle.cpython-37.pyc
  1418. │   │   │   │   │   ├── test_precision.cpython-37.pyc
  1419. │   │   │   │   │   ├── test_quantity_interaction.cpython-37.pyc
  1420. │   │   │   │   │   ├── test_sidereal.cpython-37.pyc
  1421. │   │   │   │   │   └── test_ut1.cpython-37.pyc
  1422. │   │   │   │   ├── test_basic.py
  1423. │   │   │   │   ├── test_comparisons.py
  1424. │   │   │   │   ├── test_corrs.py
  1425. │   │   │   │   ├── test_delta.py
  1426. │   │   │   │   ├── test_guess.py
  1427. │   │   │   │   ├── test_mask.py
  1428. │   │   │   │   ├── test_methods.py
  1429. │   │   │   │   ├── test_pickle.py
  1430. │   │   │   │   ├── test_precision.py
  1431. │   │   │   │   ├── test_quantity_interaction.py
  1432. │   │   │   │   ├── test_sidereal.py
  1433. │   │   │   │   └── test_ut1.py
  1434. │   │   │   └── utils.py
  1435. │   │   ├── uncertainty
  1436. │   │   │   ├── core.py
  1437. │   │   │   ├── distributions.py
  1438. │   │   │   ├── __init__.py
  1439. │   │   │   ├── __pycache__
  1440. │   │   │   │   ├── core.cpython-37.pyc
  1441. │   │   │   │   ├── distributions.cpython-37.pyc
  1442. │   │   │   │   └── __init__.cpython-37.pyc
  1443. │   │   │   └── tests
  1444. │   │   │   ├── __init__.py
  1445. │   │   │   ├── __pycache__
  1446. │   │   │   │   ├── __init__.cpython-37.pyc
  1447. │   │   │   │   └── test_distribution.cpython-37.pyc
  1448. │   │   │   └── test_distribution.py
  1449. │   │   ├── units
  1450. │   │   │   ├── astrophys.py
  1451. │   │   │   ├── cds.py
  1452. │   │   │   ├── cgs.py
  1453. │   │   │   ├── core.py
  1454. │   │   │   ├── decorators.py
  1455. │   │   │   ├── deprecated.py
  1456. │   │   │   ├── equivalencies.py
  1457. │   │   │   ├── format
  1458. │   │   │   │   ├── base.py
  1459. │   │   │   │   ├── cds_lextab.py
  1460. │   │   │   │   ├── cds_parsetab.py
  1461. │   │   │   │   ├── cds.py
  1462. │   │   │   │   ├── console.py
  1463. │   │   │   │   ├── fits.py
  1464. │   │   │   │   ├── generic_lextab.py
  1465. │   │   │   │   ├── generic_parsetab.py
  1466. │   │   │   │   ├── generic.py
  1467. │   │   │   │   ├── __init__.py
  1468. │   │   │   │   ├── latex.py
  1469. │   │   │   │   ├── ogip_lextab.py
  1470. │   │   │   │   ├── ogip_parsetab.py
  1471. │   │   │   │   ├── ogip.py
  1472. │   │   │   │   ├── __pycache__
  1473. │   │   │   │   │   ├── base.cpython-37.pyc
  1474. │   │   │   │   │   ├── cds.cpython-37.pyc
  1475. │   │   │   │   │   ├── cds_lextab.cpython-37.pyc
  1476. │   │   │   │   │   ├── cds_parsetab.cpython-37.pyc
  1477. │   │   │   │   │   ├── console.cpython-37.pyc
  1478. │   │   │   │   │   ├── fits.cpython-37.pyc
  1479. │   │   │   │   │   ├── generic.cpython-37.pyc
  1480. │   │   │   │   │   ├── generic_lextab.cpython-37.pyc
  1481. │   │   │   │   │   ├── generic_parsetab.cpython-37.pyc
  1482. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1483. │   │   │   │   │   ├── latex.cpython-37.pyc
  1484. │   │   │   │   │   ├── ogip.cpython-37.pyc
  1485. │   │   │   │   │   ├── ogip_lextab.cpython-37.pyc
  1486. │   │   │   │   │   ├── ogip_parsetab.cpython-37.pyc
  1487. │   │   │   │   │   ├── unicode_format.cpython-37.pyc
  1488. │   │   │   │   │   ├── utils.cpython-37.pyc
  1489. │   │   │   │   │   └── vounit.cpython-37.pyc
  1490. │   │   │   │   ├── unicode_format.py
  1491. │   │   │   │   ├── utils.py
  1492. │   │   │   │   └── vounit.py
  1493. │   │   │   ├── function
  1494. │   │   │   │   ├── core.py
  1495. │   │   │   │   ├── __init__.py
  1496. │   │   │   │   ├── logarithmic.py
  1497. │   │   │   │   ├── magnitude_zero_points.py
  1498. │   │   │   │   ├── mixin.py
  1499. │   │   │   │   ├── __pycache__
  1500. │   │   │   │   │   ├── core.cpython-37.pyc
  1501. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1502. │   │   │   │   │   ├── logarithmic.cpython-37.pyc
  1503. │   │   │   │   │   ├── magnitude_zero_points.cpython-37.pyc
  1504. │   │   │   │   │   ├── mixin.cpython-37.pyc
  1505. │   │   │   │   │   └── units.cpython-37.pyc
  1506. │   │   │   │   └── units.py
  1507. │   │   │   ├── imperial.py
  1508. │   │   │   ├── __init__.py
  1509. │   │   │   ├── photometric.py
  1510. │   │   │   ├── physical.py
  1511. │   │   │   ├── __pycache__
  1512. │   │   │   │   ├── astrophys.cpython-37.pyc
  1513. │   │   │   │   ├── cds.cpython-37.pyc
  1514. │   │   │   │   ├── cgs.cpython-37.pyc
  1515. │   │   │   │   ├── core.cpython-37.pyc
  1516. │   │   │   │   ├── decorators.cpython-37.pyc
  1517. │   │   │   │   ├── deprecated.cpython-37.pyc
  1518. │   │   │   │   ├── equivalencies.cpython-37.pyc
  1519. │   │   │   │   ├── imperial.cpython-37.pyc
  1520. │   │   │   │   ├── __init__.cpython-37.pyc
  1521. │   │   │   │   ├── photometric.cpython-37.pyc
  1522. │   │   │   │   ├── physical.cpython-37.pyc
  1523. │   │   │   │   ├── quantity.cpython-37.pyc
  1524. │   │   │   │   ├── required_by_vounit.cpython-37.pyc
  1525. │   │   │   │   ├── si.cpython-37.pyc
  1526. │   │   │   │   └── utils.cpython-37.pyc
  1527. │   │   │   ├── quantity_helper
  1528. │   │   │   │   ├── converters.py
  1529. │   │   │   │   ├── erfa.py
  1530. │   │   │   │   ├── helpers.py
  1531. │   │   │   │   ├── __init__.py
  1532. │   │   │   │   ├── __pycache__
  1533. │   │   │   │   │   ├── converters.cpython-37.pyc
  1534. │   │   │   │   │   ├── erfa.cpython-37.pyc
  1535. │   │   │   │   │   ├── helpers.cpython-37.pyc
  1536. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1537. │   │   │   │   │   └── scipy_special.cpython-37.pyc
  1538. │   │   │   │   └── scipy_special.py
  1539. │   │   │   ├── quantity.py
  1540. │   │   │   ├── required_by_vounit.py
  1541. │   │   │   ├── si.py
  1542. │   │   │   ├── tests
  1543. │   │   │   │   ├── __init__.py
  1544. │   │   │   │   ├── __pycache__
  1545. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1546. │   │   │   │   │   ├── test_deprecated.cpython-37.pyc
  1547. │   │   │   │   │   ├── test_equivalencies.cpython-37.pyc
  1548. │   │   │   │   │   ├── test_format.cpython-37.pyc
  1549. │   │   │   │   │   ├── test_logarithmic.cpython-37.pyc
  1550. │   │   │   │   │   ├── test_photometric.cpython-37.pyc
  1551. │   │   │   │   │   ├── test_physical.cpython-37.pyc
  1552. │   │   │   │   │   ├── test_quantity_annotations.cpython-37.pyc
  1553. │   │   │   │   │   ├── test_quantity_array_methods.cpython-37.pyc
  1554. │   │   │   │   │   ├── test_quantity.cpython-37.pyc
  1555. │   │   │   │   │   ├── test_quantity_decorator.cpython-37.pyc
  1556. │   │   │   │   │   ├── test_quantity_helpers.cpython-37.pyc
  1557. │   │   │   │   │   ├── test_quantity_non_ufuncs.cpython-37.pyc
  1558. │   │   │   │   │   ├── test_quantity_ufuncs.cpython-37.pyc
  1559. │   │   │   │   │   ├── test_units.cpython-37.pyc
  1560. │   │   │   │   │   └── test_utils.cpython-37.pyc
  1561. │   │   │   │   ├── test_deprecated.py
  1562. │   │   │   │   ├── test_equivalencies.py
  1563. │   │   │   │   ├── test_format.py
  1564. │   │   │   │   ├── test_logarithmic.py
  1565. │   │   │   │   ├── test_photometric.py
  1566. │   │   │   │   ├── test_physical.py
  1567. │   │   │   │   ├── test_quantity_annotations.py
  1568. │   │   │   │   ├── test_quantity_array_methods.py
  1569. │   │   │   │   ├── test_quantity_decorator.py
  1570. │   │   │   │   ├── test_quantity_helpers.py
  1571. │   │   │   │   ├── test_quantity_non_ufuncs.py
  1572. │   │   │   │   ├── test_quantity.py
  1573. │   │   │   │   ├── test_quantity_ufuncs.py
  1574. │   │   │   │   ├── test_units.py
  1575. │   │   │   │   └── test_utils.py
  1576. │   │   │   └── utils.py
  1577. │   │   ├── utils
  1578. │   │   │   ├── argparse.py
  1579. │   │   │   ├── codegen.py
  1580. │   │   │   ├── collections.py
  1581. │   │   │   ├── compat
  1582. │   │   │   │   ├── funcsigs.py
  1583. │   │   │   │   ├── futures
  1584. │   │   │   │   │   ├── __init__.py
  1585. │   │   │   │   │   └── __pycache__
  1586. │   │   │   │   │   └── __init__.cpython-37.pyc
  1587. │   │   │   │   ├── __init__.py
  1588. │   │   │   │   ├── misc.py
  1589. │   │   │   │   ├── numpy
  1590. │   │   │   │   │   ├── core
  1591. │   │   │   │   │   │   ├── __init__.py
  1592. │   │   │   │   │   │   ├── multiarray.py
  1593. │   │   │   │   │   │   └── __pycache__
  1594. │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  1595. │   │   │   │   │   │   └── multiarray.cpython-37.pyc
  1596. │   │   │   │   │   ├── __init__.py
  1597. │   │   │   │   │   ├── lib
  1598. │   │   │   │   │   │   ├── __init__.py
  1599. │   │   │   │   │   │   ├── __pycache__
  1600. │   │   │   │   │   │   │   ├── __init__.cpython-37.pyc
  1601. │   │   │   │   │   │   │   └── stride_tricks.cpython-37.pyc
  1602. │   │   │   │   │   │   └── stride_tricks.py
  1603. │   │   │   │   │   ├── __pycache__
  1604. │   │   │   │   │   │   └── __init__.cpython-37.pyc
  1605. │   │   │   │   │   └── tests
  1606. │   │   │   │   │   ├── __init__.py
  1607. │   │   │   │   │   └── __pycache__
  1608. │   │   │   │   │   └── __init__.cpython-37.pyc
  1609. │   │   │   │   ├── numpycompat.py
  1610. │   │   │   │   └── __pycache__
  1611. │   │   │   │   ├── funcsigs.cpython-37.pyc
  1612. │   │   │   │   ├── __init__.cpython-37.pyc
  1613. │   │   │   │   ├── misc.cpython-37.pyc
  1614. │   │   │   │   └── numpycompat.cpython-37.pyc
  1615. │   │   │   ├── _compiler.cpython-37m-x86_64-linux-gnu.so
  1616. │   │   │   ├── console.py
  1617. │   │   │   ├── data_info.py
  1618. │   │   │   ├── data.py
  1619. │   │   │   ├── decorators.py
  1620. │   │   │   ├── diff.py
  1621. │   │   │   ├── exceptions.py
  1622. │   │   │   ├── iers
  1623. │   │   │   │   ├── data
  1624. │   │   │   │   │   ├── eopc04_IAU2000.62-now
  1625. │   │   │   │   │   ├── ReadMe.eopc04_IAU2000
  1626. │   │   │   │   │   └── ReadMe.finals2000A
  1627. │   │   │   │   ├── iers.py
  1628. │   │   │   │   ├── __init__.py
  1629. │   │   │   │   ├── __pycache__
  1630. │   │   │   │   │   ├── iers.cpython-37.pyc
  1631. │   │   │   │   │   └── __init__.cpython-37.pyc
  1632. │   │   │   │   └── tests
  1633. │   │   │   │   ├── finals2000A-2016-02-30-test
  1634. │   │   │   │   ├── finals2000A-2016-04-30-test
  1635. │   │   │   │   ├── iers_a_excerpt
  1636. │   │   │   │   ├── __init__.py
  1637. │   │   │   │   ├── __pycache__
  1638. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1639. │   │   │   │   │   └── test_iers.cpython-37.pyc
  1640. │   │   │   │   └── test_iers.py
  1641. │   │   │   ├── __init__.py
  1642. │   │   │   ├── introspection.py
  1643. │   │   │   ├── metadata.py
  1644. │   │   │   ├── misc.py
  1645. │   │   │   ├── __pycache__
  1646. │   │   │   │   ├── argparse.cpython-37.pyc
  1647. │   │   │   │   ├── codegen.cpython-37.pyc
  1648. │   │   │   │   ├── collections.cpython-37.pyc
  1649. │   │   │   │   ├── console.cpython-37.pyc
  1650. │   │   │   │   ├── data.cpython-37.pyc
  1651. │   │   │   │   ├── data_info.cpython-37.pyc
  1652. │   │   │   │   ├── decorators.cpython-37.pyc
  1653. │   │   │   │   ├── diff.cpython-37.pyc
  1654. │   │   │   │   ├── exceptions.cpython-37.pyc
  1655. │   │   │   │   ├── __init__.cpython-37.pyc
  1656. │   │   │   │   ├── introspection.cpython-37.pyc
  1657. │   │   │   │   ├── metadata.cpython-37.pyc
  1658. │   │   │   │   ├── misc.cpython-37.pyc
  1659. │   │   │   │   ├── setup_package.cpython-37.pyc
  1660. │   │   │   │   ├── state.cpython-37.pyc
  1661. │   │   │   │   └── timer.cpython-37.pyc
  1662. │   │   │   ├── setup_package.py
  1663. │   │   │   ├── state.py
  1664. │   │   │   ├── tests
  1665. │   │   │   │   ├── data
  1666. │   │   │   │   │   ├── alias.cfg
  1667. │   │   │   │   │   ├── dataurl
  1668. │   │   │   │   │   │   └── index.html
  1669. │   │   │   │   │   ├── dataurl_mirror
  1670. │   │   │   │   │   │   └── index.html
  1671. │   │   │   │   │   ├── local.dat
  1672. │   │   │   │   │   ├── local.dat.bz2
  1673. │   │   │   │   │   ├── local.dat.gz
  1674. │   │   │   │   │   ├── local.dat.xz
  1675. │   │   │   │   │   ├── test_package
  1676. │   │   │   │   │   │   ├── data
  1677. │   │   │   │   │   │   │   └── foo.txt
  1678. │   │   │   │   │   │   ├── __init__.py
  1679. │   │   │   │   │   │   └── __pycache__
  1680. │   │   │   │   │   │   └── __init__.cpython-37.pyc
  1681. │   │   │   │   │   ├── unicode.txt
  1682. │   │   │   │   │   ├── unicode.txt.bz2
  1683. │   │   │   │   │   ├── unicode.txt.gz
  1684. │   │   │   │   │   └── unicode.txt.xz
  1685. │   │   │   │   ├── __init__.py
  1686. │   │   │   │   ├── __pycache__
  1687. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1688. │   │   │   │   │   ├── test_codegen.cpython-37.pyc
  1689. │   │   │   │   │   ├── test_collections.cpython-37.pyc
  1690. │   │   │   │   │   ├── test_console.cpython-37.pyc
  1691. │   │   │   │   │   ├── test_data.cpython-37.pyc
  1692. │   │   │   │   │   ├── test_data_info.cpython-37.pyc
  1693. │   │   │   │   │   ├── test_decorators.cpython-37.pyc
  1694. │   │   │   │   │   ├── test_diff.cpython-37.pyc
  1695. │   │   │   │   │   ├── test_introspection.cpython-37.pyc
  1696. │   │   │   │   │   ├── test_metadata.cpython-37.pyc
  1697. │   │   │   │   │   ├── test_misc.cpython-37.pyc
  1698. │   │   │   │   │   ├── test_progress_bar_func.cpython-37.pyc
  1699. │   │   │   │   │   ├── test_timer.cpython-37.pyc
  1700. │   │   │   │   │   └── test_xml.cpython-37.pyc
  1701. │   │   │   │   ├── test_codegen.py
  1702. │   │   │   │   ├── test_collections.py
  1703. │   │   │   │   ├── test_console.py
  1704. │   │   │   │   ├── test_data_info.py
  1705. │   │   │   │   ├── test_data.py
  1706. │   │   │   │   ├── test_decorators.py
  1707. │   │   │   │   ├── test_diff.py
  1708. │   │   │   │   ├── test_introspection.py
  1709. │   │   │   │   ├── test_metadata.py
  1710. │   │   │   │   ├── test_misc.py
  1711. │   │   │   │   ├── test_progress_bar_func.py
  1712. │   │   │   │   ├── test_timer.py
  1713. │   │   │   │   └── test_xml.py
  1714. │   │   │   ├── timer.py
  1715. │   │   │   └── xml
  1716. │   │   │   ├── check.py
  1717. │   │   │   ├── __init__.py
  1718. │   │   │   ├── _iterparser.cpython-37m-x86_64-linux-gnu.so
  1719. │   │   │   ├── iterparser.py
  1720. │   │   │   ├── __pycache__
  1721. │   │   │   │   ├── check.cpython-37.pyc
  1722. │   │   │   │   ├── __init__.cpython-37.pyc
  1723. │   │   │   │   ├── iterparser.cpython-37.pyc
  1724. │   │   │   │   ├── setup_package.cpython-37.pyc
  1725. │   │   │   │   ├── unescaper.cpython-37.pyc
  1726. │   │   │   │   ├── validate.cpython-37.pyc
  1727. │   │   │   │   └── writer.cpython-37.pyc
  1728. │   │   │   ├── setup_package.py
  1729. │   │   │   ├── tests
  1730. │   │   │   │   ├── __init__.py
  1731. │   │   │   │   ├── __pycache__
  1732. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1733. │   │   │   │   │   └── test_iterparse.cpython-37.pyc
  1734. │   │   │   │   └── test_iterparse.py
  1735. │   │   │   ├── unescaper.py
  1736. │   │   │   ├── validate.py
  1737. │   │   │   └── writer.py
  1738. │   │   ├── version.py
  1739. │   │   ├── visualization
  1740. │   │   │   ├── hist.py
  1741. │   │   │   ├── __init__.py
  1742. │   │   │   ├── interval.py
  1743. │   │   │   ├── lupton_rgb.py
  1744. │   │   │   ├── mpl_normalize.py
  1745. │   │   │   ├── mpl_style.py
  1746. │   │   │   ├── __pycache__
  1747. │   │   │   │   ├── hist.cpython-37.pyc
  1748. │   │   │   │   ├── __init__.cpython-37.pyc
  1749. │   │   │   │   ├── interval.cpython-37.pyc
  1750. │   │   │   │   ├── lupton_rgb.cpython-37.pyc
  1751. │   │   │   │   ├── mpl_normalize.cpython-37.pyc
  1752. │   │   │   │   ├── mpl_style.cpython-37.pyc
  1753. │   │   │   │   ├── stretch.cpython-37.pyc
  1754. │   │   │   │   ├── transform.cpython-37.pyc
  1755. │   │   │   │   └── units.cpython-37.pyc
  1756. │   │   │   ├── scripts
  1757. │   │   │   │   ├── fits2bitmap.py
  1758. │   │   │   │   ├── __init__.py
  1759. │   │   │   │   ├── __pycache__
  1760. │   │   │   │   │   ├── fits2bitmap.cpython-37.pyc
  1761. │   │   │   │   │   └── __init__.cpython-37.pyc
  1762. │   │   │   │   └── tests
  1763. │   │   │   │   ├── __init__.py
  1764. │   │   │   │   ├── __pycache__
  1765. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1766. │   │   │   │   │   └── test_fits2bitmap.cpython-37.pyc
  1767. │   │   │   │   └── test_fits2bitmap.py
  1768. │   │   │   ├── stretch.py
  1769. │   │   │   ├── tests
  1770. │   │   │   │   ├── __init__.py
  1771. │   │   │   │   ├── __pycache__
  1772. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1773. │   │   │   │   │   ├── test_histogram.cpython-37.pyc
  1774. │   │   │   │   │   ├── test_interval.cpython-37.pyc
  1775. │   │   │   │   │   ├── test_lupton_rgb.cpython-37.pyc
  1776. │   │   │   │   │   ├── test_norm.cpython-37.pyc
  1777. │   │   │   │   │   ├── test_stretch.cpython-37.pyc
  1778. │   │   │   │   │   └── test_units.cpython-37.pyc
  1779. │   │   │   │   ├── test_histogram.py
  1780. │   │   │   │   ├── test_interval.py
  1781. │   │   │   │   ├── test_lupton_rgb.py
  1782. │   │   │   │   ├── test_norm.py
  1783. │   │   │   │   ├── test_stretch.py
  1784. │   │   │   │   └── test_units.py
  1785. │   │   │   ├── transform.py
  1786. │   │   │   ├── units.py
  1787. │   │   │   └── wcsaxes
  1788. │   │   │   ├── axislabels.py
  1789. │   │   │   ├── coordinate_helpers.py
  1790. │   │   │   ├── coordinate_range.py
  1791. │   │   │   ├── coordinates_map.py
  1792. │   │   │   ├── core.py
  1793. │   │   │   ├── formatter_locator.py
  1794. │   │   │   ├── frame.py
  1795. │   │   │   ├── grid_paths.py
  1796. │   │   │   ├── __init__.py
  1797. │   │   │   ├── patches.py
  1798. │   │   │   ├── __pycache__
  1799. │   │   │   │   ├── axislabels.cpython-37.pyc
  1800. │   │   │   │   ├── coordinate_helpers.cpython-37.pyc
  1801. │   │   │   │   ├── coordinate_range.cpython-37.pyc
  1802. │   │   │   │   ├── coordinates_map.cpython-37.pyc
  1803. │   │   │   │   ├── core.cpython-37.pyc
  1804. │   │   │   │   ├── formatter_locator.cpython-37.pyc
  1805. │   │   │   │   ├── frame.cpython-37.pyc
  1806. │   │   │   │   ├── grid_paths.cpython-37.pyc
  1807. │   │   │   │   ├── __init__.cpython-37.pyc
  1808. │   │   │   │   ├── patches.cpython-37.pyc
  1809. │   │   │   │   ├── ticklabels.cpython-37.pyc
  1810. │   │   │   │   ├── ticks.cpython-37.pyc
  1811. │   │   │   │   ├── transforms.cpython-37.pyc
  1812. │   │   │   │   └── utils.cpython-37.pyc
  1813. │   │   │   ├── tests
  1814. │   │   │   │   ├── data
  1815. │   │   │   │   │   ├── 2MASS_k_header
  1816. │   │   │   │   │   ├── cube_header
  1817. │   │   │   │   │   ├── msx_header
  1818. │   │   │   │   │   ├── rosat_header
  1819. │   │   │   │   │   └── slice_header
  1820. │   │   │   │   ├── datasets.py
  1821. │   │   │   │   ├── __init__.py
  1822. │   │   │   │   ├── __pycache__
  1823. │   │   │   │   │   ├── datasets.cpython-37.pyc
  1824. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1825. │   │   │   │   │   ├── setup_package.cpython-37.pyc
  1826. │   │   │   │   │   ├── test_coordinate_helpers.cpython-37.pyc
  1827. │   │   │   │   │   ├── test_display_world_coordinates.cpython-37.pyc
  1828. │   │   │   │   │   ├── test_formatter_locator.cpython-37.pyc
  1829. │   │   │   │   │   ├── test_frame.cpython-37.pyc
  1830. │   │   │   │   │   ├── test_images.cpython-37.pyc
  1831. │   │   │   │   │   ├── test_misc.cpython-37.pyc
  1832. │   │   │   │   │   ├── test_transform_coord_meta.cpython-37.pyc
  1833. │   │   │   │   │   ├── test_transforms.cpython-37.pyc
  1834. │   │   │   │   │   └── test_utils.cpython-37.pyc
  1835. │   │   │   │   ├── setup_package.py
  1836. │   │   │   │   ├── test_coordinate_helpers.py
  1837. │   │   │   │   ├── test_display_world_coordinates.py
  1838. │   │   │   │   ├── test_formatter_locator.py
  1839. │   │   │   │   ├── test_frame.py
  1840. │   │   │   │   ├── test_images.py
  1841. │   │   │   │   ├── test_misc.py
  1842. │   │   │   │   ├── test_transform_coord_meta.py
  1843. │   │   │   │   ├── test_transforms.py
  1844. │   │   │   │   └── test_utils.py
  1845. │   │   │   ├── ticklabels.py
  1846. │   │   │   ├── ticks.py
  1847. │   │   │   ├── transforms.py
  1848. │   │   │   └── utils.py
  1849. │   │   └── wcs
  1850. │   │   ├── docstrings.py
  1851. │   │   ├── _docutil.py
  1852. │   │   ├── include
  1853. │   │   │   ├── astropy_wcs
  1854. │   │   │   │   ├── astropy_wcs_api.h
  1855. │   │   │   │   ├── astropy_wcs.h
  1856. │   │   │   │   ├── distortion.h
  1857. │   │   │   │   ├── isnan.h
  1858. │   │   │   │   ├── pipeline.h
  1859. │   │   │   │   ├── pyutil.h
  1860. │   │   │   │   ├── sip.h
  1861. │   │   │   │   ├── util.h
  1862. │   │   │   │   └── wcsconfig.h
  1863. │   │   │   ├── astropy_wcs_api.h
  1864. │   │   │   └── wcslib
  1865. │   │   │   ├── cel.h
  1866. │   │   │   ├── lin.h
  1867. │   │   │   ├── prj.h
  1868. │   │   │   ├── spc.h
  1869. │   │   │   ├── spx.h
  1870. │   │   │   ├── tab.h
  1871. │   │   │   ├── wcserr.h
  1872. │   │   │   ├── wcs.h
  1873. │   │   │   ├── wcsmath.h
  1874. │   │   │   └── wcsprintf.h
  1875. │   │   ├── __init__.py
  1876. │   │   ├── __pycache__
  1877. │   │   │   ├── docstrings.cpython-37.pyc
  1878. │   │   │   ├── _docutil.cpython-37.pyc
  1879. │   │   │   ├── __init__.cpython-37.pyc
  1880. │   │   │   ├── setup_package.cpython-37.pyc
  1881. │   │   │   ├── utils.cpython-37.pyc
  1882. │   │   │   ├── wcs.cpython-37.pyc
  1883. │   │   │   └── wcslint.cpython-37.pyc
  1884. │   │   ├── setup_package.py
  1885. │   │   ├── tests
  1886. │   │   │   ├── data
  1887. │   │   │   │   ├── 2wcses.hdr
  1888. │   │   │   │   ├── 3d_cd.hdr
  1889. │   │   │   │   ├── defunct_keywords.hdr
  1890. │   │   │   │   ├── dist.fits
  1891. │   │   │   │   ├── dist_lookup.fits.gz
  1892. │   │   │   │   ├── header_newlines.fits
  1893. │   │   │   │   ├── invalid_header.hdr
  1894. │   │   │   │   ├── irac_sip.hdr
  1895. │   │   │   │   ├── j94f05bgq_flt.fits
  1896. │   │   │   │   ├── locale.hdr
  1897. │   │   │   │   ├── nonstandard_units.hdr
  1898. │   │   │   │   ├── outside_sky.hdr
  1899. │   │   │   │   ├── sip2.fits
  1900. │   │   │   │   ├── sip-broken.hdr
  1901. │   │   │   │   ├── sip.fits
  1902. │   │   │   │   ├── siponly.hdr
  1903. │   │   │   │   ├── sub-segfault.hdr
  1904. │   │   │   │   ├── too_many_pv.hdr
  1905. │   │   │   │   ├── tpvonly.hdr
  1906. │   │   │   │   ├── unit.hdr
  1907. │   │   │   │   ├── validate.5.0.txt
  1908. │   │   │   │   ├── validate.5.13.txt
  1909. │   │   │   │   ├── validate.6.txt
  1910. │   │   │   │   ├── validate.fits
  1911. │   │   │   │   ├── validate.txt
  1912. │   │   │   │   └── zpn-hole.hdr
  1913. │   │   │   ├── extension
  1914. │   │   │   │   ├── __init__.py
  1915. │   │   │   │   ├── __pycache__
  1916. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1917. │   │   │   │   │   ├── setup.cpython-37.pyc
  1918. │   │   │   │   │   └── test_extension.cpython-37.pyc
  1919. │   │   │   │   ├── setup.py
  1920. │   │   │   │   ├── test_extension.py
  1921. │   │   │   │   └── wcsapi_test.c
  1922. │   │   │   ├── __init__.py
  1923. │   │   │   ├── maps
  1924. │   │   │   │   ├── 1904-66_AIR.hdr
  1925. │   │   │   │   ├── 1904-66_AIT.hdr
  1926. │   │   │   │   ├── 1904-66_ARC.hdr
  1927. │   │   │   │   ├── 1904-66_AZP.hdr
  1928. │   │   │   │   ├── 1904-66_BON.hdr
  1929. │   │   │   │   ├── 1904-66_CAR.hdr
  1930. │   │   │   │   ├── 1904-66_CEA.hdr
  1931. │   │   │   │   ├── 1904-66_COD.hdr
  1932. │   │   │   │   ├── 1904-66_COE.hdr
  1933. │   │   │   │   ├── 1904-66_COO.hdr
  1934. │   │   │   │   ├── 1904-66_COP.hdr
  1935. │   │   │   │   ├── 1904-66_CSC.hdr
  1936. │   │   │   │   ├── 1904-66_CYP.hdr
  1937. │   │   │   │   ├── 1904-66_HPX.hdr
  1938. │   │   │   │   ├── 1904-66_MER.hdr
  1939. │   │   │   │   ├── 1904-66_MOL.hdr
  1940. │   │   │   │   ├── 1904-66_NCP.hdr
  1941. │   │   │   │   ├── 1904-66_PAR.hdr
  1942. │   │   │   │   ├── 1904-66_PCO.hdr
  1943. │   │   │   │   ├── 1904-66_QSC.hdr
  1944. │   │   │   │   ├── 1904-66_SFL.hdr
  1945. │   │   │   │   ├── 1904-66_SIN.hdr
  1946. │   │   │   │   ├── 1904-66_STG.hdr
  1947. │   │   │   │   ├── 1904-66_SZP.hdr
  1948. │   │   │   │   ├── 1904-66_TAN.hdr
  1949. │   │   │   │   ├── 1904-66_TSC.hdr
  1950. │   │   │   │   ├── 1904-66_ZEA.hdr
  1951. │   │   │   │   └── 1904-66_ZPN.hdr
  1952. │   │   │   ├── __pycache__
  1953. │   │   │   │   ├── __init__.cpython-37.pyc
  1954. │   │   │   │   ├── test_pickle.cpython-37.pyc
  1955. │   │   │   │   ├── test_profiling.cpython-37.pyc
  1956. │   │   │   │   ├── test_utils.cpython-37.pyc
  1957. │   │   │   │   ├── test_wcs.cpython-37.pyc
  1958. │   │   │   │   └── test_wcsprm.cpython-37.pyc
  1959. │   │   │   ├── spectra
  1960. │   │   │   │   ├── orion-freq-1.hdr
  1961. │   │   │   │   ├── orion-freq-4.hdr
  1962. │   │   │   │   ├── orion-velo-1.hdr
  1963. │   │   │   │   ├── orion-velo-4.hdr
  1964. │   │   │   │   ├── orion-wave-1.hdr
  1965. │   │   │   │   └── orion-wave-4.hdr
  1966. │   │   │   ├── test_pickle.py
  1967. │   │   │   ├── test_profiling.py
  1968. │   │   │   ├── test_utils.py
  1969. │   │   │   ├── test_wcsprm.py
  1970. │   │   │   └── test_wcs.py
  1971. │   │   ├── utils.py
  1972. │   │   ├── wcsapi
  1973. │   │   │   ├── fitswcs.py
  1974. │   │   │   ├── high_level_api.py
  1975. │   │   │   ├── high_level_wcs_wrapper.py
  1976. │   │   │   ├── __init__.py
  1977. │   │   │   ├── low_level_api.py
  1978. │   │   │   ├── __pycache__
  1979. │   │   │   │   ├── fitswcs.cpython-37.pyc
  1980. │   │   │   │   ├── high_level_api.cpython-37.pyc
  1981. │   │   │   │   ├── high_level_wcs_wrapper.cpython-37.pyc
  1982. │   │   │   │   ├── __init__.cpython-37.pyc
  1983. │   │   │   │   ├── low_level_api.cpython-37.pyc
  1984. │   │   │   │   └── utils.cpython-37.pyc
  1985. │   │   │   ├── tests
  1986. │   │   │   │   ├── __init__.py
  1987. │   │   │   │   ├── __pycache__
  1988. │   │   │   │   │   ├── __init__.cpython-37.pyc
  1989. │   │   │   │   │   ├── test_fitswcs.cpython-37.pyc
  1990. │   │   │   │   │   ├── test_high_level_api.cpython-37.pyc
  1991. │   │   │   │   │   ├── test_high_level_wcs_wrapper.cpython-37.pyc
  1992. │   │   │   │   │   ├── test_low_level_api.cpython-37.pyc
  1993. │   │   │   │   │   └── test_utils.cpython-37.pyc
  1994. │   │   │   │   ├── test_fitswcs.py
  1995. │   │   │   │   ├── test_high_level_api.py
  1996. │   │   │   │   ├── test_high_level_wcs_wrapper.py
  1997. │   │   │   │   ├── test_low_level_api.py
  1998. │   │   │   │   └── test_utils.py
  1999. │   │   │   ├── ucds.txt
  2000. │   │   │   └── utils.py
  2001. │   │   ├── _wcs.cpython-37m-x86_64-linux-gnu.so
  2002. │   │   ├── wcslint.py
  2003. │   │   └── wcs.py
  2004. │   └── astropy-3.1.1.dist-info
  2005. │   ├── entry_points.txt
  2006. │   ├── INSTALLER
  2007. │   ├── LICENSE.rst
  2008. │   ├── METADATA
  2009. │   ├── RECORD
  2010. │   ├── top_level.txt
  2011. │   └── WHEEL
  2012. └── nix-support
  2013. └── propagated-build-inputs
  2014.  
  2015. 244 directories, 1768 files
Add Comment
Please, Sign In to add comment