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

python311-reproject-0.14.0-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: python311-reproject Distribution: openSUSE Tumbleweed
Version: 0.14.0 Vendor: openSUSE
Release: 1.1 Build date: Mon Sep 2 18:48:32 2024
Group: Unspecified Build host: reproducible
Size: 3261309 Source RPM: python-reproject-0.14.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://reproject.readthedocs.io
Summary: Reproject astronomical images
Reproject astronomical images

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Sep 02 2024 Ben Greiner <code@bnavigator.de>
  - Update to 0.14.0
    [#]# Bug Fixes
    * Support readonly arrays in adaptive by @svank in #452
    * Fix bug with artifacts in reproject_to_healpix by @astrofrog in
      [#459]
    [#]# New Features
    * Fix multi-threaded reprojection when using Astropy WCS by
      @astrofrog in #434
    * Generalize reproject_and_coadd for N-dimensional data, and add
      option to specify blank pixel value and progress bar by
      @keflavich in #351
    * Improve performance for large datasets and switch to
      multi-threading by default by @astrofrog in #443
    [#]# Other Changes
    * Don't use --pre on Python 3.12 by @astrofrog in #445
    * Bump minimum required version of astropy-healpix by @astrofrog
      in #446
    * Improvements to performance when using dask.distributed by
      @astrofrog in #447
    * Add logging calls and fix a couple of dask-related issues by
      @astrofrog in #450
    * Add a script to regenerate the aia asdf file and do so by
      @Cadair in #439
    * Performance improvements for interpolation with map_coordinates
      by @astrofrog in #448
  - Release v0.13.1
    [#]# Bug Fixes
    * Ensure reproject_and_coadd handles bg-matching with one input
      image by @svank in #412
    * Fixes for mosaic output pixels not covered by inputs by @svank
      in #413
    [#]# Documentation
    * Updated docstrings for output_projection and shape_out to
      indicate that any APE-14 WCS is acceptable by @astrofrog in
      [#407]
    [#]# Other Changes
    * Add tests for full range of inputs/outputs in healpix functions
      by @astrofrog in #408
    * Fix Cython warnings by @svank in #418
    * Build against Numpy 2.0.0rc1 or later by @astrofrog in #436
  - Release v0.13.0
    [#]# Bug Fixes
    * Fix TestReprojectAndCoAdd failure on i386 by @olebole in #386
    * Fixed a bug that caused reprojected dask arrays to not be
      computable due to a temporary directory being removed by
      @astrofrog in #390
    [#]# New Features
    * Add ability to specify output array and footprint in
      reproject_and_coadd by @astrofrog in #387
    * Added ability to set block_size='auto' and fix missing
      parameters in docstrings by @astrofrog in #392
    * Compute footprint in healpix_to_image by @lpsinger in #400
    [#]# Other Changes
    * Fix compatibility with Cython 3.0.2 and update version in
      pyproject.toml by @astrofrog in #391
  - Release 0.12.0
    [#]# Bug Fixes
    * Fix support for NDData objects with dask .data attributes by
      @astrofrog in #365
    * Fix docs mosaic page rendering by @jdavies-st in #381
    [#]# New Features
    * Add despike_jacobian option for adaptive resampling by @svank
      in #366
    * Refactor blocked/parallel reprojection by @astrofrog in #374
    * Add 'first' and 'last' moasicking modes to reproject_and_coadd
      by @svank in #383
    * Add modes for nan and inf handling to adaptive algo by @svank
      in #380
    * Added new combine function to compute the minimum and maximum
      by @fjankowsk in #369
    [#]# Other Changes
    * Dask support improvements by @astrofrog in #367
    * Fix --remote-data tests by @astrofrog in #375
    * Update docstring for adaptive defaults by @svank in #378
    * Use more points to find image bounds in moasics by @svank in
      [#382]
  - Release v0.11.0
    [#]# Bug Fixes
    * Fix for HighLevelWCS attribute error by @keflavich in #349
    * Fixes for solar frames and non-degree units by @astrofrog in
      [#360]
    * If shape_out is specified, use this over the array_shape
      attribute of a WCS object by @astrofrog in #361
    [#]# New Features
    * Allow single inputs to find_optimal_celestial_wcs and add
      ability to specify HDU by @astrofrog in #344
    * Add support for specifying output projection as APE 14 WCS with
      array_shape defined by @astrofrog in #345
    * Started adding support for allowing dask arrays as input by
      @astrofrog in #352
    [#]# Other Changes
    * Mark tests that use remote data by @smaret in #339
    * Simplify blocked reprojection implementation by using dask and
      improve efficiency of parallel reprojection by @astrofrog in
      [#314]
    * Remove code that was required for astropy<4 by @astrofrog in
      [#346]
    * Add a new 'all' extras for shapely by @astrofrog in #363
  - Release v0.10.0
    [#]# Bugs Fixed
    * Close FITS files after loading by @svank in #330
    [#]# New Features
    * Add support for blocked and parallel reprojection in
      reproject_interp by @AlistairSymonds in #214
    * Add support for efficiently reprojecting multiple images with
      the same wcs by @svank in #332
    * Add support for APE 14 WCSes in find_optimal_celestial_wcs by
      @astrofrog in #334
    [#]# Other Changes
    * Changed default filter kernel and boundary mode in
      reproject_adaptive, and removed order argument. by @svank in
      [#291]
    * Use pixel_to_pixel from astropy.wcs.utils by @astrofrog in #315
    * Speed up test_blocked_against_single by increasing smallest
      block size by @astrofrog in #319
* Mon Nov 07 2022 Ben Greiner <code@bnavigator.de>
  - Update to v0.9.1
    * support for Python 3.11
  - Release v0.9
    * Drop support for Python 3.7.
    * Infrastructure and packaging updates.
    * Made many improvements, bug fixes, and significant speed-ups
      for the adaptive resampling algorithm, reproject_adaptive.
      These bug fixes may cause changes to the reprojected images,
      which are typically negligible.Improvements include the
      addition of a flux-conserving mode, support for a Gaussian
      filter kernel, a menu of boundary-handling modes, and a
      center_jacobian flag to trade speed for accuracy with
      rapidly-varying transformations.
    * Added a roundtrip_coords argument to reproject_adaptive and
      reproject_interp. By default, all coordinate transformations
      are run in both directions to handle some situations where they
      are ambiguous. This can be disabled by setting
      roundtrip_coords=False which may offer a significant speed
      increase.
* Sun Feb 06 2022 Ben Greiner <code@bnavigator.de>
  - Initial specfile for version 0.8
  - Required by sunpy testing (optional runtime requirement)

Files

/usr/lib64/python3.11/site-packages/reproject
/usr/lib64/python3.11/site-packages/reproject-0.14.0.dist-info
/usr/lib64/python3.11/site-packages/reproject-0.14.0.dist-info/INSTALLER
/usr/lib64/python3.11/site-packages/reproject-0.14.0.dist-info/LICENSE
/usr/lib64/python3.11/site-packages/reproject-0.14.0.dist-info/METADATA
/usr/lib64/python3.11/site-packages/reproject-0.14.0.dist-info/RECORD
/usr/lib64/python3.11/site-packages/reproject-0.14.0.dist-info/REQUESTED
/usr/lib64/python3.11/site-packages/reproject-0.14.0.dist-info/WHEEL
/usr/lib64/python3.11/site-packages/reproject-0.14.0.dist-info/top_level.txt
/usr/lib64/python3.11/site-packages/reproject/__init__.py
/usr/lib64/python3.11/site-packages/reproject/__pycache__
/usr/lib64/python3.11/site-packages/reproject/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/__pycache__/array_utils.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/__pycache__/array_utils.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/__pycache__/common.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/__pycache__/common.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/__pycache__/conftest.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/__pycache__/conftest.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/__pycache__/utils.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/__pycache__/version.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/__pycache__/version.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/__pycache__/wcs_utils.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/__pycache__/wcs_utils.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/adaptive
/usr/lib64/python3.11/site-packages/reproject/adaptive/__init__.py
/usr/lib64/python3.11/site-packages/reproject/adaptive/__pycache__
/usr/lib64/python3.11/site-packages/reproject/adaptive/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/adaptive/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/adaptive/__pycache__/core.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/adaptive/__pycache__/core.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/adaptive/__pycache__/high_level.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/adaptive/__pycache__/high_level.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/adaptive/core.py
/usr/lib64/python3.11/site-packages/reproject/adaptive/deforest.cpython-311-riscv64-linux-gnu.so
/usr/lib64/python3.11/site-packages/reproject/adaptive/high_level.py
/usr/lib64/python3.11/site-packages/reproject/adaptive/tests
/usr/lib64/python3.11/site-packages/reproject/adaptive/tests/__init__.py
/usr/lib64/python3.11/site-packages/reproject/adaptive/tests/__pycache__
/usr/lib64/python3.11/site-packages/reproject/adaptive/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/adaptive/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/adaptive/tests/__pycache__/test_core.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/adaptive/tests/__pycache__/test_core.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/adaptive/tests/reference
/usr/lib64/python3.11/site-packages/reproject/adaptive/tests/reference/test_reproject_adaptive_2d.fits
/usr/lib64/python3.11/site-packages/reproject/adaptive/tests/reference/test_reproject_adaptive_2d_rotated.fits
/usr/lib64/python3.11/site-packages/reproject/adaptive/tests/reference/test_reproject_adaptive_roundtrip.fits
/usr/lib64/python3.11/site-packages/reproject/adaptive/tests/reference/test_reproject_adaptive_uncentered_jacobian.fits
/usr/lib64/python3.11/site-packages/reproject/adaptive/tests/test_core.py
/usr/lib64/python3.11/site-packages/reproject/array_utils.py
/usr/lib64/python3.11/site-packages/reproject/common.py
/usr/lib64/python3.11/site-packages/reproject/compiler_version.cpython-311-riscv64-linux-gnu.so
/usr/lib64/python3.11/site-packages/reproject/conftest.py
/usr/lib64/python3.11/site-packages/reproject/healpix
/usr/lib64/python3.11/site-packages/reproject/healpix/__init__.py
/usr/lib64/python3.11/site-packages/reproject/healpix/__pycache__
/usr/lib64/python3.11/site-packages/reproject/healpix/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/healpix/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/healpix/__pycache__/core.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/healpix/__pycache__/core.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/healpix/__pycache__/high_level.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/healpix/__pycache__/high_level.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/healpix/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/healpix/__pycache__/utils.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/healpix/core.py
/usr/lib64/python3.11/site-packages/reproject/healpix/high_level.py
/usr/lib64/python3.11/site-packages/reproject/healpix/tests
/usr/lib64/python3.11/site-packages/reproject/healpix/tests/__init__.py
/usr/lib64/python3.11/site-packages/reproject/healpix/tests/__pycache__
/usr/lib64/python3.11/site-packages/reproject/healpix/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/healpix/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/healpix/tests/__pycache__/test_healpix.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/healpix/tests/__pycache__/test_healpix.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/healpix/tests/__pycache__/test_utils.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/healpix/tests/__pycache__/test_utils.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/healpix/tests/data
/usr/lib64/python3.11/site-packages/reproject/healpix/tests/data/bayestar.fits.gz
/usr/lib64/python3.11/site-packages/reproject/healpix/tests/data/reference_result.fits
/usr/lib64/python3.11/site-packages/reproject/healpix/tests/test_healpix.py
/usr/lib64/python3.11/site-packages/reproject/healpix/tests/test_utils.py
/usr/lib64/python3.11/site-packages/reproject/healpix/utils.py
/usr/lib64/python3.11/site-packages/reproject/interpolation
/usr/lib64/python3.11/site-packages/reproject/interpolation/__init__.py
/usr/lib64/python3.11/site-packages/reproject/interpolation/__pycache__
/usr/lib64/python3.11/site-packages/reproject/interpolation/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/interpolation/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/interpolation/__pycache__/core.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/interpolation/__pycache__/core.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/interpolation/__pycache__/high_level.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/interpolation/__pycache__/high_level.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/interpolation/core.py
/usr/lib64/python3.11/site-packages/reproject/interpolation/high_level.py
/usr/lib64/python3.11/site-packages/reproject/interpolation/tests
/usr/lib64/python3.11/site-packages/reproject/interpolation/tests/__init__.py
/usr/lib64/python3.11/site-packages/reproject/interpolation/tests/__pycache__
/usr/lib64/python3.11/site-packages/reproject/interpolation/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/interpolation/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/interpolation/tests/__pycache__/test_core.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/interpolation/tests/__pycache__/test_core.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/interpolation/tests/reference
/usr/lib64/python3.11/site-packages/reproject/interpolation/tests/reference/test_reproject_celestial_2d_gal2equ.fits
/usr/lib64/python3.11/site-packages/reproject/interpolation/tests/reference/test_reproject_celestial_3d_equ2gal.fits
/usr/lib64/python3.11/site-packages/reproject/interpolation/tests/reference/test_reproject_roundtrip.fits
/usr/lib64/python3.11/site-packages/reproject/interpolation/tests/reference/test_small_cutout.fits
/usr/lib64/python3.11/site-packages/reproject/interpolation/tests/test_core.py
/usr/lib64/python3.11/site-packages/reproject/mosaicking
/usr/lib64/python3.11/site-packages/reproject/mosaicking/__init__.py
/usr/lib64/python3.11/site-packages/reproject/mosaicking/__pycache__
/usr/lib64/python3.11/site-packages/reproject/mosaicking/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/mosaicking/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/mosaicking/__pycache__/background.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/mosaicking/__pycache__/background.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/mosaicking/__pycache__/coadd.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/mosaicking/__pycache__/coadd.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/mosaicking/__pycache__/subset_array.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/mosaicking/__pycache__/subset_array.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/mosaicking/__pycache__/wcs_helpers.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/mosaicking/__pycache__/wcs_helpers.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/mosaicking/background.py
/usr/lib64/python3.11/site-packages/reproject/mosaicking/coadd.py
/usr/lib64/python3.11/site-packages/reproject/mosaicking/subset_array.py
/usr/lib64/python3.11/site-packages/reproject/mosaicking/tests
/usr/lib64/python3.11/site-packages/reproject/mosaicking/tests/__init__.py
/usr/lib64/python3.11/site-packages/reproject/mosaicking/tests/__pycache__
/usr/lib64/python3.11/site-packages/reproject/mosaicking/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/mosaicking/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/mosaicking/tests/__pycache__/test_background.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/mosaicking/tests/__pycache__/test_background.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/mosaicking/tests/__pycache__/test_coadd.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/mosaicking/tests/__pycache__/test_coadd.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/mosaicking/tests/__pycache__/test_subset_array.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/mosaicking/tests/__pycache__/test_subset_array.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/mosaicking/tests/__pycache__/test_wcs_helpers.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/mosaicking/tests/__pycache__/test_wcs_helpers.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/mosaicking/tests/reference
/usr/lib64/python3.11/site-packages/reproject/mosaicking/tests/reference/test_coadd_solar_map.fits
/usr/lib64/python3.11/site-packages/reproject/mosaicking/tests/test_background.py
/usr/lib64/python3.11/site-packages/reproject/mosaicking/tests/test_coadd.py
/usr/lib64/python3.11/site-packages/reproject/mosaicking/tests/test_subset_array.py
/usr/lib64/python3.11/site-packages/reproject/mosaicking/tests/test_wcs_helpers.py
/usr/lib64/python3.11/site-packages/reproject/mosaicking/wcs_helpers.py
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/__init__.py
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/__pycache__
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/__pycache__/core.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/__pycache__/core.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/__pycache__/high_level.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/__pycache__/high_level.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/__pycache__/overlap.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/__pycache__/overlap.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/__pycache__/setup_package.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/__pycache__/setup_package.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/_overlap.cpython-311-riscv64-linux-gnu.so
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/core.py
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/high_level.py
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/overlap.py
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/setup_package.py
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/tests
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/tests/__init__.py
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/tests/__pycache__
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/tests/__pycache__/test_high_level.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/tests/__pycache__/test_high_level.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/tests/__pycache__/test_overlap.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/tests/__pycache__/test_overlap.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/tests/__pycache__/test_reproject.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/tests/__pycache__/test_reproject.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/tests/test_high_level.py
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/tests/test_overlap.py
/usr/lib64/python3.11/site-packages/reproject/spherical_intersect/tests/test_reproject.py
/usr/lib64/python3.11/site-packages/reproject/tests
/usr/lib64/python3.11/site-packages/reproject/tests/__init__.py
/usr/lib64/python3.11/site-packages/reproject/tests/__pycache__
/usr/lib64/python3.11/site-packages/reproject/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/tests/__pycache__/helpers.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/tests/__pycache__/helpers.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/tests/__pycache__/test_array_utils.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/tests/__pycache__/test_array_utils.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/tests/__pycache__/test_high_level.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/tests/__pycache__/test_high_level.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/tests/__pycache__/test_utils.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/tests/__pycache__/test_utils.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/tests/data
/usr/lib64/python3.11/site-packages/reproject/tests/data/__pycache__
/usr/lib64/python3.11/site-packages/reproject/tests/data/__pycache__/generate_asdf.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/reproject/tests/data/__pycache__/generate_asdf.cpython-311.pyc
/usr/lib64/python3.11/site-packages/reproject/tests/data/aia_171_level1.asdf
/usr/lib64/python3.11/site-packages/reproject/tests/data/aia_171_level1.fits
/usr/lib64/python3.11/site-packages/reproject/tests/data/cube.hdr
/usr/lib64/python3.11/site-packages/reproject/tests/data/equatorial_3d.fits
/usr/lib64/python3.11/site-packages/reproject/tests/data/galactic_2d.fits
/usr/lib64/python3.11/site-packages/reproject/tests/data/gc_eq.hdr
/usr/lib64/python3.11/site-packages/reproject/tests/data/gc_ga.hdr
/usr/lib64/python3.11/site-packages/reproject/tests/data/generate_asdf.py
/usr/lib64/python3.11/site-packages/reproject/tests/data/mwpan2_RGB_3600.hdr
/usr/lib64/python3.11/site-packages/reproject/tests/data/secchi_l0_a.fits
/usr/lib64/python3.11/site-packages/reproject/tests/data/secchi_l0_b.fits
/usr/lib64/python3.11/site-packages/reproject/tests/helpers.py
/usr/lib64/python3.11/site-packages/reproject/tests/test_array_utils.py
/usr/lib64/python3.11/site-packages/reproject/tests/test_high_level.py
/usr/lib64/python3.11/site-packages/reproject/tests/test_utils.py
/usr/lib64/python3.11/site-packages/reproject/utils.py
/usr/lib64/python3.11/site-packages/reproject/version.py
/usr/lib64/python3.11/site-packages/reproject/wcs_utils.py
/usr/share/doc/packages/python311-reproject
/usr/share/doc/packages/python311-reproject/CHANGES.md
/usr/share/doc/packages/python311-reproject/README.rst
/usr/share/licenses/python311-reproject
/usr/share/licenses/python311-reproject/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Sep 29 00:54:24 2024