threeML 2.4.2.dev2__tar.gz → 2.4.3.dev1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (281) hide show
  1. {threeml-2.4.2.dev2/threeML.egg-info → threeml-2.4.3.dev1}/PKG-INFO +1 -1
  2. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/_version.py +3 -3
  3. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/analysis_results.py +3 -4
  4. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/classicMLE/joint_likelihood.py +2 -1
  5. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/fits_file.py +1 -1
  6. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/random_variates.py +1 -1
  7. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_fits_file.py +2 -2
  8. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_response.py +5 -1
  9. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_builders/fermi/gbm_data.py +1 -1
  10. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/fitted_objects/fitted_source_handler.py +1 -1
  11. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/spectrum/spectrum_likelihood.py +1 -1
  12. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1/threeML.egg-info}/PKG-INFO +1 -1
  13. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/versioneer.py +2 -2
  14. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/LICENSE +0 -0
  15. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/MANIFEST.in +0 -0
  16. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/README.md +0 -0
  17. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/setup.cfg +0 -0
  18. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/setup.py +0 -0
  19. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/__init__.py +0 -0
  20. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/__init__.py +0 -0
  21. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/autoemcee_sampler.py +0 -0
  22. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/bayesian_analysis.py +0 -0
  23. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/dynesty_sampler.py +0 -0
  24. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/emcee_sampler.py +0 -0
  25. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/multinest_sampler.py +0 -0
  26. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/nautilus_sampler.py +0 -0
  27. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/sampler_base.py +0 -0
  28. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/tutorial_material.py +0 -0
  29. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/ultranest_sampler.py +0 -0
  30. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/zeus_sampler.py +0 -0
  31. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/catalogs/Fermi.py +0 -0
  32. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/catalogs/FermiGBM.py +0 -0
  33. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/catalogs/FermiLAT.py +0 -0
  34. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/catalogs/FermiLLE.py +0 -0
  35. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/catalogs/Swift.py +0 -0
  36. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/catalogs/VirtualObservatoryCatalog.py +0 -0
  37. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/catalogs/__init__.py +0 -0
  38. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/catalogs/catalog_utils.py +0 -0
  39. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/classicMLE/__init__.py +0 -0
  40. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/classicMLE/goodness_of_fit.py +0 -0
  41. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/classicMLE/joint_likelihood_set.py +0 -0
  42. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/classicMLE/likelihood_ratio_test.py +0 -0
  43. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/config/__init__.py +0 -0
  44. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/config/catalog_structure.py +0 -0
  45. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/config/config.py +0 -0
  46. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/config/config_structure.py +0 -0
  47. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/config/config_utils.py +0 -0
  48. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/config/fitting_structure.py +0 -0
  49. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/config/plotting_structure.py +0 -0
  50. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/config/plugin_structure.py +0 -0
  51. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/config/point_source_structure.py +0 -0
  52. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bat/gbm_bat_joint_BAT.pha +0 -0
  53. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bat/gbm_bat_joint_BAT.rsp +0 -0
  54. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bn090217206/bn090217206_b1_bkgspectra.bak +0 -0
  55. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bn090217206/bn090217206_b1_srcspectra.pha +0 -0
  56. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bn090217206/bn090217206_b1_weightedrsp.rsp +0 -0
  57. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bn090217206/bn090217206_n6_bkgspectra.bak +0 -0
  58. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bn090217206/bn090217206_n6_srcspectra.pha +0 -0
  59. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bn090217206/bn090217206_n6_weightedrsp.rsp +0 -0
  60. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bn090217206/bn090217206_n9_bkgspectra.bak +0 -0
  61. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bn090217206/bn090217206_n9_srcspectra.pha +0 -0
  62. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bn090217206/bn090217206_n9_weightedrsp.rsp +0 -0
  63. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/example_integral.pha +0 -0
  64. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/example_integral.rsp +0 -0
  65. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/example_integral_spi.pha +0 -0
  66. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/example_integral_spi.rsp +0 -0
  67. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/bn080916009/glg_cspec_b0_bn080916009_v00.rsp2 +0 -0
  68. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/bn080916009/glg_cspec_n3_bn080916009_v00.rsp2 +0 -0
  69. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/bn080916009/glg_cspec_n3_bn080916009_v01.pha +0 -0
  70. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/bn080916009/glg_tte_b0_bn080916009_v01.fit.gz +0 -0
  71. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/bn080916009/glg_tte_n3_bn080916009_v01.fit.gz +0 -0
  72. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/gbm_bat_joint_BGO_00.bak +0 -0
  73. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/gbm_bat_joint_BGO_00.pha +0 -0
  74. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/gbm_bat_joint_BGO_00.rsp +0 -0
  75. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/gbm_bat_joint_NAI_06.bak +0 -0
  76. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/gbm_bat_joint_NAI_06.pha +0 -0
  77. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/gbm_bat_joint_NAI_06.rsp +0 -0
  78. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/glg_cspec_n3_bn080916009_v00.rsp2 +0 -0
  79. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/glg_cspec_n3_bn080916009_v01.pha +0 -0
  80. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/glg_cspec_n3_bn080916009_v07.rsp +0 -0
  81. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/glg_tte_n3_bn080916009_v01.fit.gz +0 -0
  82. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gll_cspec_bn080916009_v10.rsp +0 -0
  83. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gll_lle_bn080916009_v10.fit +0 -0
  84. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gll_pt_bn080916009_v10.fit +0 -0
  85. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/lat/bn090217206_LAT_xmlmodel.xml +0 -0
  86. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/lat/gll_cspec_bn080916009_v10.pha +0 -0
  87. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/lat/gll_cspec_bn080916009_v10.rsp +0 -0
  88. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/lat/gll_ft1_tr_bn090217206_v00_filt.fit +0 -0
  89. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/lat/gll_ft1_tr_bn090217206_v00_filt_expomap.fit +0 -0
  90. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/lat/gll_ft1_tr_bn090217206_v00_filt_ltcube.fit.gz +0 -0
  91. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/lat/gll_lle_bn080916009_v10.fit +0 -0
  92. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/lat/gll_pt_bn080916009_v10.fit +0 -0
  93. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/multi_analysis/awt.arf +0 -0
  94. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/multi_analysis/awt.pi +0 -0
  95. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/multi_analysis/awt.rmf +0 -0
  96. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/multi_analysis/awt_fit.fit +0 -0
  97. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/multi_analysis/awtback.pi +0 -0
  98. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/multi_analysis/awtsource.pi +0 -0
  99. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/ogip_powerlaw.bak +0 -0
  100. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/ogip_powerlaw.pha +0 -0
  101. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/ogip_powerlaw.rsp +0 -0
  102. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/test.pha +0 -0
  103. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/test_bak.pha +0 -0
  104. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/xrt/interval0wtback.pi +0 -0
  105. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/xrt/interval0wtsource.pi +0 -0
  106. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/xrt/xrt.arf +0 -0
  107. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/xrt/xrt.rmf +0 -0
  108. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/xrt/xrt_bkg.pha +0 -0
  109. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/xrt/xrt_src.pha +0 -0
  110. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/xy_powerlaw.txt +0 -0
  111. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/default_style.yml +0 -0
  112. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/doc_config.yml +0 -0
  113. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/fermipy_basic_config.yml +0 -0
  114. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/ogip_test_gbm_b0.rsp2 +0 -0
  115. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/ogip_test_gbm_n6.rsp +0 -0
  116. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/ogip_test_xmm_pn.arf +0 -0
  117. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/ogip_test_xmm_pn.rmf +0 -0
  118. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/optical_filters/filter_library.h5 +0 -0
  119. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/threeml.mplstyle +0 -0
  120. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/threeml_docs.mplstyle +0 -0
  121. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/xmm/pnS004-A2443_reg2.arf +0 -0
  122. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/xmm/pnS004-A2443_reg2.fak +0 -0
  123. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/xmm/pnS004-A2443_reg2.rmf +0 -0
  124. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data_list.py +0 -0
  125. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/exceptions/__init__.py +0 -0
  126. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/exceptions/custom_exceptions.py +0 -0
  127. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/__init__.py +0 -0
  128. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/calculate_flux.py +0 -0
  129. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/cern_root_utils/__init__.py +0 -0
  130. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/cern_root_utils/io_utils.py +0 -0
  131. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/cern_root_utils/tobject_to_numpy.py +0 -0
  132. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/configuration.py +0 -0
  133. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/detect_notebook.py +0 -0
  134. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/dict_with_pretty_print.py +0 -0
  135. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/download_from_ftp.py +0 -0
  136. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/download_from_http.py +0 -0
  137. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/file_utils.py +0 -0
  138. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/get_heasarc_table_as_pandas.py +0 -0
  139. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/hdf5_utils.py +0 -0
  140. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/logging.py +0 -0
  141. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/network.py +0 -0
  142. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/package_data.py +0 -0
  143. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/plotting/__init__.py +0 -0
  144. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/plotting/cmap_cycle.py +0 -0
  145. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/plotting/data_residual_plot.py +0 -0
  146. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/plotting/get_style.py +0 -0
  147. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/plotting/light_curve_plots.py +0 -0
  148. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/plotting/model_plot.py +0 -0
  149. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/plotting/model_plot_2D.py +0 -0
  150. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/plotting/model_plot_tags.py +0 -0
  151. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/plotting/post_process_data_plots.py +0 -0
  152. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/plotting/step_plot.py +0 -0
  153. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/results_table.py +0 -0
  154. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/rich_display.py +0 -0
  155. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/serialization.py +0 -0
  156. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/suppress_stdout.py +0 -0
  157. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/table.py +0 -0
  158. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/uncertainty_formatter.py +0 -0
  159. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/minimizer/ROOT_minimizer.py +0 -0
  160. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/minimizer/__init__.py +0 -0
  161. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/minimizer/grid_minimizer.py +0 -0
  162. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/minimizer/minimization.py +0 -0
  163. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/minimizer/minuit_minimizer.py +0 -0
  164. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/minimizer/multinest_minimizer.py +0 -0
  165. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/minimizer/pagmo_minimizer.py +0 -0
  166. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/minimizer/scipy_minimizer.py +0 -0
  167. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/minimizer/tutorial_material.py +0 -0
  168. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/parallel/__init__.py +0 -0
  169. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/parallel/parallel_client.py +0 -0
  170. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugin_prototype.py +0 -0
  171. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/BinnedProfileLike.py +0 -0
  172. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/DispersionSpectrumLike.py +0 -0
  173. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/FermiLATLike.py +0 -0
  174. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/FermipyLike.py +0 -0
  175. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/HAWCLike.py +0 -0
  176. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/OGIPLike.py +0 -0
  177. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/PhotometryLike.py +0 -0
  178. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/SpectrumLike.py +0 -0
  179. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/SwiftXRTLike.py +0 -0
  180. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/UnbinnedPoissonLike.py +0 -0
  181. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/UnresolvedExtendedXYLike.py +0 -0
  182. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/XYLike.py +0 -0
  183. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/__init__.py +0 -0
  184. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/experimental/CastroLike.py +0 -0
  185. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/experimental/SherpaLike.py +0 -0
  186. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/experimental/VERITASLike.py +0 -0
  187. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/experimental/__init__.py +0 -0
  188. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/__init__.py +0 -0
  189. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/conftest.py +0 -0
  190. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/generate_pha.py +0 -0
  191. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_AAA_against_xspec.py +0 -0
  192. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_FermiLATLike.py +0 -0
  193. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_FermipyLike.py +0 -0
  194. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_UnresolvedExtendedXYLike.py +0 -0
  195. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_XYLike.py +0 -0
  196. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_analysis_results.py +0 -0
  197. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_basic.py +0 -0
  198. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_bayesian.py +0 -0
  199. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_catalogs.py +0 -0
  200. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_configuration.py +0 -0
  201. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_download_GBM_data.py +0 -0
  202. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_download_LAT_data.py +0 -0
  203. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_event_list.py +0 -0
  204. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_file_utils.py +0 -0
  205. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_fitted_point_sources.py +0 -0
  206. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_generic.py +0 -0
  207. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_get_package_data.py +0 -0
  208. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_goodness_of_fit.py +0 -0
  209. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_hawc.py +0 -0
  210. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_histogram.py +0 -0
  211. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_joint_likelihood_set.py +0 -0
  212. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_minimizers.py +0 -0
  213. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_model_from_catalog.py +0 -0
  214. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_ogip.py +0 -0
  215. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_photometry_utils.py +0 -0
  216. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_plotting.py +0 -0
  217. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_plugin_loading.py +0 -0
  218. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_power_of_two_utils.py +0 -0
  219. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_spectrum_class.py +0 -0
  220. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_spectrumlike.py +0 -0
  221. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_time_energy_fit.py +0 -0
  222. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_time_interval.py +0 -0
  223. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_time_series.py +0 -0
  224. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_unbinned_poisson_like.py +0 -0
  225. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_verbosity.py +0 -0
  226. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/OGIP/__init__.py +0 -0
  227. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/OGIP/pha.py +0 -0
  228. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/OGIP/response.py +0 -0
  229. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/__init__.py +0 -0
  230. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/bayesian_blocks.py +0 -0
  231. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/binner.py +0 -0
  232. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/cartesian.py +0 -0
  233. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_builders/__init__.py +0 -0
  234. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_builders/fermi/__init__.py +0 -0
  235. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_builders/fermi/lat_data.py +0 -0
  236. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_builders/fermi/lat_transient_builder.py +0 -0
  237. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_builders/fermi/test.py +0 -0
  238. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_builders/time_series_builder.py +0 -0
  239. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_download/Fermi_GBM/__init__.py +0 -0
  240. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_download/Fermi_GBM/download_GBM_data.py +0 -0
  241. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_download/Fermi_LAT/__init__.py +0 -0
  242. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_download/Fermi_LAT/download_LAT_data.py +0 -0
  243. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_download/Fermi_LAT/download_LLE_data.py +0 -0
  244. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_download/__init__.py +0 -0
  245. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/differentiation.py +0 -0
  246. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/fermi_relative_mission_time.py +0 -0
  247. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/fitted_objects/__init__.py +0 -0
  248. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/fitted_objects/fitted_point_sources.py +0 -0
  249. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/histogram.py +0 -0
  250. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/interval.py +0 -0
  251. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/numba_utils.py +0 -0
  252. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/photometry/__init__.py +0 -0
  253. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/photometry/filter_library.py +0 -0
  254. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/photometry/filter_set.py +0 -0
  255. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/photometry/photometric_observation.py +0 -0
  256. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/polarization/__init__.py +0 -0
  257. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/polarization/binned_polarization.py +0 -0
  258. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/power_of_two_utils.py +0 -0
  259. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/progress_bar.py +0 -0
  260. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/spectrum/__init__.py +0 -0
  261. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/spectrum/binned_spectrum.py +0 -0
  262. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/spectrum/binned_spectrum_set.py +0 -0
  263. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/spectrum/pha_spectrum.py +0 -0
  264. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/spectrum/share_spectrum.py +0 -0
  265. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/statistics/__init__.py +0 -0
  266. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/statistics/gammaln.py +0 -0
  267. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/statistics/likelihood_functions.py +0 -0
  268. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/statistics/stats_tools.py +0 -0
  269. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/step_parameter_generator.py +0 -0
  270. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/string_utils.py +0 -0
  271. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/time_interval.py +0 -0
  272. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/time_series/__init__.py +0 -0
  273. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/time_series/binned_spectrum_series.py +0 -0
  274. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/time_series/event_list.py +0 -0
  275. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/time_series/polynomial.py +0 -0
  276. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/time_series/time_series.py +0 -0
  277. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/unique_deterministic_tag.py +0 -0
  278. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML.egg-info/SOURCES.txt +0 -0
  279. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML.egg-info/dependency_links.txt +0 -0
  280. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML.egg-info/requires.txt +0 -0
  281. {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: threeML
3
- Version: 2.4.2.dev2
3
+ Version: 2.4.3.dev1
4
4
  Summary: The Multi-Mission Maximum Likelihood framework
5
5
  Home-page: https://github.com/threeml/threeML
6
6
  Author: Giacomo Vianello
@@ -9,11 +9,11 @@ import json
9
9
 
10
10
  version_json = '''
11
11
  {
12
- "date": "2024-05-16T11:29:54-0700",
12
+ "date": "2024-09-11T16:28:56-0400",
13
13
  "dirty": false,
14
14
  "error": null,
15
- "full-revisionid": "5d82ece955c4d85922bd89a38525920eceb160a5",
16
- "version": "2.4.2.dev2"
15
+ "full-revisionid": "df578f0d4c5b2d572f6ca9388ce9060b608941e0",
16
+ "version": "2.4.3.dev1"
17
17
  }
18
18
  ''' # END VERSION_JSON
19
19
 
@@ -234,9 +234,8 @@ class ANALYSIS_RESULTS_HDF(object):
234
234
 
235
235
  hdf_obj.create_dataset(
236
236
  "UNIT",
237
- data=np.array(data_frame["unit"].values, dtype=np.unicode_).astype(
238
- h5py.string_dtype()
239
- ),
237
+ data=np.array(data_frame["unit"].values, dtype=np.str_).astype(
238
+ h5py.string_dtype()),
240
239
  compression="gzip",
241
240
  compression_opts=9,
242
241
  shuffle=True,
@@ -395,7 +394,7 @@ class ANALYSIS_RESULTS(FITSExtension):
395
394
  ("NEGATIVE_ERROR", data_frame["negative_error"].values),
396
395
  ("POSITIVE_ERROR", data_frame["positive_error"].values),
397
396
  ("ERROR", data_frame["error"].values),
398
- ("UNIT", np.array(data_frame["unit"].values, np.unicode_)),
397
+ ("UNIT", np.array(data_frame["unit"].values, np.str_)),
399
398
  ("COVARIANCE", covariance_matrix),
400
399
  ("LOG_PROB", dummy),
401
400
  ("SAMPLES", samples),
@@ -383,7 +383,8 @@ class JointLikelihood(object):
383
383
  statistical_measures["BIC"] = bic(
384
384
  -total, len(self._free_parameters), total_number_of_data_points
385
385
  )
386
-
386
+ log.debug('likelihood: %.f , Free Parameters: %d, Total number of datapoints: %d' %
387
+ (-total, len(self._free_parameters), total_number_of_data_points))
387
388
  #Workaround for the case of a "fit" with no free parameters
388
389
  #This happens e.g. if you calculate the TS of the only source
389
390
  #in a one-source model.
@@ -199,7 +199,7 @@ class FITSExtension(object):
199
199
 
200
200
  # see if it is a string array
201
201
 
202
- if test_value.dtype.type == np.string_:
202
+ if test_value.dtype.type == np.bytes_:
203
203
 
204
204
  max_string_length = max(column_data, key=len).dtype.itemsize
205
205
 
@@ -34,7 +34,7 @@ class RandomVariates(np.ndarray):
34
34
 
35
35
  # This gets called at the end of any operation, where out_arr is the result of the operation
36
36
  # We need to update _orig_value so that the final results will have it
37
-
37
+ out_arr = RandomVariates(out_arr)
38
38
  out_arr._orig_value = out_arr.median
39
39
 
40
40
  # then just call the parent
@@ -48,7 +48,7 @@ def test_fits_file():
48
48
 
49
49
  assert dummy_fits["TEST"].header["TFORM1"] == dtype_keys[i]
50
50
 
51
- assert np.alltrue(dummy_fits["TEST"].data["TEST_VALUE"] == test_values)
51
+ assert np.all(dummy_fits["TEST"].data["TEST_VALUE"] == test_values)
52
52
 
53
53
  file_name = "test_fits%d.fits" % i
54
54
 
@@ -66,4 +66,4 @@ def test_fits_file():
66
66
 
67
67
  assert read_dummy_fits["TEST"].header["TFORM1"] == dtype_keys[i]
68
68
 
69
- assert np.alltrue(read_dummy_fits["TEST"].data["TEST_VALUE"] == test_values)
69
+ assert np.all(read_dummy_fits["TEST"].data["TEST_VALUE"] == test_values)
@@ -11,6 +11,10 @@ from threeML.utils.OGIP.response import (
11
11
  )
12
12
  from threeML.utils.time_interval import TimeInterval
13
13
 
14
+ if np.lib.NumpyVersion(np.__version__) >= '2.0.0b1':
15
+ from numpy.exceptions import VisibleDeprecationWarning
16
+ else:
17
+ from numpy import VisibleDeprecationWarning
14
18
 
15
19
  def get_matrix_elements():
16
20
 
@@ -287,7 +291,7 @@ def test_response_set_constructor():
287
291
 
288
292
  with warnings.catch_warnings():
289
293
 
290
- warnings.simplefilter("error", np.VisibleDeprecationWarning)
294
+ warnings.simplefilter("error", VisibleDeprecationWarning)
291
295
 
292
296
  rsp_set = InstrumentResponseSet.from_rsp2_file(
293
297
  rsp2_file, exposure_getter, counts_getter
@@ -48,7 +48,7 @@ class GBMTTEFile(object):
48
48
  # sorting in time
49
49
  sort_idx = self._events.argsort()
50
50
 
51
- if not np.alltrue(self._events[sort_idx] == self._events):
51
+ if not np.all(self._events[sort_idx] == self._events):
52
52
 
53
53
  # now sort both time and energy
54
54
  log.warning(
@@ -187,7 +187,7 @@ class GenericFittedSourceHandler(object):
187
187
  variates = []
188
188
 
189
189
  # scroll through the independent variables
190
- n_iterations = np.product(self._out_shape)
190
+ n_iterations = np.prod(self._out_shape)
191
191
 
192
192
  with use_astromodels_memoization(False):
193
193
 
@@ -406,7 +406,7 @@ class NotAvailableStatistic(object):
406
406
  raise RuntimeError()
407
407
 
408
408
  try:
409
- from ixpe.likelihood import GaussianObservedGaussianBackgroundStatistic
409
+ from ixpepy.likelihood import GaussianObservedGaussianBackgroundStatistic
410
410
  log.info('IXPE plugin found. Enabling Gaussian source with Gaussian background.')
411
411
  except:
412
412
  GaussianObservedGaussianBackgroundStatistic = NotAvailableStatistic
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: threeML
3
- Version: 2.4.2.dev2
3
+ Version: 2.4.3.dev1
4
4
  Summary: The Multi-Mission Maximum Likelihood framework
5
5
  Home-page: https://github.com/threeml/threeML
6
6
  Author: Giacomo Vianello
@@ -341,9 +341,9 @@ def get_config_from_root(root):
341
341
  # configparser.NoOptionError (if it lacks "VCS="). See the docstring at
342
342
  # the top of versioneer.py for instructions on writing your setup.cfg .
343
343
  setup_cfg = os.path.join(root, "setup.cfg")
344
- parser = configparser.SafeConfigParser()
344
+ parser = configparser.ConfigParser()
345
345
  with open(setup_cfg, "r") as f:
346
- parser.readfp(f)
346
+ parser.read_file(f)
347
347
  VCS = parser.get("versioneer", "VCS") # mandatory
348
348
 
349
349
  def get(parser, name):
File without changes
File without changes
File without changes
File without changes
File without changes