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.
- {threeml-2.4.2.dev2/threeML.egg-info → threeml-2.4.3.dev1}/PKG-INFO +1 -1
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/_version.py +3 -3
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/analysis_results.py +3 -4
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/classicMLE/joint_likelihood.py +2 -1
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/fits_file.py +1 -1
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/random_variates.py +1 -1
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_fits_file.py +2 -2
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_response.py +5 -1
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_builders/fermi/gbm_data.py +1 -1
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/fitted_objects/fitted_source_handler.py +1 -1
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/spectrum/spectrum_likelihood.py +1 -1
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1/threeML.egg-info}/PKG-INFO +1 -1
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/versioneer.py +2 -2
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/LICENSE +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/MANIFEST.in +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/README.md +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/setup.cfg +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/setup.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/autoemcee_sampler.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/bayesian_analysis.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/dynesty_sampler.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/emcee_sampler.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/multinest_sampler.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/nautilus_sampler.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/sampler_base.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/tutorial_material.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/ultranest_sampler.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/bayesian/zeus_sampler.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/catalogs/Fermi.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/catalogs/FermiGBM.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/catalogs/FermiLAT.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/catalogs/FermiLLE.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/catalogs/Swift.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/catalogs/VirtualObservatoryCatalog.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/catalogs/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/catalogs/catalog_utils.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/classicMLE/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/classicMLE/goodness_of_fit.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/classicMLE/joint_likelihood_set.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/classicMLE/likelihood_ratio_test.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/config/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/config/catalog_structure.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/config/config.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/config/config_structure.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/config/config_utils.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/config/fitting_structure.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/config/plotting_structure.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/config/plugin_structure.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/config/point_source_structure.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bat/gbm_bat_joint_BAT.pha +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bat/gbm_bat_joint_BAT.rsp +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bn090217206/bn090217206_b1_bkgspectra.bak +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bn090217206/bn090217206_b1_srcspectra.pha +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bn090217206/bn090217206_b1_weightedrsp.rsp +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bn090217206/bn090217206_n6_bkgspectra.bak +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bn090217206/bn090217206_n6_srcspectra.pha +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bn090217206/bn090217206_n6_weightedrsp.rsp +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bn090217206/bn090217206_n9_bkgspectra.bak +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bn090217206/bn090217206_n9_srcspectra.pha +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/bn090217206/bn090217206_n9_weightedrsp.rsp +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/example_integral.pha +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/example_integral.rsp +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/example_integral_spi.pha +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/example_integral_spi.rsp +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/bn080916009/glg_cspec_b0_bn080916009_v00.rsp2 +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/bn080916009/glg_cspec_n3_bn080916009_v00.rsp2 +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/bn080916009/glg_cspec_n3_bn080916009_v01.pha +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/bn080916009/glg_tte_b0_bn080916009_v01.fit.gz +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/bn080916009/glg_tte_n3_bn080916009_v01.fit.gz +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/gbm_bat_joint_BGO_00.bak +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/gbm_bat_joint_BGO_00.pha +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/gbm_bat_joint_BGO_00.rsp +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/gbm_bat_joint_NAI_06.bak +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/gbm_bat_joint_NAI_06.pha +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/gbm_bat_joint_NAI_06.rsp +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/glg_cspec_n3_bn080916009_v00.rsp2 +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/glg_cspec_n3_bn080916009_v01.pha +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/glg_cspec_n3_bn080916009_v07.rsp +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/glg_tte_n3_bn080916009_v01.fit.gz +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gll_cspec_bn080916009_v10.rsp +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gll_lle_bn080916009_v10.fit +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gll_pt_bn080916009_v10.fit +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/lat/bn090217206_LAT_xmlmodel.xml +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/lat/gll_cspec_bn080916009_v10.pha +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/lat/gll_cspec_bn080916009_v10.rsp +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/lat/gll_ft1_tr_bn090217206_v00_filt.fit +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/lat/gll_ft1_tr_bn090217206_v00_filt_expomap.fit +0 -0
- {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
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/lat/gll_lle_bn080916009_v10.fit +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/lat/gll_pt_bn080916009_v10.fit +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/multi_analysis/awt.arf +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/multi_analysis/awt.pi +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/multi_analysis/awt.rmf +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/multi_analysis/awt_fit.fit +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/multi_analysis/awtback.pi +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/multi_analysis/awtsource.pi +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/ogip_powerlaw.bak +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/ogip_powerlaw.pha +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/ogip_powerlaw.rsp +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/test.pha +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/test_bak.pha +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/xrt/interval0wtback.pi +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/xrt/interval0wtsource.pi +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/xrt/xrt.arf +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/xrt/xrt.rmf +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/xrt/xrt_bkg.pha +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/xrt/xrt_src.pha +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/xy_powerlaw.txt +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/default_style.yml +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/doc_config.yml +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/fermipy_basic_config.yml +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/ogip_test_gbm_b0.rsp2 +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/ogip_test_gbm_n6.rsp +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/ogip_test_xmm_pn.arf +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/ogip_test_xmm_pn.rmf +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/optical_filters/filter_library.h5 +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/threeml.mplstyle +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/threeml_docs.mplstyle +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/xmm/pnS004-A2443_reg2.arf +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/xmm/pnS004-A2443_reg2.fak +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/xmm/pnS004-A2443_reg2.rmf +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data_list.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/exceptions/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/exceptions/custom_exceptions.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/calculate_flux.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/cern_root_utils/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/cern_root_utils/io_utils.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/cern_root_utils/tobject_to_numpy.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/configuration.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/detect_notebook.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/dict_with_pretty_print.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/download_from_ftp.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/download_from_http.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/file_utils.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/get_heasarc_table_as_pandas.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/hdf5_utils.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/logging.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/network.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/package_data.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/plotting/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/plotting/cmap_cycle.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/plotting/data_residual_plot.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/plotting/get_style.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/plotting/light_curve_plots.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/plotting/model_plot.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/plotting/model_plot_2D.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/plotting/model_plot_tags.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/plotting/post_process_data_plots.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/plotting/step_plot.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/results_table.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/rich_display.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/serialization.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/suppress_stdout.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/table.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/io/uncertainty_formatter.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/minimizer/ROOT_minimizer.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/minimizer/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/minimizer/grid_minimizer.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/minimizer/minimization.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/minimizer/minuit_minimizer.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/minimizer/multinest_minimizer.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/minimizer/pagmo_minimizer.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/minimizer/scipy_minimizer.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/minimizer/tutorial_material.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/parallel/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/parallel/parallel_client.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugin_prototype.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/BinnedProfileLike.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/DispersionSpectrumLike.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/FermiLATLike.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/FermipyLike.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/HAWCLike.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/OGIPLike.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/PhotometryLike.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/SpectrumLike.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/SwiftXRTLike.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/UnbinnedPoissonLike.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/UnresolvedExtendedXYLike.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/XYLike.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/experimental/CastroLike.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/experimental/SherpaLike.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/experimental/VERITASLike.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/plugins/experimental/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/conftest.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/generate_pha.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_AAA_against_xspec.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_FermiLATLike.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_FermipyLike.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_UnresolvedExtendedXYLike.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_XYLike.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_analysis_results.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_basic.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_bayesian.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_catalogs.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_configuration.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_download_GBM_data.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_download_LAT_data.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_event_list.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_file_utils.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_fitted_point_sources.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_generic.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_get_package_data.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_goodness_of_fit.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_hawc.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_histogram.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_joint_likelihood_set.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_minimizers.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_model_from_catalog.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_ogip.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_photometry_utils.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_plotting.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_plugin_loading.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_power_of_two_utils.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_spectrum_class.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_spectrumlike.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_time_energy_fit.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_time_interval.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_time_series.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_unbinned_poisson_like.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/test/test_verbosity.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/OGIP/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/OGIP/pha.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/OGIP/response.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/bayesian_blocks.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/binner.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/cartesian.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_builders/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_builders/fermi/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_builders/fermi/lat_data.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_builders/fermi/lat_transient_builder.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_builders/fermi/test.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_builders/time_series_builder.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_download/Fermi_GBM/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_download/Fermi_GBM/download_GBM_data.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_download/Fermi_LAT/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_download/Fermi_LAT/download_LAT_data.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_download/Fermi_LAT/download_LLE_data.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/data_download/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/differentiation.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/fermi_relative_mission_time.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/fitted_objects/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/fitted_objects/fitted_point_sources.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/histogram.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/interval.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/numba_utils.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/photometry/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/photometry/filter_library.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/photometry/filter_set.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/photometry/photometric_observation.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/polarization/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/polarization/binned_polarization.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/power_of_two_utils.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/progress_bar.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/spectrum/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/spectrum/binned_spectrum.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/spectrum/binned_spectrum_set.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/spectrum/pha_spectrum.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/spectrum/share_spectrum.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/statistics/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/statistics/gammaln.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/statistics/likelihood_functions.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/statistics/stats_tools.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/step_parameter_generator.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/string_utils.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/time_interval.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/time_series/__init__.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/time_series/binned_spectrum_series.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/time_series/event_list.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/time_series/polynomial.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/time_series/time_series.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/unique_deterministic_tag.py +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML.egg-info/SOURCES.txt +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML.egg-info/dependency_links.txt +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML.egg-info/requires.txt +0 -0
- {threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML.egg-info/top_level.txt +0 -0
|
@@ -9,11 +9,11 @@ import json
|
|
|
9
9
|
|
|
10
10
|
version_json = '''
|
|
11
11
|
{
|
|
12
|
-
"date": "2024-
|
|
12
|
+
"date": "2024-09-11T16:28:56-0400",
|
|
13
13
|
"dirty": false,
|
|
14
14
|
"error": null,
|
|
15
|
-
"full-revisionid": "
|
|
16
|
-
"version": "2.4.
|
|
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.
|
|
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.
|
|
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.
|
|
@@ -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.
|
|
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.
|
|
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",
|
|
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.
|
|
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(
|
{threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/utils/fitted_objects/fitted_source_handler.py
RENAMED
|
@@ -187,7 +187,7 @@ class GenericFittedSourceHandler(object):
|
|
|
187
187
|
variates = []
|
|
188
188
|
|
|
189
189
|
# scroll through the independent variables
|
|
190
|
-
n_iterations = np.
|
|
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
|
|
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
|
|
@@ -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.
|
|
344
|
+
parser = configparser.ConfigParser()
|
|
345
345
|
with open(setup_cfg, "r") as f:
|
|
346
|
-
parser.
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/gbm_bat_joint_BGO_00.bak
RENAMED
|
File without changes
|
{threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/gbm_bat_joint_BGO_00.pha
RENAMED
|
File without changes
|
{threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/gbm_bat_joint_BGO_00.rsp
RENAMED
|
File without changes
|
{threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/gbm_bat_joint_NAI_06.bak
RENAMED
|
File without changes
|
{threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/gbm_bat_joint_NAI_06.pha
RENAMED
|
File without changes
|
{threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gbm/gbm_bat_joint_NAI_06.rsp
RENAMED
|
File without changes
|
{threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/glg_cspec_n3_bn080916009_v00.rsp2
RENAMED
|
File without changes
|
{threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/glg_cspec_n3_bn080916009_v01.pha
RENAMED
|
File without changes
|
{threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/glg_cspec_n3_bn080916009_v07.rsp
RENAMED
|
File without changes
|
{threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/glg_tte_n3_bn080916009_v01.fit.gz
RENAMED
|
File without changes
|
{threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/gll_cspec_bn080916009_v10.rsp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/lat/bn090217206_LAT_xmlmodel.xml
RENAMED
|
File without changes
|
{threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/lat/gll_cspec_bn080916009_v10.pha
RENAMED
|
File without changes
|
{threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/lat/gll_cspec_bn080916009_v10.rsp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/lat/gll_lle_bn080916009_v10.fit
RENAMED
|
File without changes
|
{threeml-2.4.2.dev2 → threeml-2.4.3.dev1}/threeML/data/datasets/lat/gll_pt_bn080916009_v10.fit
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|