| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-gwcs | Distribution: openSUSE Tumbleweed |
| Version: 1.0.3 | Vendor: openSUSE |
| Release: 1.2 | Build date: Sun May 10 11:05:18 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 1611278 | Source RPM: python-gwcs-1.0.3-1.2.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://gwcs.readthedocs.io/en/latest/ | |
| Summary: Generalized World Coordinate System | |
An Astropy affiliated package providing tools for managing the World Coordinate System of astronomical data.
BSD-3-Clause
* Sun May 10 2026 Dirk Müller <dmueller@suse.com>
- update to 1.0.3:
* Bugfix for supporting non-coordinate inputs to transforms
supporting quantities.
* Fix two bugs in the LabelMapperConverter: When
roundtripping a LabelMapperArray, with a non-default number
of inputs, deserialization fails because the init of the
LabelMapperArray will set the number of inputs in the model
to the default value of 2, which is then attempted to be
overridden by later deseriaization methods. The converter
fails when lazy_load is set to false and the mapper is an
array. Both of these issues have been resolved. (#701)
* When roundtripping a LabelMapperArray, with a non-default
number of inputs, deserialization fails because the init of
the LabelMapperArray will set the number of inputs in the
model to the default value of 2, which is then attempted to
be overridden by later deseriaization methods.
* The converter fails when lazy_load is set to false and the
mapper is an array.
* Fix gwcs evaluation when the input or output frames are None
or EmptyFrame.
* Wed Aug 27 2025 Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.25.2:
* Fix the computation of lon_pole for Zenithal projections and declination
of +/-90 deg.
* Drop Python 3.10
* Fix API issue with wcs.numerical_inverse.
* Fix bug where "vector" (shape (n,) not shape (1, n)) arrays would loose
all their entries except the first if with_units=True was used.
* Bugfix for call and invert incorrectly handling units when involving
"parameterless" transforms.
* Bugfix for outside_footprint modifying the input coordinates.
* Derive the longitude of the celestial pole from the supplied projection.
* Add FITSImagingWCSTransform.
* Wed Feb 12 2025 Ben Greiner <code@bnavigator.de>
- Update to 0.24.0
* Coordinate frames now have a "native" order and then are sorted
based on axes_order. [#457]
* WCS.numerical_inverse no longer accepts high level objects
(with_units= is not supported) use WCS.inverse. [#457]
* CoordinateFrame.coordinates has been replaced by
CoordinateFrame.to_high_level_coordinates [#457]
* CoordinateFrame.to_quantity has been replaced by
CoordinateFrame.from_high_level_coordinates. [#457]
* Inputs to CelestialFrame, such as axes_names are now explicitly
in lon, lat order and will re sorted based on axes_order=.
[#457]
* Implement code linting and automatic formatting. [#544]
* Refactor WCS to use a Pipeline base class which adds basic
checks to ensure that the pipeline is valid. These include
checking for duplicate frame names and that the last transform
is None. [#545]
* Bugfix for WCS.invert and WCS.to_fits that prevented evaluation
when the attached bounding box happened to have units on its
values. [#554]
- No release 0.23.0 (skipped)
* This was skipped to avoid issues with an ongoing JWST release.
- Release 0.22.0
* Replace usages of copy_arrays with memmap [#503]
* Fix an issue with units in wcs_from_points. [#507]
* Fix incorrect units being returned in the low level WCS API.
[#512]
* Synchronize region.py with the copies of it in JWST and
Romancal. [#517]
* Add support for compound bounding boxes and ignored bounding
box entries. [#519]
* Add gwcs.examples module, based on the examples located in the
testing conftest.py. [#521]
* Force bounding_box to always be returned as a F ordered box.
[#522]
* Move the bounding box attachment to the forward transform
property. [#532]
* Adjust world_to_array_index_values to round to integer
coordinates as specified by APE 14. [#525]
* Add warning filter to asdf extension to prevent the
bounding_box order warning for gwcs objects originating from a
file. [#526]
* Fixed a bug where evaluating the inverse transform did not
respect the bounding box. [#498]
* Improved reliability of inside/outside footprint computations
when evaluating inverse transform with bounding box. [#536]
* Sun Apr 07 2024 Ben Greiner <code@bnavigator.de>
- Actually declare the minimum version requirement for
asdf-wcs-schemas.
* Sun Apr 07 2024 Dirk Müller <dmueller@suse.com>
- update to 0.21.0:
* Add a minimum version requirement for asdf-wcs-schemas.
* Fix WCS.__str__ for instances without transforms.
* Thu Dec 07 2023 Dirk Müller <dmueller@suse.com>
- update to 0.20.0:
* Replace ``pkg_resources`` with ``importlib.metadata``. [#478]
* Serialize and deserialize ``pixel_shape`` with asdf. [#480]
* Synchronize ``array_shape`` and ``pixel_shape`` attributes of
WCS objects. [#439]
* Fix failures and warnings with numpy 2.0. [#472]
* Remove deprecated old ``bounding_box``. The new
implementation is released with
* Refactor ``CoordinateFrame.axis_physical_types``. [#459]
* ``StokesFrame`` uses now ``astropy.coordinates.StokesCoord``.
* Dropped support for Python 3.8. [#451]
* Fixed a call to ``astropy.coordinates`` in
``wcstools.wcs_from_points``. [#448]
* Code and docstrings clean up. [#460]
* Register all available asdf extension manifests from ``asdf-
wcs-schemas``
* Fri Jan 13 2023 Ben Greiner <code@bnavigator.de>
- Update to 0.18.3
* Fix pixel scale formula used by iterative inverse by @mcara in
[#423]
* refactor for Tox 4 by @zacharyburnett in #428
* Improve stability of SIP fitting. Fix constant term - CRPIX -
in SIP by @mcara in #427
* use canonical name of RTD config and enable nitpicky mode to
catch broken links in docs by @zacharyburnett in #430
* add downstream tests for JWST and Roman calibration pipelines
by @zacharyburnett in #415
* fix CRDS_PATH in CI when running downstream tests by
@zacharyburnett in #432
* Thu Oct 27 2022 Ben Greiner <code@bnavigator.de>
- Update to 0.18.2
* Corrected the reported requested forward SIP accuracy and
reported fit residuals by to_fits_sip() and to_fits(). [#413,
[#419]]
* Fixed a bug due to which the check for divergence in
_fit_2D_poly() and hence in to_fits() and to_fits_sip() was
ignored. [#414]
* Thu Mar 17 2022 Ben Greiner <code@bnavigator.de>
- Update to 0.18.1
* Bug fix update
* Remove references to the ``six`` package. [#402]
* Fix asdf-astropy related test failure
* Tue Dec 28 2021 Ben Greiner <code@bnavigator.de>
- Update to 0.18.0
* Bug Fixes
* Updated code in region.py with latest improvements and bug
fixes from stsci.skypac.regions.py [#382]
* New Features
* Enabled CompoundBoundingBox support for wcs. [#375]
* Moved schemas to standalone package asdf-wcs-schemas. Reworked
the serialization code to use ASDF converters. [#388]
- Release 0.17.1
* Bug Fixes
* Fixed a bug with StokesProfile and array types. [#384]
- Release 0.17.0
* Bug Fixes
* world_axis_object_components and world_axis_object_classes now
ensure unique keys in CompositeFrame and CoordinateFrame.
[#356]
* Fix issue where RuntimeWarning is raised when there are NaNs in
coordinates in angle wrapping code [#367]
* Fix deprecation warning when wcs is initialized with a pipeline
[#368]
* Use CD formalism in WCS.to_fits_sip(). [#380]
* New Features
* wcs_from_points now includes fitting for the inverse transform.
[#349]
* Generalized WCS.to_fits_sip to be able to create a 2D celestial
FITS WCS from celestial subspace of the WCS. Also, now
WCS.to_fits_sip` supports arbitrary order of output axes.
[#357]
* API Changes
* Modified interface to wcs_from_points function to better match
analogous function in astropy. [#349]
* Model._BoundingBox was renamed to Model.ModelBoundingBox.
[#376, #377]
/usr/lib/python3.13/site-packages/gwcs /usr/lib/python3.13/site-packages/gwcs-1.0.3.dist-info /usr/lib/python3.13/site-packages/gwcs-1.0.3.dist-info/INSTALLER /usr/lib/python3.13/site-packages/gwcs-1.0.3.dist-info/METADATA /usr/lib/python3.13/site-packages/gwcs-1.0.3.dist-info/RECORD /usr/lib/python3.13/site-packages/gwcs-1.0.3.dist-info/REQUESTED /usr/lib/python3.13/site-packages/gwcs-1.0.3.dist-info/WHEEL /usr/lib/python3.13/site-packages/gwcs-1.0.3.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/gwcs-1.0.3.dist-info/licenses /usr/lib/python3.13/site-packages/gwcs-1.0.3.dist-info/licenses/licenses /usr/lib/python3.13/site-packages/gwcs-1.0.3.dist-info/licenses/licenses/LICENSE.rst /usr/lib/python3.13/site-packages/gwcs-1.0.3.dist-info/top_level.txt /usr/lib/python3.13/site-packages/gwcs/__init__.py /usr/lib/python3.13/site-packages/gwcs/__pycache__ /usr/lib/python3.13/site-packages/gwcs/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/_version.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/_version.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/api.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/api.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/examples.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/examples.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/extension.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/extension.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/fitswcs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/fitswcs.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/geometry.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/geometry.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/region.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/region.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/selector.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/selector.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/spectroscopy.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/spectroscopy.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/utils.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/wcstools.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/__pycache__/wcstools.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/_version.py /usr/lib/python3.13/site-packages/gwcs/api.py /usr/lib/python3.13/site-packages/gwcs/converters /usr/lib/python3.13/site-packages/gwcs/converters/__init__.py /usr/lib/python3.13/site-packages/gwcs/converters/__pycache__ /usr/lib/python3.13/site-packages/gwcs/converters/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/converters/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/converters/__pycache__/geometry.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/converters/__pycache__/geometry.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/converters/__pycache__/selector.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/converters/__pycache__/selector.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/converters/__pycache__/spectroscopy.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/converters/__pycache__/spectroscopy.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/converters/__pycache__/wcs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/converters/__pycache__/wcs.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/converters/geometry.py /usr/lib/python3.13/site-packages/gwcs/converters/selector.py /usr/lib/python3.13/site-packages/gwcs/converters/spectroscopy.py /usr/lib/python3.13/site-packages/gwcs/converters/tests /usr/lib/python3.13/site-packages/gwcs/converters/tests/__init__.py /usr/lib/python3.13/site-packages/gwcs/converters/tests/__pycache__ /usr/lib/python3.13/site-packages/gwcs/converters/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/converters/tests/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/converters/tests/__pycache__/test_selector.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/converters/tests/__pycache__/test_selector.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/converters/tests/__pycache__/test_transforms.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/converters/tests/__pycache__/test_transforms.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/converters/tests/__pycache__/test_wcs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/converters/tests/__pycache__/test_wcs.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/converters/tests/test_selector.py /usr/lib/python3.13/site-packages/gwcs/converters/tests/test_transforms.py /usr/lib/python3.13/site-packages/gwcs/converters/tests/test_wcs.py /usr/lib/python3.13/site-packages/gwcs/converters/wcs.py /usr/lib/python3.13/site-packages/gwcs/coordinate_frames /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__init__.py /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__ /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_base.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_base.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_celestial.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_celestial.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_composite.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_composite.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_core.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_core.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_empty.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_empty.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_frame.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_frame.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_properties.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_properties.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_spectral.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_spectral.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_stokes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_stokes.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_temporal.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_temporal.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/__pycache__/_utils.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/_base.py /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/_celestial.py /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/_composite.py /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/_core.py /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/_empty.py /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/_frame.py /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/_properties.py /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/_spectral.py /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/_stokes.py /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/_temporal.py /usr/lib/python3.13/site-packages/gwcs/coordinate_frames/_utils.py /usr/lib/python3.13/site-packages/gwcs/examples.py /usr/lib/python3.13/site-packages/gwcs/extension.py /usr/lib/python3.13/site-packages/gwcs/fitswcs.py /usr/lib/python3.13/site-packages/gwcs/geometry.py /usr/lib/python3.13/site-packages/gwcs/region.py /usr/lib/python3.13/site-packages/gwcs/selector.py /usr/lib/python3.13/site-packages/gwcs/spectroscopy.py /usr/lib/python3.13/site-packages/gwcs/tests /usr/lib/python3.13/site-packages/gwcs/tests/__init__.py /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__ /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/conftest.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/conftest.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_api.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_api.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_api_consistent.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_api_consistent.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_api_slicing.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_api_slicing.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_bounding_box.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_bounding_box.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_coordinate_systems.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_coordinate_systems.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_extension.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_extension.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_geometry.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_geometry.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_region.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_region.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_spectroscopy_models.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_spectroscopy_models.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_utils.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_wcs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/test_wcs.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/tests/__pycache__/utils.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/tests/conftest.py /usr/lib/python3.13/site-packages/gwcs/tests/data /usr/lib/python3.13/site-packages/gwcs/tests/data/__init__.py /usr/lib/python3.13/site-packages/gwcs/tests/data/__pycache__ /usr/lib/python3.13/site-packages/gwcs/tests/data/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/tests/data/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/tests/data/acs.hdr /usr/lib/python3.13/site-packages/gwcs/tests/data/acs_wfc.hdr /usr/lib/python3.13/site-packages/gwcs/tests/data/miri_lrs_wcs.asdf /usr/lib/python3.13/site-packages/gwcs/tests/data/miriwcs.asdf /usr/lib/python3.13/site-packages/gwcs/tests/data/nircamwcs.asdf /usr/lib/python3.13/site-packages/gwcs/tests/data/simple_wcs2.hdr /usr/lib/python3.13/site-packages/gwcs/tests/data/stokes.txt /usr/lib/python3.13/site-packages/gwcs/tests/test_api.py /usr/lib/python3.13/site-packages/gwcs/tests/test_api_consistent.py /usr/lib/python3.13/site-packages/gwcs/tests/test_api_slicing.py /usr/lib/python3.13/site-packages/gwcs/tests/test_bounding_box.py /usr/lib/python3.13/site-packages/gwcs/tests/test_coordinate_systems.py /usr/lib/python3.13/site-packages/gwcs/tests/test_extension.py /usr/lib/python3.13/site-packages/gwcs/tests/test_geometry.py /usr/lib/python3.13/site-packages/gwcs/tests/test_region.py /usr/lib/python3.13/site-packages/gwcs/tests/test_spectroscopy_models.py /usr/lib/python3.13/site-packages/gwcs/tests/test_utils.py /usr/lib/python3.13/site-packages/gwcs/tests/test_wcs.py /usr/lib/python3.13/site-packages/gwcs/tests/utils.py /usr/lib/python3.13/site-packages/gwcs/utils.py /usr/lib/python3.13/site-packages/gwcs/wcs /usr/lib/python3.13/site-packages/gwcs/wcs/__init__.py /usr/lib/python3.13/site-packages/gwcs/wcs/__pycache__ /usr/lib/python3.13/site-packages/gwcs/wcs/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/wcs/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/wcs/__pycache__/_exception.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/wcs/__pycache__/_exception.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/wcs/__pycache__/_pipeline.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/wcs/__pycache__/_pipeline.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/wcs/__pycache__/_step.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/wcs/__pycache__/_step.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/wcs/__pycache__/_utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/wcs/__pycache__/_utils.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/wcs/__pycache__/_wcs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gwcs/wcs/__pycache__/_wcs.cpython-313.pyc /usr/lib/python3.13/site-packages/gwcs/wcs/_exception.py /usr/lib/python3.13/site-packages/gwcs/wcs/_pipeline.py /usr/lib/python3.13/site-packages/gwcs/wcs/_step.py /usr/lib/python3.13/site-packages/gwcs/wcs/_utils.py /usr/lib/python3.13/site-packages/gwcs/wcs/_wcs.py /usr/lib/python3.13/site-packages/gwcs/wcstools.py /usr/share/doc/packages/python313-gwcs /usr/share/doc/packages/python313-gwcs/README.rst /usr/share/licenses/python313-gwcs /usr/share/licenses/python313-gwcs/LICENSE.rst /usr/share/licenses/python313-gwcs/README.rst
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Aug 2 03:14:27 2026