Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python39-sherpa-4.16.0-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: python39-sherpa Distribution: openSUSE:Factory:zSystems
Version: 4.16.0 Vendor: openSUSE
Release: 1.1 Build date: Sat Dec 16 09:49:45 2023
Group: Unspecified Build host: s390zl23
Size: 20891055 Source RPM: python-sherpa-4.16.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/sherpa/sherpa/
Summary: Modeling and fitting package for scientific data analysis
Sherpa is the CIAO modeling and fitting application. It enables the
user to construct models from definitions and fit those models to
data, using a variety of statistics and optimization methods.

Provides

Requires

License

GPL-3.0-only

Changelog

* Fri Dec 15 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 4.16.0:
    * enhancements:
      + the grouping commands like group_counts and group_snr now default to
      only grouping within the noticed range of channels, which is a change
      in behaviour
      + new plotting backend: Users can now choose between matplotlib and
      bokeh (experimental) support use of arbitrary python functions when
      linking model parameters
      + updates to fake_pha, save_all, allowing to write out RMF/ARF files
      + get_plot_prefs and get_contour_prefs call to simplify access to the
      plot and contour preferences
      + implementation of RMFPlot and DataIMGPlot classes and associated UI
      functions (plot_rmf, get_rmf_plot)
      + update support for XSPEC to include version 12.13.1, allow XSPEC
      table models which include the ESCALE parameter, and provide
      experimental support for writing out XSPEC table models.
    * changes to use the NumPy random generator API
    * bug fixes:
      + PHA source plot Y axis scaling (#1825)
      + fix model display for grouped data (#1779, #1784)
      + Change in the ordering of operations when grouping background PHA
      datasets. (#1881)
  - Drop patch numpy125.patch and numpy125-CI.patch: Included upstream.
  - Skip a misbehaving test.
* Thu Sep 07 2023 Markéta Machová <mmachova@suse.com>
  - Add upstream patches numpy125.patch and numpy125-CI.patch
* Mon May 29 2023 Dirk Müller <dmueller@suse.com>
  - update to 4.15.1:
    * further improvements to filtering/grouping including
      reporting a filter change in the UI
    * fake_pha can be called with a list of ARF/RMF names
    * added linewidth option for line and histogram plots
    * documentation changes:
    * fixed broken URLs
    * improved documentation for templates, plot_pvalue
    * added documentation testing with doctestplus
    * Infrastructure changes:
    * dropped support for Python 3.8
    * experimental support of Python 3.11
    * supported versions of Xspec are 12.12.0 - 12.13.0
    * bug fixes:
    * various updates to notice/ignore and group/ungroup code
    * fixed issue with show_bkg
    * fixed issue when binning values into a 1D histogram
    * fixed cache errors with the TableModel class
* Fri Jan 20 2023 Ben Greiner <code@bnavigator.de>
  - Update to 4.15.0
    * This release of Sherpa includes various enhancements,
      documentation updates,  bug fixes, and infrastructure changes.
    [#]# Enhancements:
    * Improved validation of arguments when creating Data objects:
    - arrays sent to Data objects are now converted to ndarrays
    - the independent axis is now made read-only
    - the size of a data object is now fixed.
    * Filter setting with notice/ignore are reported to the screen
      for the users of the UI layer.
    * Increased test coverage for plotting
    [#]# Documentation changes:
    * updated readthedocs to use pip and pytest instead of setup.py
    * several updates to documentation, including updates to
      fake_pha, calc_ftest, calc_mlr
    [#]# Infrastructure changes:
    * Drop support for Python 3.7
    * Updates to start creating Python 3.10 Conda packages.
    * Use Numpy 1.20 for Python 3.8/3.9 and Numpy 1.21 for Python
      3.10.
    * Moves toward PEP-517 with some distutils cleanup and more
      configuration moved from setup.py to setup.cfg
    * Various improvements to the GitHub Actions and GitLab workflows
    [#]# Bug fixes:
    * Ensure chi2xspecvar errors match XSPEC when 0 counts are
      present during background subtraction
    * Remove model instances from the global symbol table when clean
      is called
    * Addresses new warnings in the tests for Matplotlib 3.6.0 and
      AstroPy 5.1
    * Minor copy and paste error in fake_pha docstring
    * Test issues in test_fake_pha.py due to randomness
    [#]# Caveats
    * There are known issues (#1602, #1605, #1606) in the
      histogram1d/histogram2d functions leading to failures which
      were not fully addressed in this release (see the failed case
      in the second histogram1d example). This is not the Sherpa core
      functionality and numpy.histogram can be used if needed.
  - Drop reproducible.patch: the patched fftw sources are not used in
    this build.
* Mon Aug 08 2022 Ben Greiner <code@bnavigator.de>
  - Sherpa requires a build with setuptools < 60:
    * Use python3X bundled setuptools instead of distribution package
    * Enable early skip_python311 because that bundles setuptools 62
* Thu Jun 09 2022 Ben Greiner <code@bnavigator.de>
  - Update to 4.14.1
    * enhancements:
    - various plotting backend improvements
    - various i/o backend improvements
    - data object class improvements
    - basic support for Xspec 12.12.1
    - beta support for python 3.10
    * documentation changes:
    - updated build with CIAO documentation
    - Add a missing class (DataOgipResponse) to the documentation
    - Improves the docstrings for DataPHA
    - fixed typos in plot docs
    - clean up readthedocs issues such as missing bullets
    * Infrastructure changes:
    - updates for compatibility with Clang 12.0
    - updates to the regression tests
    * bug fixes:
    - Improve the FITS headers created when writing out a PHA file (to better match OGIP standards)
    - addresses delete_model_component call failing if a key does not exist
    - fixed issue with writing a PHA dataset as a table rather than a PHA file
    - ensure FITS column access is case insensitive
    - image handling and image coordinates
    - Drop sherpa-pr1318-py310tests.patch fixed upstream
    - Drop sherpa-pr1319-distutils-hack.patch fixed upstream
* Fri Feb 04 2022 Ben Greiner <code@bnavigator.de>
  - Add sherpa-pr1318-py310tests.patch -- gh#sherpa/sherpa#1318
  - Skip two tests failing on non x86_64 due to floating point
    precision
  - Disable 32-bit ARM build
  - Add sherpa-pr1319-distutils-hack.patch -- another attempt for
    python310 compatibility (gh#sherpa/sherpa#1319)
* Fri Dec 03 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Update to 4.14.0:
    * enhancements:
    - filtering and grouping area for binned (1D) spectral data has been improved
      with changes to the default behavior and many bug fixes resulting in changes
      to the statistics, degrees-of-freedom and energy flux in comparison to the
      previous version for the same data with the same filter.
    - updates to allow users to change the hard limits of XSPEC model parameters
    - the sample_flux routine now returns correct information for the clip column
    * documentation changes:
    - improved PHA simulation documentation
    - improved Filtering and grouping of PHA data documentation
    - added sherpa.image module documentation
    - added section on running tests to developer docs
    * Infrastructure Changes:
    - updates to support Apple ARM
    - update to support Xspec version 12.12
    - update fftw from version 3.3.8 to 3.3.9
    - clean up of compiler and sphinx warnings
    - changes to support gcc 9.3.0 in conda defaults
    - updates to support python 3.9 including readline 8.1 upgrade, numpy minimum
      1.19 (numpy 1.18 minimum for python 3.7/8)
    - test infrastructure clean up and updates
    * bug fixes:
    - updates to fix several 'unable to parse region string: None' errors
    - fix issue where save_all() of a loaded image with no region filter would fail
      on reload
    - fixed issue with plot_model() being called before notice or ignore could
      lead to filters not getting applied
    - fix to error out instead of crash when grouping data using an unsupported
      method
  - Drop upstream patch:
    * sherpa-pr1227-astropy43.patch
  - Refresh patch:
    * reproducible.patch
* Thu Aug 05 2021 Ben Greiner <code@bnavigator.de>
  - Add sherpa-pr1227-astropy43.patch in order to fix test failure
    gh#sherpa/sherpa#1227
* Fri Jun 11 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Update to 4.13.1:
    * documentation changes:
    - updates to documentation for TableModel, Notice2D, cache
      support for evaluating models, and low level optimization code
    - jupyter notebook uopdates
    * Infrastructure Changes:
    - the master branch has been migrated from master to main
    - updates to support numpy 1.20
    - updates to support astropy 4.2.1
    - updates to support matplotlib 3.4
    - test infrastructure clean up and updates
    * bug fixes:
    - fix an issue with cache evaluation on 1D models using
      integrated bins
    - fix for aarch64 build issue
    - fix to sherpa citation command
    - fix to honor clearwindow setting for plot_source
    - fix errors from save_data when the output file exists
    - fix build issues using gcc 7.3 with -Werror=format-security
      compilation flag
    - fix for reg_proj and reg_unc erroring out when the min or max
      arguments are tuples rather than lists
  - Drop upstreamed patches:
    * sherpa-fix-aarch64.patch
    * sherpa-numpy-1.20.patch
    * sherpa-mpl-3.4.patch
* Sat Apr 24 2021 Ben Greiner <code@bnavigator.de>
  - Fix python3 flavor multibuild:
    * Compile bundled libs for every flavor
    * Fix bundled lib location configuration
    * Use system fftw3
  - Enable tests with matplotlib and astropy
  - Add sherpa-mpl-3.4.patch for Matplotlib 3.4 gh#sherpa/sherpa#1125
* Wed Feb 17 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 4.13.0:
    * A few minor documentation updates.
    * Version number update to coincide with CIAO version 4.13.0.
  - Add sherpa-numpy-1.20.patch: Fix test errors with numpy 1.20
    [gh#sherpa/sherpa#/1092]; patch committed upstream.
  - Disable python 3.6 flavour: dependency numpy not supported.
* Wed Oct 14 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Fix aarch64 build and test:
    * sherpa-fix-aarch64.patch
* Mon Sep 14 2020 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 4.12.1:
    - [gh#sherpa/sherpa#832] Support building with NumPy 1.19.
    - [gh#sherpa/sherpa#781] Docs: fix typo in docstring for
      calc_kcor.
    - [gh#sherpa/sherpa#759] Revert the ARF cache added in #444, as
      well as some of the related code changes, as they caused
      problems with Analysis in wavelength space (e.g.
      gh#sherpa/sherpa#746).
    - [gh#sherpa/sherpa#756]
      calculate_photon_flux/calculate_energy_flux fix and
      improvement.
    - [gh#sherpa/sherpa#747] reworked regrid to eval usr grid, but 0
      every where else.
    - [gh#sherpa/sherpa#745] ensure that min/max limits are applied
      to linked parameters before use.
    - [gh#sherpa/sherpa#735] Remove ChIPS support.
    - [gh#sherpa/sherpa#734] Change datastack
      query_by_header_keyword to not error if keyword is missing.
    - [gh#sherpa/sherpa#733] fix a bug with fit(cache=False) passing
      the runtime option while fitting.
    - [gh#sherpa/sherpa#732] Remove unused Python 2.7 compatibility
      code.
    - [gh#sherpa/sherpa#696] Support python 3.8.
  - Drop already incorporated patches:
    * python-sherpa-python3.8.patch.
    * config_with_build.patch.
* Tue May 19 2020 Petr Gajdos <pgajdos@suse.com>
  - %python3_only -> %python_alternative
* Thu Mar 12 2020 Atri Bhattacharya <badshah400@gmail.com>
  - Add python-sherpa-python3.8.patch: Fix building with python3.8;
    taken from upstream commit [gh#sherpa/sherpa#696].
  - Disbale bytecode generation when running tests.
  - Remove hashbangs from non executable files.
* Sat Jan 04 2020 Bernhard Wiedemann <bwiedemann@suse.com>
  - Add reproducible.patch to disable optimizing for build CPU
    to make package build reproducible

Files

/etc/alternatives/sherpa_smoke
/etc/alternatives/sherpa_test
/usr/bin/sherpa_smoke
/usr/bin/sherpa_smoke-3.9
/usr/bin/sherpa_test
/usr/bin/sherpa_test-3.9
/usr/lib64/python3.9/site-packages/group.so
/usr/lib64/python3.9/site-packages/sherpa
/usr/lib64/python3.9/site-packages/sherpa-4.16.0.dist-info
/usr/lib64/python3.9/site-packages/sherpa-4.16.0.dist-info/INSTALLER
/usr/lib64/python3.9/site-packages/sherpa-4.16.0.dist-info/LICENSE
/usr/lib64/python3.9/site-packages/sherpa-4.16.0.dist-info/METADATA
/usr/lib64/python3.9/site-packages/sherpa-4.16.0.dist-info/RECORD
/usr/lib64/python3.9/site-packages/sherpa-4.16.0.dist-info/REQUESTED
/usr/lib64/python3.9/site-packages/sherpa-4.16.0.dist-info/WHEEL
/usr/lib64/python3.9/site-packages/sherpa-4.16.0.dist-info/entry_points.txt
/usr/lib64/python3.9/site-packages/sherpa-4.16.0.dist-info/top_level.txt
/usr/lib64/python3.9/site-packages/sherpa/__init__.py
/usr/lib64/python3.9/site-packages/sherpa/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/__pycache__/_version.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/__pycache__/_version.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/__pycache__/all.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/__pycache__/all.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/__pycache__/conftest.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/__pycache__/conftest.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/__pycache__/data.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/__pycache__/data.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/__pycache__/fit.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/__pycache__/fit.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/__pycache__/instrument.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/__pycache__/instrument.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/__pycache__/io.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/__pycache__/io.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/__pycache__/logposterior.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/__pycache__/logposterior.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/_version.py
/usr/lib64/python3.9/site-packages/sherpa/all.py
/usr/lib64/python3.9/site-packages/sherpa/astro
/usr/lib64/python3.9/site-packages/sherpa/astro/__init__.py
/usr/lib64/python3.9/site-packages/sherpa/astro/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/astro/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/__pycache__/all.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/__pycache__/all.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/__pycache__/background.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/__pycache__/background.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/__pycache__/data.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/__pycache__/data.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/__pycache__/fake.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/__pycache__/fake.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/__pycache__/flux.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/__pycache__/flux.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/__pycache__/instrument.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/__pycache__/instrument.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/__pycache__/plot.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/__pycache__/plot.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/all.py
/usr/lib64/python3.9/site-packages/sherpa/astro/background.py
/usr/lib64/python3.9/site-packages/sherpa/astro/data.py
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/__init__.py
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/__pycache__/ds.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/__pycache__/ds.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/__pycache__/utils.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/__pycache__/utils.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/ds.py
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/__pycache__/acis_bkg_model.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/__pycache__/acis_bkg_model.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/__pycache__/test_datastack.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/__pycache__/test_datastack.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/acis_bkg_model.py
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/data
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/data/3c273.arf
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/data/3c273.lis
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/data/3c273.pi
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/data/3c273.rmf
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/data/3c273_bg.pi
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/data/3c273cp.pi
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/data/acisf04938_000N002_r0043_arf3.fits
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/data/acisf04938_000N002_r0043_pha3.fits
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/data/acisf04938_000N002_r0043_rmf3.fits
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/data/acisf07867_000N001_r0002_arf3.fits
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/data/acisf07867_000N001_r0002_pha3.fits
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/data/acisf07867_000N001_r0002_rmf3.fits
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/data/pha.lis
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/tests/test_datastack.py
/usr/lib64/python3.9/site-packages/sherpa/astro/datastack/utils.py
/usr/lib64/python3.9/site-packages/sherpa/astro/fake.py
/usr/lib64/python3.9/site-packages/sherpa/astro/flux.py
/usr/lib64/python3.9/site-packages/sherpa/astro/instrument.py
/usr/lib64/python3.9/site-packages/sherpa/astro/io
/usr/lib64/python3.9/site-packages/sherpa/astro/io/__init__.py
/usr/lib64/python3.9/site-packages/sherpa/astro/io/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/astro/io/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/__pycache__/crates_backend.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/__pycache__/crates_backend.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/__pycache__/dummy_backend.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/__pycache__/dummy_backend.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/__pycache__/pyfits_backend.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/__pycache__/pyfits_backend.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/__pycache__/wcs.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/__pycache__/wcs.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/__pycache__/xstable.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/__pycache__/xstable.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/crates_backend.py
/usr/lib64/python3.9/site-packages/sherpa/astro/io/dummy_backend.py
/usr/lib64/python3.9/site-packages/sherpa/astro/io/pyfits_backend.py
/usr/lib64/python3.9/site-packages/sherpa/astro/io/tests
/usr/lib64/python3.9/site-packages/sherpa/astro/io/tests/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/astro/io/tests/__pycache__/test_backend_switch.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/tests/__pycache__/test_backend_switch.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/tests/__pycache__/test_io.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/tests/__pycache__/test_io.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/tests/__pycache__/test_io_img.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/tests/__pycache__/test_io_img.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/tests/__pycache__/test_io_pha.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/tests/__pycache__/test_io_pha.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/tests/__pycache__/test_io_response.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/tests/__pycache__/test_io_response.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/tests/__pycache__/test_io_xspec_table_model.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/tests/__pycache__/test_io_xspec_table_model.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/io/tests/test_backend_switch.py
/usr/lib64/python3.9/site-packages/sherpa/astro/io/tests/test_io.py
/usr/lib64/python3.9/site-packages/sherpa/astro/io/tests/test_io_img.py
/usr/lib64/python3.9/site-packages/sherpa/astro/io/tests/test_io_pha.py
/usr/lib64/python3.9/site-packages/sherpa/astro/io/tests/test_io_response.py
/usr/lib64/python3.9/site-packages/sherpa/astro/io/tests/test_io_xspec_table_model.py
/usr/lib64/python3.9/site-packages/sherpa/astro/io/wcs.py
/usr/lib64/python3.9/site-packages/sherpa/astro/io/xstable.py
/usr/lib64/python3.9/site-packages/sherpa/astro/models
/usr/lib64/python3.9/site-packages/sherpa/astro/models/__init__.py
/usr/lib64/python3.9/site-packages/sherpa/astro/models/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/astro/models/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/models/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/models/_modelfcts.cpython-39-s390x-linux-gnu.so
/usr/lib64/python3.9/site-packages/sherpa/astro/models/tests
/usr/lib64/python3.9/site-packages/sherpa/astro/models/tests/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/astro/models/tests/__pycache__/test_astro_model.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/models/tests/__pycache__/test_astro_model.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/models/tests/test_astro_model.py
/usr/lib64/python3.9/site-packages/sherpa/astro/optical
/usr/lib64/python3.9/site-packages/sherpa/astro/optical/__init__.py
/usr/lib64/python3.9/site-packages/sherpa/astro/optical/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/astro/optical/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/optical/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/optical/tests
/usr/lib64/python3.9/site-packages/sherpa/astro/optical/tests/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/astro/optical/tests/__pycache__/test_optical.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/optical/tests/__pycache__/test_optical.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/optical/tests/__pycache__/test_optical_pytest.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/optical/tests/__pycache__/test_optical_pytest.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/optical/tests/test_optical.py
/usr/lib64/python3.9/site-packages/sherpa/astro/optical/tests/test_optical_pytest.py
/usr/lib64/python3.9/site-packages/sherpa/astro/plot.py
/usr/lib64/python3.9/site-packages/sherpa/astro/sim
/usr/lib64/python3.9/site-packages/sherpa/astro/sim/__init__.py
/usr/lib64/python3.9/site-packages/sherpa/astro/sim/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/astro/sim/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/sim/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/sim/__pycache__/fullbayes.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/sim/__pycache__/fullbayes.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/sim/__pycache__/pragbayes.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/sim/__pycache__/pragbayes.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/sim/fullbayes.py
/usr/lib64/python3.9/site-packages/sherpa/astro/sim/pragbayes.py
/usr/lib64/python3.9/site-packages/sherpa/astro/sim/tests
/usr/lib64/python3.9/site-packages/sherpa/astro/sim/tests/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/astro/sim/tests/__pycache__/test_astro_sim.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/sim/tests/__pycache__/test_astro_sim.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/sim/tests/__pycache__/test_astro_sim_unit.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/sim/tests/__pycache__/test_astro_sim_unit.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/sim/tests/test_astro_sim.py
/usr/lib64/python3.9/site-packages/sherpa/astro/sim/tests/test_astro_sim_unit.py
/usr/lib64/python3.9/site-packages/sherpa/astro/tests
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_astro.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_astro.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_astro_data.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_astro_data.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_astro_data2.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_astro_data2.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_astro_data_notebook.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_astro_data_notebook.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_astro_data_rosat_unit.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_astro_data_rosat_unit.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_astro_data_swift_unit.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_astro_data_swift_unit.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_astro_instrument.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_astro_instrument.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_astro_pha_scale.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_astro_pha_scale.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_astro_plot.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_astro_plot.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_cache.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_cache.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_fake_pha.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/__pycache__/test_fake_pha.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/test_astro.py
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/test_astro_data.py
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/test_astro_data2.py
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/test_astro_data_notebook.py
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/test_astro_data_rosat_unit.py
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/test_astro_data_swift_unit.py
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/test_astro_instrument.py
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/test_astro_pha_scale.py
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/test_astro_plot.py
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/test_cache.py
/usr/lib64/python3.9/site-packages/sherpa/astro/tests/test_fake_pha.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/__init__.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/__pycache__/serialize.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/__pycache__/serialize.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/__pycache__/utils.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/__pycache__/utils.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/serialize.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_session.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_session.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_session_image.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_session_image.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_supports_pha2.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_supports_pha2.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_ui.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_ui.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_ui_background.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_ui_background.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_ui_fluxes.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_ui_fluxes.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_ui_import.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_ui_import.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_ui_io.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_ui_io.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_ui_multi_response.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_ui_multi_response.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_ui_plot.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_ui_plot.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_ui_unit.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_ui_unit.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_ui_utils_simulation.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_ui_utils_simulation.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_ui_utils_unit.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_astro_ui_utils_unit.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_eqwidth_err.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_eqwidth_err.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_filtering.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_filtering.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_nan.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_nan.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_serialize.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_serialize.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_session_copy.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/__pycache__/test_session_copy.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/data
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/data/two_column_x_y.fits.gz
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/test_astro_session.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/test_astro_session_image.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/test_astro_supports_pha2.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/test_astro_ui.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/test_astro_ui_background.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/test_astro_ui_fluxes.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/test_astro_ui_import.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/test_astro_ui_io.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/test_astro_ui_multi_response.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/test_astro_ui_plot.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/test_astro_ui_unit.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/test_astro_ui_utils_simulation.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/test_astro_ui_utils_unit.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/test_eqwidth_err.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/test_filtering.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/test_nan.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/test_serialize.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/tests/test_session_copy.py
/usr/lib64/python3.9/site-packages/sherpa/astro/ui/utils.py
/usr/lib64/python3.9/site-packages/sherpa/astro/utils
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/__init__.py
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/__pycache__/smoke.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/__pycache__/smoke.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/__pycache__/xspec.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/__pycache__/xspec.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/_pileup.cpython-39-s390x-linux-gnu.so
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/_region.cpython-39-s390x-linux-gnu.so
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/_utils.cpython-39-s390x-linux-gnu.so
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/_wcs.cpython-39-s390x-linux-gnu.so
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/smoke.py
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/tests
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/tests/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/tests/__pycache__/test_astro_utils.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/tests/__pycache__/test_astro_utils.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/tests/__pycache__/test_astro_utils_unit.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/tests/__pycache__/test_astro_utils_unit.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/tests/__pycache__/test_astro_utils_xspec.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/tests/__pycache__/test_astro_utils_xspec.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/tests/__pycache__/test_region_unit.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/tests/__pycache__/test_region_unit.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/tests/__pycache__/test_smoke.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/tests/__pycache__/test_smoke.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/tests/test_astro_utils.py
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/tests/test_astro_utils_unit.py
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/tests/test_astro_utils_xspec.py
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/tests/test_region_unit.py
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/tests/test_smoke.py
/usr/lib64/python3.9/site-packages/sherpa/astro/utils/xspec.py
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/__init__.py
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/__pycache__/utils.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/__pycache__/utils.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/tests
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/tests/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/tests/__pycache__/test_xspec.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/tests/__pycache__/test_xspec.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/tests/__pycache__/test_xspec_con.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/tests/__pycache__/test_xspec_con.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/tests/__pycache__/test_xspec_regrid.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/tests/__pycache__/test_xspec_regrid.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/tests/__pycache__/test_xspec_unit.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/tests/__pycache__/test_xspec_unit.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/tests/test_xspec.py
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/tests/test_xspec_con.py
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/tests/test_xspec_regrid.py
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/tests/test_xspec_unit.py
/usr/lib64/python3.9/site-packages/sherpa/astro/xspec/utils.py
/usr/lib64/python3.9/site-packages/sherpa/conftest.py
/usr/lib64/python3.9/site-packages/sherpa/data.py
/usr/lib64/python3.9/site-packages/sherpa/estmethods
/usr/lib64/python3.9/site-packages/sherpa/estmethods/__init__.py
/usr/lib64/python3.9/site-packages/sherpa/estmethods/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/estmethods/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/estmethods/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/estmethods/_est_funcs.cpython-39-s390x-linux-gnu.so
/usr/lib64/python3.9/site-packages/sherpa/estmethods/tests
/usr/lib64/python3.9/site-packages/sherpa/estmethods/tests/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/estmethods/tests/__pycache__/test_conf.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/estmethods/tests/__pycache__/test_conf.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/estmethods/tests/__pycache__/test_estmethods.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/estmethods/tests/__pycache__/test_estmethods.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/estmethods/tests/test_conf.py
/usr/lib64/python3.9/site-packages/sherpa/estmethods/tests/test_estmethods.py
/usr/lib64/python3.9/site-packages/sherpa/fit.py
/usr/lib64/python3.9/site-packages/sherpa/image
/usr/lib64/python3.9/site-packages/sherpa/image/DS9.py
/usr/lib64/python3.9/site-packages/sherpa/image/__init__.py
/usr/lib64/python3.9/site-packages/sherpa/image/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/image/__pycache__/DS9.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/image/__pycache__/DS9.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/image/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/image/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/image/__pycache__/ds9_backend.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/image/__pycache__/ds9_backend.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/image/__pycache__/dummy_backend.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/image/__pycache__/dummy_backend.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/image/__pycache__/pyds9_backend.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/image/__pycache__/pyds9_backend.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/image/ds9_backend.py
/usr/lib64/python3.9/site-packages/sherpa/image/dummy_backend.py
/usr/lib64/python3.9/site-packages/sherpa/image/pyds9_backend.py
/usr/lib64/python3.9/site-packages/sherpa/image/tests
/usr/lib64/python3.9/site-packages/sherpa/image/tests/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/image/tests/__pycache__/test_image.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/image/tests/__pycache__/test_image.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/image/tests/test_image.py
/usr/lib64/python3.9/site-packages/sherpa/include
/usr/lib64/python3.9/site-packages/sherpa/include/sherpa
/usr/lib64/python3.9/site-packages/sherpa/include/sherpa/StopWatch.hh
/usr/lib64/python3.9/site-packages/sherpa/include/sherpa/array.hh
/usr/lib64/python3.9/site-packages/sherpa/include/sherpa/astro
/usr/lib64/python3.9/site-packages/sherpa/include/sherpa/astro/models.hh
/usr/lib64/python3.9/site-packages/sherpa/include/sherpa/astro/utils.hh
/usr/lib64/python3.9/site-packages/sherpa/include/sherpa/astro/xspec_extension.hh
/usr/lib64/python3.9/site-packages/sherpa/include/sherpa/constants.hh
/usr/lib64/python3.9/site-packages/sherpa/include/sherpa/extension.hh
/usr/lib64/python3.9/site-packages/sherpa/include/sherpa/fcmp.hh
/usr/lib64/python3.9/site-packages/sherpa/include/sherpa/functor.hh
/usr/lib64/python3.9/site-packages/sherpa/include/sherpa/integration.hh
/usr/lib64/python3.9/site-packages/sherpa/include/sherpa/model_extension.hh
/usr/lib64/python3.9/site-packages/sherpa/include/sherpa/models.hh
/usr/lib64/python3.9/site-packages/sherpa/include/sherpa/myArray.hh
/usr/lib64/python3.9/site-packages/sherpa/include/sherpa/stat_extension.hh
/usr/lib64/python3.9/site-packages/sherpa/include/sherpa/stats.hh
/usr/lib64/python3.9/site-packages/sherpa/include/sherpa/syminv.hh
/usr/lib64/python3.9/site-packages/sherpa/include/sherpa/utils.hh
/usr/lib64/python3.9/site-packages/sherpa/instrument.py
/usr/lib64/python3.9/site-packages/sherpa/io.py
/usr/lib64/python3.9/site-packages/sherpa/logposterior.py
/usr/lib64/python3.9/site-packages/sherpa/models
/usr/lib64/python3.9/site-packages/sherpa/models/__init__.py
/usr/lib64/python3.9/site-packages/sherpa/models/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/models/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/__pycache__/basic.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/__pycache__/basic.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/__pycache__/model.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/__pycache__/model.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/__pycache__/parameter.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/__pycache__/parameter.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/__pycache__/regrid.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/__pycache__/regrid.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/__pycache__/template.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/__pycache__/template.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/_modelfcts.cpython-39-s390x-linux-gnu.so
/usr/lib64/python3.9/site-packages/sherpa/models/basic.py
/usr/lib64/python3.9/site-packages/sherpa/models/model.py
/usr/lib64/python3.9/site-packages/sherpa/models/parameter.py
/usr/lib64/python3.9/site-packages/sherpa/models/regrid.py
/usr/lib64/python3.9/site-packages/sherpa/models/template.py
/usr/lib64/python3.9/site-packages/sherpa/models/tests
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_basic.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_basic.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_model.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_model.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_model_notebook.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_model_notebook.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_model_op.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_model_op.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_parameter.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_parameter.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_psf_rebin.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_psf_rebin.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_regrid.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_regrid.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_regrid_unit.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_regrid_unit.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_tablemodel.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_tablemodel.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_template.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_template.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_template_unit.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/__pycache__/test_template_unit.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/models/tests/test_basic.py
/usr/lib64/python3.9/site-packages/sherpa/models/tests/test_model.py
/usr/lib64/python3.9/site-packages/sherpa/models/tests/test_model_notebook.py
/usr/lib64/python3.9/site-packages/sherpa/models/tests/test_model_op.py
/usr/lib64/python3.9/site-packages/sherpa/models/tests/test_parameter.py
/usr/lib64/python3.9/site-packages/sherpa/models/tests/test_psf_rebin.py
/usr/lib64/python3.9/site-packages/sherpa/models/tests/test_regrid.py
/usr/lib64/python3.9/site-packages/sherpa/models/tests/test_regrid_unit.py
/usr/lib64/python3.9/site-packages/sherpa/models/tests/test_tablemodel.py
/usr/lib64/python3.9/site-packages/sherpa/models/tests/test_template.py
/usr/lib64/python3.9/site-packages/sherpa/models/tests/test_template_unit.py
/usr/lib64/python3.9/site-packages/sherpa/optmethods
/usr/lib64/python3.9/site-packages/sherpa/optmethods/__init__.py
/usr/lib64/python3.9/site-packages/sherpa/optmethods/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/optmethods/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/optmethods/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/optmethods/__pycache__/ncoresde.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/optmethods/__pycache__/ncoresde.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/optmethods/__pycache__/ncoresnm.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/optmethods/__pycache__/ncoresnm.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/optmethods/__pycache__/opt.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/optmethods/__pycache__/opt.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/optmethods/__pycache__/optfcts.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/optmethods/__pycache__/optfcts.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/optmethods/_saoopt.cpython-39-s390x-linux-gnu.so
/usr/lib64/python3.9/site-packages/sherpa/optmethods/_tstoptfct.cpython-39-s390x-linux-gnu.so
/usr/lib64/python3.9/site-packages/sherpa/optmethods/ncoresde.py
/usr/lib64/python3.9/site-packages/sherpa/optmethods/ncoresnm.py
/usr/lib64/python3.9/site-packages/sherpa/optmethods/opt.py
/usr/lib64/python3.9/site-packages/sherpa/optmethods/optfcts.py
/usr/lib64/python3.9/site-packages/sherpa/optmethods/tests
/usr/lib64/python3.9/site-packages/sherpa/optmethods/tests/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/optmethods/tests/__pycache__/test_ncoresopt.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/optmethods/tests/__pycache__/test_ncoresopt.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/optmethods/tests/__pycache__/test_opt_original.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/optmethods/tests/__pycache__/test_opt_original.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/optmethods/tests/__pycache__/test_opt_unit.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/optmethods/tests/__pycache__/test_opt_unit.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/optmethods/tests/__pycache__/test_optmethods.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/optmethods/tests/__pycache__/test_optmethods.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/optmethods/tests/_tstoptfct.cc
/usr/lib64/python3.9/site-packages/sherpa/optmethods/tests/test_ncoresopt.py
/usr/lib64/python3.9/site-packages/sherpa/optmethods/tests/test_opt_original.py
/usr/lib64/python3.9/site-packages/sherpa/optmethods/tests/test_opt_unit.py
/usr/lib64/python3.9/site-packages/sherpa/optmethods/tests/test_optmethods.py
/usr/lib64/python3.9/site-packages/sherpa/optmethods/tests/tstopt.hh
/usr/lib64/python3.9/site-packages/sherpa/optmethods/tests/tstoptfct.hh
/usr/lib64/python3.9/site-packages/sherpa/plot
/usr/lib64/python3.9/site-packages/sherpa/plot/__init__.py
/usr/lib64/python3.9/site-packages/sherpa/plot/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/plot/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/__pycache__/backend_utils.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/__pycache__/backend_utils.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/__pycache__/backends.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/__pycache__/backends.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/__pycache__/bokeh_backend.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/__pycache__/bokeh_backend.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/__pycache__/pylab_area_backend.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/__pycache__/pylab_area_backend.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/__pycache__/pylab_backend.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/__pycache__/pylab_backend.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/__pycache__/testing.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/__pycache__/testing.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/__pycache__/utils.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/__pycache__/utils.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/backend_utils.py
/usr/lib64/python3.9/site-packages/sherpa/plot/backends.py
/usr/lib64/python3.9/site-packages/sherpa/plot/bokeh_backend.py
/usr/lib64/python3.9/site-packages/sherpa/plot/pylab_area_backend.py
/usr/lib64/python3.9/site-packages/sherpa/plot/pylab_backend.py
/usr/lib64/python3.9/site-packages/sherpa/plot/testing.py
/usr/lib64/python3.9/site-packages/sherpa/plot/tests
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/__pycache__/test_backend.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/__pycache__/test_backend.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/__pycache__/test_backend_utils.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/__pycache__/test_backend_utils.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/__pycache__/test_plot.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/__pycache__/test_plot.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/__pycache__/test_plot_notebook.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/__pycache__/test_plot_notebook.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/__pycache__/test_plot_utils.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/__pycache__/test_plot_utils.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/__pycache__/test_plot_warnings.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/__pycache__/test_plot_warnings.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/__pycache__/test_pylab.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/__pycache__/test_pylab.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/__pycache__/test_pylab_specific.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/__pycache__/test_pylab_specific.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/test_backend.py
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/test_backend_utils.py
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/test_plot.py
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/test_plot_notebook.py
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/test_plot_utils.py
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/test_plot_warnings.py
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/test_pylab.py
/usr/lib64/python3.9/site-packages/sherpa/plot/tests/test_pylab_specific.py
/usr/lib64/python3.9/site-packages/sherpa/plot/utils.py
/usr/lib64/python3.9/site-packages/sherpa/sherpa-standalone.rc
/usr/lib64/python3.9/site-packages/sherpa/sherpa.rc
/usr/lib64/python3.9/site-packages/sherpa/sim
/usr/lib64/python3.9/site-packages/sherpa/sim/__init__.py
/usr/lib64/python3.9/site-packages/sherpa/sim/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/sim/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/sim/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/sim/__pycache__/mh.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/sim/__pycache__/mh.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/sim/__pycache__/sample.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/sim/__pycache__/sample.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/sim/__pycache__/simulate.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/sim/__pycache__/simulate.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/sim/mh.py
/usr/lib64/python3.9/site-packages/sherpa/sim/sample.py
/usr/lib64/python3.9/site-packages/sherpa/sim/simulate.py
/usr/lib64/python3.9/site-packages/sherpa/sim/tests
/usr/lib64/python3.9/site-packages/sherpa/sim/tests/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/sim/tests/__pycache__/test_asymmetric.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/sim/tests/__pycache__/test_asymmetric.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/sim/tests/__pycache__/test_sim.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/sim/tests/__pycache__/test_sim.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/sim/tests/__pycache__/test_sim_unit.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/sim/tests/__pycache__/test_sim_unit.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/sim/tests/test_asymmetric.py
/usr/lib64/python3.9/site-packages/sherpa/sim/tests/test_sim.py
/usr/lib64/python3.9/site-packages/sherpa/sim/tests/test_sim_unit.py
/usr/lib64/python3.9/site-packages/sherpa/static
/usr/lib64/python3.9/site-packages/sherpa/static/css
/usr/lib64/python3.9/site-packages/sherpa/static/css/style.css
/usr/lib64/python3.9/site-packages/sherpa/stats
/usr/lib64/python3.9/site-packages/sherpa/stats/__init__.py
/usr/lib64/python3.9/site-packages/sherpa/stats/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/stats/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/stats/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/stats/_statfcts.cpython-39-s390x-linux-gnu.so
/usr/lib64/python3.9/site-packages/sherpa/stats/tests
/usr/lib64/python3.9/site-packages/sherpa/stats/tests/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/stats/tests/__pycache__/test_stats.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/stats/tests/__pycache__/test_stats.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/stats/tests/__pycache__/test_stats_unit.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/stats/tests/__pycache__/test_stats_unit.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/stats/tests/__pycache__/test_user_stat.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/stats/tests/__pycache__/test_user_stat.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/stats/tests/__pycache__/test_wstat.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/stats/tests/__pycache__/test_wstat.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/stats/tests/test_stats.py
/usr/lib64/python3.9/site-packages/sherpa/stats/tests/test_stats_unit.py
/usr/lib64/python3.9/site-packages/sherpa/stats/tests/test_user_stat.py
/usr/lib64/python3.9/site-packages/sherpa/stats/tests/test_wstat.py
/usr/lib64/python3.9/site-packages/sherpa/tests
/usr/lib64/python3.9/site-packages/sherpa/tests/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/tests/__pycache__/test_data.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/tests/__pycache__/test_data.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/tests/__pycache__/test_data_notebook.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/tests/__pycache__/test_data_notebook.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/tests/__pycache__/test_fit_notebook.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/tests/__pycache__/test_fit_notebook.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/tests/__pycache__/test_fit_unit.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/tests/__pycache__/test_fit_unit.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/tests/__pycache__/test_instrument.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/tests/__pycache__/test_instrument.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/tests/__pycache__/test_sherpa.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/tests/__pycache__/test_sherpa.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/tests/__pycache__/test_stack.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/tests/__pycache__/test_stack.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/tests/__pycache__/test_tests.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/tests/__pycache__/test_tests.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/tests/a.lis
/usr/lib64/python3.9/site-packages/sherpa/tests/b.lis
/usr/lib64/python3.9/site-packages/sherpa/tests/test_data.py
/usr/lib64/python3.9/site-packages/sherpa/tests/test_data_notebook.py
/usr/lib64/python3.9/site-packages/sherpa/tests/test_fit_notebook.py
/usr/lib64/python3.9/site-packages/sherpa/tests/test_fit_unit.py
/usr/lib64/python3.9/site-packages/sherpa/tests/test_instrument.py
/usr/lib64/python3.9/site-packages/sherpa/tests/test_sherpa.py
/usr/lib64/python3.9/site-packages/sherpa/tests/test_stack.py
/usr/lib64/python3.9/site-packages/sherpa/tests/test_tests.py
/usr/lib64/python3.9/site-packages/sherpa/ui
/usr/lib64/python3.9/site-packages/sherpa/ui/__init__.py
/usr/lib64/python3.9/site-packages/sherpa/ui/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/ui/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/ui/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/ui/__pycache__/utils.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/ui/__pycache__/utils.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/ui/tests
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/__pycache__/test_get_int_proj.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/__pycache__/test_get_int_proj.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/__pycache__/test_plot_pvalue.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/__pycache__/test_plot_pvalue.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/__pycache__/test_session.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/__pycache__/test_session.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/__pycache__/test_ui.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/__pycache__/test_ui.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/__pycache__/test_ui_image.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/__pycache__/test_ui_image.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/__pycache__/test_ui_plot.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/__pycache__/test_ui_plot.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/__pycache__/test_ui_unit.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/__pycache__/test_ui_unit.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/test_get_int_proj.py
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/test_plot_pvalue.py
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/test_session.py
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/test_ui.py
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/test_ui_image.py
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/test_ui_plot.py
/usr/lib64/python3.9/site-packages/sherpa/ui/tests/test_ui_unit.py
/usr/lib64/python3.9/site-packages/sherpa/ui/utils.py
/usr/lib64/python3.9/site-packages/sherpa/utils
/usr/lib64/python3.9/site-packages/sherpa/utils/__init__.py
/usr/lib64/python3.9/site-packages/sherpa/utils/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/utils/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/__pycache__/akima.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/__pycache__/akima.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/__pycache__/err.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/__pycache__/err.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/__pycache__/formatting.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/__pycache__/formatting.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/__pycache__/logging.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/__pycache__/logging.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/__pycache__/numeric_types.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/__pycache__/numeric_types.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/__pycache__/parallel.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/__pycache__/parallel.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/__pycache__/random.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/__pycache__/random.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/__pycache__/testing.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/__pycache__/testing.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/_psf.cpython-39-s390x-linux-gnu.so
/usr/lib64/python3.9/site-packages/sherpa/utils/_utils.cpython-39-s390x-linux-gnu.so
/usr/lib64/python3.9/site-packages/sherpa/utils/akima.py
/usr/lib64/python3.9/site-packages/sherpa/utils/err.py
/usr/lib64/python3.9/site-packages/sherpa/utils/formatting.py
/usr/lib64/python3.9/site-packages/sherpa/utils/integration.cpython-39-s390x-linux-gnu.so
/usr/lib64/python3.9/site-packages/sherpa/utils/logging.py
/usr/lib64/python3.9/site-packages/sherpa/utils/numeric_types.py
/usr/lib64/python3.9/site-packages/sherpa/utils/parallel.py
/usr/lib64/python3.9/site-packages/sherpa/utils/random.py
/usr/lib64/python3.9/site-packages/sherpa/utils/testing.py
/usr/lib64/python3.9/site-packages/sherpa/utils/tests
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_akima.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_akima.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_err.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_err.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_integration.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_integration.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_logging.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_logging.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_parallel.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_parallel.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_psf_lowlevel.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_psf_lowlevel.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_psf_rebinning_unit.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_psf_rebinning_unit.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_random.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_random.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_root.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_root.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_utils.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_utils.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_utils_error_unit.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_utils_error_unit.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_utils_testing.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_utils_testing.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_utils_unit.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/__pycache__/test_utils_unit.cpython-39.pyc
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/test_akima.py
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/test_err.py
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/test_integration.py
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/test_logging.py
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/test_parallel.py
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/test_psf_lowlevel.py
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/test_psf_rebinning_unit.py
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/test_random.py
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/test_root.py
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/test_utils.py
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/test_utils_error_unit.py
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/test_utils_testing.py
/usr/lib64/python3.9/site-packages/sherpa/utils/tests/test_utils_unit.py
/usr/lib64/python3.9/site-packages/stk.so
/usr/share/doc/packages/python39-sherpa
/usr/share/doc/packages/python39-sherpa/README.md
/usr/share/licenses/python39-sherpa
/usr/share/licenses/python39-sherpa/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024