| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-sunpy | Distribution: openSUSE Tumbleweed |
| Version: 7.1.0 | Vendor: openSUSE |
| Release: 9.2 | Build date: Thu Jan 1 11:40:10 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 13113219 | Source RPM: python-sunpy-7.1.0-9.2.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/sunpy/sunpy | |
| Summary: SunPy core package: Python for Solar Physics | |
SunPy is a Python library for solar physics data analysis and visualization.
Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT
* Thu Jan 01 2026 Ben Greiner <code@bnavigator.de>
- Update to 7.1.0
* Increased minimum versions for dependencies
[#]# Removals
* Removed backwards compatibility with the legacy keyword,
pattern within sunpy.net.Scraper (#8338)
* Remove deprecated assume_spherical_screen method in favor of
~sunpy.coordinates.SphericalScreen. (#8386)
* Removed silence_errors keyword for input to both sunpy.map.Map
and sunpy.timeseries.TimeSeries constructors after its long
deprecation period. (#8397)
* Removed the ability to read SDO/EVE level 0CS average files in
sunpy.timeseries.TimeSeries after its long deprecation period.
(#8397)
* Removed all deprecated API (all_maps_same_shape,
at_least_one_map_has_mask, as_array, all_meta and derotate)
from sunpy.map.MapSequence after its long deprecation period.
In addition, derotate was removed from the initialization of
sunpy.map.MapSequence. Finally, resample keyword was removed
from the plotting method of sunpy.map.MapSequence. (#8397)
* Removed contour method on sunpy.map.Map after its long
deprecation period. (#8397)
* Removed deprecated arguments from
sunpy.net.vso.VSOClient.translate_and_query method (progress
and vso_response_format) after its long deprecation period.
(#8397)
* Removed legacy QueryResponse used by the sunpy.net.vso module
after its long deprecation period. (#8397)
* Removed legacy diff_rot after its long deprecation period.
(#8397)
* Removed legacy extend on sunpy.time.TimeRange after its long
deprecation period. (#8397)
* Removed legacy read_files and write_files methods in sunpy.io
after their long deprecation period. (#8397)
* Removed sunpy.coordinates.transformations module after its long
deprecation period. (#8397, #8397)
[#]# New Features
* Added support for querying data from solarnet API using a new
~sunpy.net.solarnet.SOLARNETClient. (#7880)
* Added sunpy.net.fido_factory.UnifiedResponse.show_in_notebook
to render ~sunpy.net.Fido search results and
~sunpy.net.attr.AttrMeta.show_in_notebook on all attrs to
render attrs tables in form of interactive table using itables
in Jupyter notebooks. (#7899)
* Added a helper function
(sunpy.coordinates.utils.get_heliocentric_angle) to get the
heliocentric angle of a coordinate on the solar disk, which can
be used to compute μ for limb-darkening calculations. (#7979)
* Enhanced sunpy.net.Fido's search method to be robust against
client errors. Any client error will be caught and attached to
.errors property on both the
~sunpy.net.fido_factory.UnifiedResponse and individual
~sunpy.net.base_client.QueryResponseTable, the search will
continue. (#8009)
* A ~sunpy.util.SunpyUserWarning will be raised when
sunpy.image.resample is used with method='spline' and a data
array containing nans and/or infinities. (#8185)
* Added support for ANA to compile and work on Windows. (#8372)
* Add a keyword argument to ~sunpy.map.GenericMap.reproject_to to
preserve the original observation time (typically the DATE-OBS
header key) instead of the observation time in the target WCS.
(#8382)
* Added Python 3.14 support with wheel builds for all supported
platforms. (#8391)
* Added a new map source for ASO-S mission, currently added
~sunpy.map.sources.HXIMap for the Hard X-ray Imager (HXI)
payload. (#8398)
* Pass sleep, timeout, and retries_notfound from
~sunpy.net.jsoc.JSOCClient.fetch to drms.ExportRequest.wait.
Previously, sleep was a keyword to
~sunpy.net.jsoc.JSOCClient.fetch but was not being propagated
correctly. (#8409)
* Modified the approach of coordinate transformations between
Earth-centered frames in order to avoid internal origin shifts,
which could degrade numerical accuracy of coordinates close to
Earth center. (#8415)
* Modified the approach of coordinate transformations between
Earth-centered frames in order to minimize the unintended
triggering of a correction for stellar aberration (due to Earth
motion). (#8415)
* sunpy.time.parse_time now supports two new formats:
- "%Y-%m-%dT%H%M%SZ" - Example: 2010-08-30T111402Z
- "%Y-%m-%dT%H%M%S" - Example: 2010-08-30T111402 (#8419)
[#]# Bug Fixes
* ~sunpy.data.data_manager.cache.Cache will no longer delete a
stale file if the download fails, it will now return the
"stale" file. (#7935)
* Fixed a bug where the time format 2001-02-03T04:05:06Z was
being parsed through different code than 2001-02-03T04:05:06 or
2001-02-03T04:05:06.0Z. (#8265)
* Fixed a bug where sunpy.util.system_info would report sunpy as
an optional dependency of itself instead of properly reporting
all of the optional dependencies. (#8294)
* Fixed sunpy.util.system_info so that the version reported for a
development installation of sunpy itself or of a dependency is
accurate. (#8297)
* Fix inconsistent behaviour between local and remote (http/ftp)
~`sunpy.net.scraper.Scraper` searches. Local searches will no
longer crash if an expected directory does not exist during
search. (#8316)
* Fixed a bug where the ~sunpy.net.jsoc.attrs.Cutout class for
requesting JSOC cutouts did not require the supplied coordinate
to be in the ~sunpy.coordinates.Helioprojective coordinate
frame. (#8346)
* For the ~sunpy.net.jsoc.attrs.Cutout class for requesting JSOC
cutouts, added protection to require the center of the cutout
to be on the solar disk when tracking is enabled, due to
confusing output from JSOC. (#8346)
* Fix GONGMagnetogramMap for headers which have standard DATE-OBS
keys vs ones which have split DATE-OBS & TIME-OBS. (#8347)
* Fixed a bug where ~sunpy.time.parse_time failed to parse time
strings stored in an astropy.table.Column or a pandas.Series
using the normal wide range of supported time-string formats.
(#8356)
* Fixed a bug where ~sunpy.time.parse_time could not accept
pandas.Index input. (#8356)
* Fix ~sunpy.net.dataretriever.ADAPTClient returning no results
for ADAPT maps after October 2024. The filename convention was
changed on the NSO server. (#8388)
* Fix unintended dependency of net module on map module due to
~sunpy.net.jsoc.attrs.Cutout. (#8442)
* Fixed a bug with HMI and MDI magnetic-field maps where the data
array would always be read during map instantiation. (#8447)
* Sat Oct 04 2025 Ben Greiner <code@bnavigator.de>
- Update to 7.0.2
[#]# Bug Fixes
* Fix inconsistent behaviour between local and remote (http/ftp)
`sunpy.net.scraper.Scraper` searches. Local searches will no
longer crash if an expected directory does not exist during
search. (#8316)
* Fixed a bug where `sunpy.time.parse_time` could not accept
pandas.Index input. (#8356)
* Fixed a bug where `sunpy.time.parse_time` failed to parse time
strings stored in an astropy.table.Column or a pandas.Series
using the normal wide range of supported time-string formats.
(#8356)
[#]# Documentation
* Added an example
`sphx_glr_generated_gallery_plotting_adding_earth.py` showing
how to add an Earth scale image to a Map plot. (#8322)
[#]# Internal Changes
* A low-resolution Earth image (PNG format) is now available as
sunpy.data.EARTH_IMAGE. (#8340)
* Fixed a doctest that depended on the name of the person
associated with a data set. (#8348)
* Sat Aug 02 2025 Ben Greiner <code@bnavigator.de>
- Update to 7.0.1
* Fixed a bug where the time format 2001-02-03T04:05:06Z was
being parsed through different code than 2001-02-03T04:05:06 or
2001-02-03T04:05:06.0Z. (#8265)
* Fixed a bug where sunpy.util.system_info would report sunpy as
an optional dependency of itself instead of properly reporting
all of the optional dependencies. (#8294)
* Fixed sunpy.util.system_info so that the version reported for a
development installation of sunpy itself or of a dependency is
accurate. (#8297)
* Sun Jul 13 2025 Ben Greiner <code@bnavigator.de>
- Update to 7.0.0
[#]# Breaking Changes
* The ~sunpy.net.hek.HEKClient now merges columns event_coord1,
event_coord2 and event_coord3 into a new column called
event_coord that returns a astropy.coordinates.SkyCoord object.
event_coord1, event_coord2 and event_coord3 are all dropped as
columns from the table. Columns which correspond to only units
are also dropped. If you need these columns, the unparsed HEK
results can be accessed via the .raw attribute on the HEK
result. (#7619)
* The types of many columns in the results table returned by the
HEKClient have been changed. Columns which correspond to
quantities with units are now returned as
~astropy.units.Quantity objects rather than arrays. Columns
which correspond to times are now returned as
~astropy.time.Time objects rather than strings. Columns which
correspond to coordinates are now returned as
~astropy.coordinates.SkyCoord objects rather than arrays or
chain code strings. If you need these columns in their original
format, the raw output from the HEK can be accessed via the
.raw attribute on ~sunpy.net.hek.HEKTable. (#7619)
[#]# Deprecations
* Renamed the mesh-based autoalignment option for the
~sunpy.map.Map method ~sunpy.map.GenericMap.plot from
autoalign='pcolormesh' to autoalign='mesh'. (#8036)
* Deprecated sunpy.util.net.download_file and
sunpy.util.net.download_fileobj. Internally sunpy now uses
parfive. (#8106)
[#]# Removals
* Removed the decorator
sunpy.util.deprecate_positional_args_since() due to lack of
continued use. (#8165)
[#]# New Features
* Added a FIDO client for retrieving AIA "synoptic" data from the
JSOC. This dataset is not synoptic like HMI and MDI Synoptic
images which are images of the solar surface reconstructed from
many observations over a solar rotation but rather a synopsis
of AIA data. The AIA synoptic data are calibrated Level 1.5
images with reduced 1k x 1k resolution at regular 2-minute
cadence. (#7842)
* Added "SUITMap" with a custom color scheme for 11 filters of
the SUIT instrument. For more information about the payload,
visit suit.iucaa.in. (#7971)
* Add a GONG Magnetogram Map source. (#8007)
* Added a new autoalignment option for the ~sunpy.map.Map method
~sunpy.map.GenericMap.plot of directly plotting a warped image
by specifying autoalign='image'. This autoalignment option is
faster than the existing option (autoalign='mesh'), but does
not fully work in all situations. (#8036)
* The ~sunpy.map.Map method ~sunpy.map.GenericMap.reproject_to
now has the capability to automatically determine the extent of
the output map by setting the keyword auto_extent, thus
avoiding "clipping" any of the original data. The best choice
for the how the extent is determined depends on the data being
reprojected. (#8040)
* Added support for conservative mask propagation in
sunpy.map.GenericMap.superpixel by introducing a new
conservative_mask keyword argument, which defaults to False.
When conservative_mask=True, the superpixel is masked if any of
its constituent pixels are masked. (#8041)
* Adds caching mechanism for Timeseries URL handling using
~sunpy.data.data_manager.cache.Cache. (#8045)
* Added support for PUNCH data within sunpy.map.Map. (#8133)
* Autoalign plotting for ~sunpy.map.Map is now significantly
faster, especially for interactive plots. (#8161)
* Added direct support for EIT L1 data within sunpy.map.Map.
(#8177)
* The ~sunpy.map.Map method ~sunpy.map.GenericMap.plot now
performs autoalignment by default (autoalign=True) and
furthermore automatically determines which autoalignment
approach -- mesh-based or image-based -- to use for the
situation. (#8187)
[#]# Bug Fixes
* Allow ~sunpy.map.sources.HMIMap to have units outside of the
FITS standard. This prevents issuing repeated warnings when HMI
maps have units of "Mx/cm2". (#8126)
* Fixed a bug with the caching of ~sunpy.map.Map properties
observer_coordinate and wcs where modifying the metadata to be
invalid would confuse the cache. (#8158)
* Fixed a bug where autoalign plotting of a ~sunpy.map.Map would
not expand the plot limits in some cases. (#8161)
* Fixed a bug where the three magnetic coordinate frames
(~sunpy.coordinates.frames.Geomagnetic,
~sunpy.coordinates.frames.SolarMagnetic,
~sunpy.coordinates.frames.GeocentricSolarMagnetospheric) would
raise an error if used nontrivially with array obstime (as
opposed to a scalar). (#8193)
* Fixed an incompatibility between the context manager for
applying rotation
(~sunpy.coordinates.propagate_with_solar_surface) and the
context managers for applying screen assumptions
(~sunpy.coordinates.PlanarScreen and
~sunpy.coordinates.SphericalScreen), which for example resulted
in the discarding of most off-disk data in reprojections.
(#8212)
* Ensure that ~sunpy.map.GenericMap uses the private accessor for
the date-obs key, which can be overridden by a source subclass.
This fixes EITMap.reference_date. (#8236)
* Prevented a potential segmentation fault when calling
~sunpy.time.parse_time on a list of more than 500 strings in a
format not specifically recognized by sunpy.time itself and
instead has to fall back on recognition by astropy.time.
(#8257)
* Sun Apr 06 2025 Ben Greiner <code@bnavigator.de>
- Update to 6.1.1
[#]# Breaking Changes
* Dataretriever / "Scraper" clients no longer require the
regex-formatted baseurl and a parse-formatted pattern variable
but instead a single and full pattern variable written in the
parse-format. Documentation about how to write the new patterns
and about explaining the internal Scraper algorithm is added to
the topic guide on adding new sources to Fido.
* The internal method on ~sunpy.net.scraper.Scraper called
_extract_files_meta function no longer requires an extractor
pattern.
* A new submodule called scraper.net.scraper_utils is created and
Scraper helper functions like date_floor(), extract_timestep(),
check_timerange() and get_timerange_from_exdict() can be
accessed directly from there.
* All the extracted timeranges have a millisecond subtracted from
the end date, i.e. they end on 59:59:59 of the date just
before, instead of the inconsistent issue where some could end
with 00:00:00 of the end date which lead to undesirable cases
like January 1, 2015 data also showing up in the 2014 year-long
timerange. (#7077)
* Update our dependancy policy to follow SPEC 0 rather than the
older NEP 29. The only difference between the old (NEP 29)
policy and the new (SPEC 0) policy is that we only support
Python versions for 3 years after their initial release, rather
than 4. (#7796)
* Increased minimum versions for these dependencies:
asdf-astropy >= 0.5.0
astropy >= 6.0.0
numpy >= 1.24.0
pandas >= 1.5.0
sphinx >= 6.0.0 (#7976)
[#]# Deprecations
* sunpy.map.GenericMap.contour is deprecated in favor of
sunpy.map.GenericMap.find_contours. Note that ContourPy, now
used for contour generation, may produce different results and
does not support all scikit-image keyword arguments. (#7760)
* The following components of ~sunpy.map.MapSequence are now
deprecated and will be removed in v7.1:
- The derotate keyword argument to ~sunpy.map.MapSequence.
Derotation is not implemented.
- The resample keyword argument to
~sunpy.map.MapSequence.peek and
~sunpy.map.MapSequence.plot. To reproduce this behavior,
use ~sunpy.map.GenericMap.resample on each map in the
sequence before plotting.
- Deprecate ~sunpy.map.MapSequence.all_maps_same_shape in
favor of ~sunpy.map.MapSequence.all_same_shape.
- Deprecate ~sunpy.map.MapSequence.at_least_one_map_has_mask.
To reproduce this functionality, check whether
~sunpy.map.MapSequence.mask is None.
- Deprecate ~sunpy.map.MapSequence.as_array in favor of
~sunpy.map.MapSequence.data and
~sunpy.map.MapSequence.mask. Previously, as_array returned
a masked array if at least one map held a mask and a bare
array if not.
- Deprecate ~sunpy.map.MapSequence.all_meta in favor of
~sunpy.map.MapSequence.meta. (#7827)
* General support within ~sunpy.map.Map for the non-standard
CTYPE values 'SOLAR-X' and 'SOLAR-Y' is now deprecated, and
should instead be handled by a source-specific subclass.
(#7955)
* Renamed the sunpy.time.TimeRange method extend() to
sunpy.time.TimeRange.shift to reflect what the method
actually does. (#8008)
[#]# New Features
* Added support for saving a sunpy.map.Map into an ASDF file
using sunpy.map.GenericMap.save and loading a map stored in an
ASDF file with sunpy.map.Map. (#7712)
* The ~sunpy.coordinates.RotatedSunFrame class now accepts a
~astropy.time.TimeDelta object for the duration parameter.
(#7752)
* Added ~sunpy.map.GenericMap.find_contours for getting contours
from a ~sunpy.map.Map. By default the method uses ContourPy
for performance reasons and consistency with
sunpy.map.GenericMap.draw_contours. One can alternatively
specify that the method use scikit-image. (#7760)
* Added support for loading files from various cloud services
(such as s3) in ~sunpy.map.Map and
~sunpy.timeseries.TimeSeries using fsspec. (#7790)
* Added the ~sunpy.coordinates.HelioprojectiveRadial coordinate
frame. (#7803)
* Added a function ~sunpy.map.make_hpr_header to easily make a
FITS WCS header for the
~sunpy.coordinates.HelioprojectiveRadial coordinate frame.
(#7803)
* Added a function sunpy.visualization.show_hpr_impact_angle to
modify a plot axis of a
~sunpy.coordinates.HelioprojectiveRadial ~sunpy.map.Map to
show impact angle rather than declination for the tick labels.
(#7803)
* Added ability to delay download in
sunpy.data.data_manager.manager.DataManager.require (#7845)
* Add sunpy.visualization.drawing.extent to visualize the extent
of another WCS on an axis. Add
sunpy.map.GenericMap.draw_extent to visualize the extent of a
map on a given axis. (#7851)
* Add a link to the VSO Health Report in the Fido Results when
using the VSOClient. (#7884)
* Added unconverted_value attribute to the Wavelength attribute.
(#7923)
* sunpy.time.TimeRange.shift can now accept inputs of type
datetime.timedelta and astropy.units.Quantity. (#7931)
* sunpy.map.CompositeMap.plot will now skip autoaligning an
overplotted map image if that map's WCS matches the WCS of the
figure axes. This significantly improves performance when the
maps being composited have already been reprojected onto a
common WCS. (#7948)
[#]# Bug Fixes
* sunpy.map.MapSequence unable to set the normalization for data
that was UINT8 (JPEG2000) causing the animations to break.
(#7674)
* Fixed incorrect reference_date for GONG Synoptic maps. (#7758)
* Fix sunpy.physics.differential_rotation.differential_rotate to
update the reference_date attribute of the input map instead of
the date. (#7758)
* Fixed incorrect reference_date for SDO/AIA and SDO/HMI data to
use the T_OBS keyword instead of the DATE-OBS keyword.
* For AIA images, the location of SDO has been shifted up to a
second in time, which corresponds to a shift in Heliographic
Longitude by only 4 milliarcseconds. (#7758)
* Fix filetype detection to use the detected filetype if a known
reader is registered. (#7788)
* Fixed loading of ~sunpy.map.sources.ADAPTMap if sunkit-magex
v1.0.0 is installed. (#7798)
* All map sources that override date or reference_date now fall
back to the corresponding properties on sunpy.map.GenericMap if
the needed source-specific metadata for these properties cannot
be found. (#7810)
* Fixes a bug where ~sunpy.map.sources.HMIMap returned a
wavelength without a unit because WAVEUNIT is not in the header
and cannot be parsed from any other part of the metadata. If it
cannot be found, it now defaults to Angstrom. (#7812)
* Fixed a calculation bug when using
~sunpy.coordinates.PlanarScreen when it is both tilted (the
plane is not perpendicular to the observer-Sun direction) and
offset (the plane does not go through Sun center). (#7814)
* Fixed a bug where custom values in the plot_settings dictionary
were not being correctly applied in the
sunpy.map.GenericMap.draw_contours method. (#7844)
* Fix use of deprecated astropy.table.Table.pformat_all in
sunpy.net. (#7854)
* Fixed a bug with axis labels when plotting a ~sunpy.map.Map
that could conflict with automatic label positioning in astropy
7.0. (#7857)
* Added correct unit fallback for LASCO JPEG2000 files from the
Helioviewer. (#7890)
* Added support within ~.parse_time for the timestamp %Y%m%d%H%M
,%Y%m%dT%H%M and %Y%m%d_%H%M. (#7911)
* Updated the internal CDF reader to handle FILLVAL only for
floating point numbers. (#7917)
* Fixed unit conversion for wavelength in
sunpy.net.dataretriever.sources.goes.SUVIClient. (#7920)
* Fixed a time-ordering bug in sunpy.time.TimeRange.shift when
the shifted start time is later than than the shifted end time.
(#7931)
* Fixed a bug in the HTML representation for
sunpy.timeseries.GenericTimeSeries that error-ed if the
time-series had too many columns. (#7947)
* Fix sunpy.data.data_manager.manager.DataManager.get now
automatically redownloads files if they are accidentally
deleted. (#7950)
* Fixed a bug in
~sunpy.physics.differential_rotation.differential_rotate that
assumed the input map header had RSUN_REF defined. (#7953)
* Fixed two bugs associated with the handling of WCS PVi_m values
by ~sunpy.map.Map. PVi_m values were incorrectly retrieved from
the first alternative WCS description (e.g., PV1_1A) instead of
the primary WCS description (e.g., PV1_1). Also, PVi_m values
were misassigned when m was a two-digit number (i.e., 10
through 99). (#7961)
* Fixed a bug in ~sunpy.time.parse_time where parsing a list of
time strings containing "TAI" did not automatically set the
time scale to TAI. (#7983)
* Fixed a bug in ~sunpy.time.parse_time where parsing a list of
time strings could incorrectly fail even when parsing the
individual elements would succeed. (#7983)
* Fixed the formatting of the the channel labels for
~sunpy.timeseries.sources.XRSTimeSeries. (#7986)
* Examples in docs for sunpy.net.attr.Attr are now rendering
properly. (#8002)
* Fixed the unintended ~sunpy.map.Map behavior where any
combination of non-FITS units were allowed as long as one of
the non-FITS units was DN. DN is currently the only non-FITS
unit permitted in ~sunpy.map.Map. (#8037)
* Corrected the NOAA ~.SRSClient to use a updated HTTPS server
instead of the now defunct FTP. (#8054)
* Fixed a bug where ~sunpy.map.sources.EITMap and the correct
colormaps (e.g., sohoeit171) failed to load for SOHO/EIT level
1 FITS files from SDAC. (#8070)
* Sat Dec 07 2024 Ben Greiner <code@bnavigator.de>
- Update to 6.0.4
* Backport PR #7843 (Updates from the package template) by
@meeseeksmachine in #7847
* Backport PR #7846 (Add support for Python 3.13) by @Cadair in
[#7848]
* Backport PR #7849 (Fix figure devdeps) by @meeseeksmachine in
[#7850]
* Backport PR #7855 (Don't use 3.13 for the core CI yet) by
@meeseeksmachine in #7858
* Backport PR #7854 (Use updated astropy.Table api) by
@meeseeksmachine in #7859
* Backport PR #7852 (Updates from the package template) by
@meeseeksmachine in #7860
* Backport PR #7857 (Fixed some issues related to WCSAxes in
astropy 7.0) by @meeseeksmachine in #7861
* Backport PR #7867 (Use a fixed time in the past for the gallery
example with STEREO locations) by @meeseeksmachine in #7876
* Backport PR #7875 (Fix devdeps fails with astropy) by
@meeseeksmachine in #7877
* Backport PR #7878 (Use main instead of master for figure tests
comparison ) by @meeseeksmachine in #7879
* Backport PR #7881 (Improved clarity & structure of
documentation in the installation section; fixed formatting) by
@meeseeksmachine in #7882
* Backport PR #7887 (Only fail docs on deprecation warnings when
not on RTD) by @meeseeksmachine in #7888
* Backport PR #7892 (Fix cache configuration for tests against
astropy 7) by @meeseeksmachine in #7894
* Backport PR #7890 (Add fallback if lasco has a 0 bunit in the
jp2) by @meeseeksmachine in #7901
* Backport PR #7902 (updated rhessi.py(Summary lightcurves
docstring)) by @meeseeksmachine in #7906
* Fri Dec 06 2024 Ben Greiner <code@bnavigator.de>
- Skip tests with scikit-image on Python 3.13
- Reenable opencv tests for python3
* Thu Nov 28 2024 Ben Greiner <code@bnavigator.de>
- Update to 6.0.3
* [6.0] backport all template changes by @nabobalis in #7805
* Backport PR #7810 on branch 6.0 (Fix map sources to always fall
back to default values for date and reference_date) by
@meeseeksmachine in #7811
* Backport PR #7814 on branch 6.0 (Fixed bug with tilted and
offset planar screen) by @meeseeksmachine in #7815
* Backport PR #7812 on branch 6.0 (Add Angstrom as default unit
for HMI wavelength) by @meeseeksmachine in #7821
* Backport PR #7674 on branch 6.0 (Handle norm for mapsequence)
by @meeseeksmachine in #7831
- Drop sunpy-exclude-toplevel.patch fixed un templates upstream
* Thu Sep 26 2024 Ben Greiner <code@bnavigator.de>
- Update to 6.0.2
[#]# Bug Fixes
* Fix filetype detection to use the detected filetype if a known
reader is registered. (#7788)
* Fixed loading of ~sunpy.map.sources.ADAPTMap if sunkit-magex
v1.0.0 is installed. (#7798)
* Fixed loading of GOES XRS files with newer versions of numpy
* Sat Aug 17 2024 Ben Greiner <code@bnavigator.de>
- Update to 6.0.1
[#]# Bug Fixes
* Fixed incorrect reference_date for GONG Synoptic maps. (#7758)
* Fix
:func:`sunpy.physics.differential_rotation.differential_rotate`
to update the reference_date attribute of the input map instead
of the date. (#7758)
* Fixed incorrect reference_date for SDO/AIA and SDO/HMI data to
use the T_OBS keyword instead of the DATE-OBS keyword.
* For AIA images, the location of SDO has been shifted up to a
second in time, which corresponds to a shift in Heliographic
Longitude by only 4 milliarcseconds. (#7758)
- Release 6.0.0
[#]# Breaking Changes
* Arguments for ~sunpy.map.GenericMap.reproject_to after the
target WCS are now keyword-only. (#7339)
* Arguments for sunpy.timeseries.GenericTimeSeries.peek are now
keywords only. (#7340)
* Removed scikit-image from the "image" extra group and created a
new "scikit-image" extra group. (#7536)
* sunpy.io.read_file and sunpy.io.write_file are deprecated and
will be removed in the future. These were intended to be
private functions and should not be used. (#7537)
* The ANA C code has been deprecated (sunpy.io.ana.read,
sunpy.io.ana.get_header, sunpy.io.ana.write) and may be removed
in a future sunpy release. Please contact us here:
https://community.openastronomy.org/t/possible-deprecation-of-ana-file-readers-and-writers-in-sunpy
if you are making use of this code. (#7642)
* The .EUIMap class now returns the DATE-BEG key for
.GenericMap.date while continuing to use DATE-AVG as the
reference date for the coordinate system. (#7682)
* The .GenericMap.date key priority order has changed to be
consistent with it representing the "canonical" observation
time. DATE-OBS continues to have the highest priority, but now
DATE-BEG has higher priority than DATE-AVG. (#7682)
* A new property .GenericMap.reference_date has been added to
decouple the reference date for the coordinate system from the
"canonical" observation time. This new property is now passed
through to the map's WCS object as dateavg and is the time used
for .GenericMap.coordinate_frame and
.GenericMap.observer_coordinate. (#7682)
[#]# Deprecations
* ~sunpy.coordinates.Helioprojective.assume_spherical_screen has
been deprecated in favor of ~sunpy.coordinates.SphericalScreen.
(#7115)
* sunpy.physics.differential_rotation.diff_rot has been
deprecated and replaced by
sunpy.sun.models.differential_rotation. (#7409)
* Deprecated all positional arguments in
sunpy.map.GenericMap.plot method. The annotate, axes, title,
clip_interval arguments should be passed as keyword arguments
(e.g., ..., title=True, ...) instead. (#7421)
* The keyword response_format in sunpy.net.vso.VSOClient.search
has been deprecated. This was introduced to preserve legacy
behaviour of the VSO client, to return
sunpy.net.vso.legacy_response.QueryResponse instead of
sunpy.net.vso.table_response.VSOQueryResponseTable objects.
This behaviour has been the default for over 4 years and the
keyword is no longer needed. This keyword and the older
sunpy.net.vso.legacy_response.QueryResponse class will be
removed in sunpy 7.0. The keyword progress in
sunpy.net.hek2vso.H2VClient.full_query has been deprecated and
will be removed in sunpy 7.0. (#7468)
[#]# Removals
* sunpy.database has been removed. (#7320)
* sunpy.map.header_helper.meta_keywords has been removed. (#7337)
* sunpy.net.helioviewer.HelioviewerClient has been removed. Use
the hvpy package instead. (#7338)
* There was a private "Maxwell" unit within sunpy.map to register
it before astropy had support for it. This has now been removed
in favour of using the astropy version. (#7383)
[#]# New Features
* sunpy.io.read_file will now try to detect the filetype based on
the content and then fallback to using the file extension.
(#6736)
* It is now possible to read the comments in a header from a
JPEG2000 file. (#6841)
* Added the ability for sunpy.map.Map to load files from a
generator. (#7024)
* Added ~sunpy.coordinates.PlanarScreen for interpreting 2D
~sunpy.coordinates.Helioprojective coordinates as being on the
inside of a planar screen. (#7115)
* Added the ability to pass clip_interval to
sunpy.map.mapsequence.MapSequence.plot. (#7253)
* Add support for the fill keyword in
~sunpy.map.GenericMap.draw_contours to allow for filled
contours. (#7281)
* ~sunpy.coordinates.get_horizons_coord now supports time arrays
with up to 10,000 elements. (#7319)
* Add an example of plotting a rectangle on a map with a rotation
angle relative to the axes
(sphx_glr_generated_gallery_plotting_plot_rotated_rectangle.py).
(#7348)
* Added testing and explicit support for Python 3.12. (#7351)
* Added warning when importing a submodule without installing
that submodules extra dependencies. (#7369)
* Added a warning message for rsun mismatch in
~sunpy.map.GenericMap.reproject_to method. (#7370)
* Added a new optional extra group to install "opencv" if you
want to it for affine transforms. pip install sunpy[opencv]
[#7383]
* sunpy.map.GenericMap.draw_contours don't run internal transform
code if transform keyword is provided. (#7427)
* Update ASDF schemas for upcoming ASDF standard 1.6.0. (#7432)
* Add a new map source ~sunpy.map.sources.gong.GONGHalphaMap for
GONG H-Alpha data. (#7451)
* Added ~sunpy.coordinates.spice.get_rotation_matrix to obtain
the rotation matrix between the orientations of two SPICE
frames, which is particularly useful for transforming vector
fields. (#7452)
* Allow units to be passed to
~sunpy.map.header_helper.make_fitswcs_header as strings.
(#7454)
* A new client (sunpy.net.dataretriever.ADAPTClient) has been
added to search and download ADAPT files. (#7463)
* sunpy.net.jsoc.JSOCClient queries now return the SUMS directory
paths as the segment key value in the results table. (#7469)
* Allow the screen radius to be set when using
~sunpy.coordinates.SphericalScreen. (#7532)
* Updated sunpy.map.GenericMap.submap to check if it is about to
work on locations with NaNs now errors and informs the user
that they likely want to use
~sunpy.coordinates.Helioprojective.assume_spherical_screen so
that the off-disk 2D coordinate can be converted to a 3D
coordinate. (#7543)
* ~sunpy.map.GenericMap will now assign units of DN without a
warning or error. (#7585)
* Add a new map source ~sunpy.map.sources.ADAPTMap for ADvanced
Adaptive Prediction Technique (ADAPT) data files. (#7640)
* Added support for JSOC's HMI millisecond TAI time format.
Previously, it would only work with seconds. (#7656)
* Added build support for aarch64 wheels. (#7679)
[#]# Bug Fixes
* Long object names are no longer truncated in the logging output
of ~sunpy.coordinates.get_horizons_coord. (#7319)
* When calling sunpy.map.GenericMap.rotate on an integer data
array, with missing set to NaN (the default value), the method
will now itself raise an informative error message instead
deferring to NumPy to raise the error. (#7344)
* Fixed the appearance of a double "Notes" heading in
~sunpy.map.Map subclasses. (#7376)
* ~sunpy.map.Map with UINT8 data will now not error on plotting
due to normalization. We now skip adding a normalization.
(#7422)
* When calling ~sunpy.map.GenericMap.reproject_to along with both
context managers
~sunpy.coordinates.propagate_with_solar_surface and
~sunpy.coordinates.Helioprojective.assume_spherical_screen now
raises a warning. (#7437)
* Fix a bug which caused Fido.search to crash due to SSL
certificate verification error for the
~sunpy.net.helio.HECClient now returns no results and logs a
warning in this case. (#7446)
* Fixed the sanitization of the names of files downloaded via VSO
so that periods are no longer replaced and case is no longer
forced to be lowercase. (#7453)
* The creation of the series string for a JSOC query was not
adding the correct escape characters for comparison values for
keywords. This was causing the JSOC to error. (#7467)
* The EVE L0CS client now uses the new URLs for the data from
LASP. (#7483)
* JPEG2000 files are now saved with the correct orientation.
Previously they would be vertically flipped when saved. (#7486)
* Fixed a very minor inaccuracy in three sunpy.map utility
functions (~sunpy.map.contains_full_disk,
~sunpy.map.coordinate_is_on_solar_disk, and
~sunpy.map.is_all_off_disk) resulting from the accidental use
of the small-angle approximation. (#7512)
* The ~sunpy.map.GenericMap.rotate function now correctly updates
the NAXISi. (#7522)
* Added a check in
sunpy.physics.differential_rotation.solar_rotate_coordinate to
ensure the input frame has an "observer" attribute before
replicating frame attributes, preventing potential issues with
frames lacking this attribute. (#7526)
* Fixed an inaccuracy in the implementation of
~sunpy.coordinates.HeliocentricEarthEcliptic and
~sunpy.coordinates.GeocentricSolarEcliptic such that the Earth
was not exactly in the XY plane, but rather had an error of up
~10 meters. (#7530)
* The maximum records in ~sunpy.net.helio.HECClient now are
20000. (#7540)
* Fixed a bug with any coordinate transformation starting in
~sunpy.coordinates.GeocentricEarthEquatorial (GEI) returning
output with AU as the length unit, rather than preserving the
length unit of the initial coordinate. (#7545)
* Fixed a bug that interfered with
astropy.wcs.utils.celestial_frame_to_wcs when working with a
custom subclass of
~sunpy.coordinates.frames.SunPyBaseCoordinateFrame. (#7594)
* Fixed bug where conversion of results from the HEKClient to
Astropy Time failed when some values where empty or missing for
the values of event_strattime, event_endtime or event_peaktime
(#7627)
* Fix the ~sunpy.map.sources.gong.GONGHalphaMap.rsun_obs to use
correct header information solar-r keyword. (#7652)
* Fix compilation with gcc 14, avoid implicit pointer
conversions. (#7662)
* Fixed a bug where "DN" was not able to be parsed by
~sunpy.map.header_helper.make_fitswcs_header due to strict
checking against the FITS standard. This is now consistent with
how unit strings are parsed in ~sunpy.map.GenericMap. (#7730)
* Fixed a bug where ~sunpy.map.sources.XRTMap was still
defaulting to counts rather than DN. (#7744)
[#]# Internal Changes
* sunpy.net.jsoc.JSOCClient.fetch called drms API that passed a
progress keyword which added extra print statements to the
console. This has been removed in drms 0.7.0, which had
breaking API changes within this release. As a result, we
increased the minimum required version of drms to 0.7.1.
* This specifically refers to the following information that was
printed to the console by default:
"Export request pending. [id=X, status=X]" "Waiting for X
seconds..." "Request not found on server, X retries left."
These were handled by drms and are now logging messages. If you
want to silence these messages, you can set the logging level
to WARNING or higher.
import logging
drms_logger = logging.getLogger("drms")
drms_logger.setLevel(logging.WARNING)
from sunpy.net import fido, attrs
Note, you have to do it before you import fido. (#7307)
* The function ~sunpy.coordinates.get_horizons_coord no longer
calls the astroquery package, so astroquery is no longer a
dependency. (#7319)
* The requests package is a now formally a core dependency.
requests was already commonly installed as an implied
dependency of sunpy.net or for building documentation. (#7319)
* ~sunpy.net.jsoc.attrs.Notify checks that a valid email address
has been given as a value. (#7342)
* The delim_whitespace keyword in pandas.read_csv is deprecated
and was updated with sep='\s+'. This should have no affect on
the output of the code. (#7350)
* Fixed an environment-specific failure of a unit test for
sunpy.coordinates.Helioprojective.is_visible. (#7356)
* Moved to pyproject.toml and removed setup.py and setup.cfg.
(#7384)
* pyerfa is now a new direct dependency. It has been an indirect
dependency from sunpy 3.1, over two years ago. (#7397)
* Increased Python minimum version to be >= 3.10. (#7402)
* Fixed an unnecessary division computation when performing a
unsupported division operation using a ~sunpy.map.Map. (#7551)
* Updated the internal URL for the
~sunpy.net.dataretriever.sources.norh.NoRHClient to point to a
HTTPS archive of the NoRH data. (#7696)
- Add sunpy-exclude-toplevel.patch
* Thu Jul 11 2024 Ben Greiner <code@bnavigator.de>
- Revert restriction.
https://github.com/sunpy/sunpy/blob/v5.1.4/pyproject.toml#L17
* Tue Jul 09 2024 Steve Kowalik <steven.kowalik@suse.com>
- Restrict numpy to < 2.
* Mon Jun 10 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 5.1.4
* Fixed bug where conversion of results from the HEKClient to Astropy
Time failed when some values where empty or missing for the values
of event_strattime, event_endtime or event_peaktime (#7627)
* Fix compilation with gcc 14, avoid implicit pointer conversions. (#7662)
- Drop patches for issues fixed upstream
* https://github.com/sunpy/sunpy/pull/7662.patch
* Thu Jun 06 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Cherry-pick upstream patch to fix build with GCC 14
* https://github.com/sunpy/sunpy/pull/7662.patch
* Sat May 25 2024 Ben Greiner <code@bnavigator.de>
- Update to 5.1.3
* Fixed an unnecessary division computation for an unsupported
division by a Map
* numpy 2.0
* Enable use of SunPyBaseCoordinateFrame outside sunpy
* Sun May 05 2024 Ben Greiner <code@bnavigator.de>
- Update to 5.1.2
* Fixed the appearance of a double "Notes" heading in
~sunpy.map.Map subclasses. (#7376)
* Fix a bug which caused Fido.search to crash due to SSL
certificate verification error for the
~sunpy.net.helio.HECClient now returns no results and logs a
warning in this case. (#7446)
* The creation of the series string for a JSOC query was not
adding the correct escape characters for comparison values for
keywords. This was causing the JSOC to error. (#7467)
* JPEG2000 files are now saved with the correct orientation.
Previously they would be vertically flipped when saved. (#7486)
* Fixed a very minor inaccuracy in three sunpy.map utility
functions (~sunpy.map.contains_full_disk,
~sunpy.map.coordinate_is_on_solar_disk, and
~sunpy.map.is_all_off_disk) resulting from the accidental use
of the small-angle approximation. (#7512)
* The ~sunpy.map.GenericMap.rotate function now correctly updates
the NAXISi. (#7522)
* Fixed an inaccuracy in the implementation of
~sunpy.coordinates.HeliocentricEarthEcliptic and
~sunpy.coordinates.GeocentricSolarEcliptic such that the Earth
was not exactly in the XY plane, but rather had an error of up
~10 meters. (#7530)
* Fixed a bug with any coordinate transformation starting in
~sunpy.coordinates.GeocentricEarthEquatorial (GEI) returning
output with AU as the length unit, rather than preserving the
length unit of the initial coordinate. (#7545)
* Sun Jan 21 2024 Dirk Müller <dmueller@suse.com>
- update to 5.1.1:
* Add an example of plotting a rectangle on a map with a
rotation angle relative to the axes (:ref:`sphx_glr_generated
_gallery_plotting_plot_rotated_rectangle.py`).
* Added testing and explicit support for Python 3.12.
* When calling :meth:`sunpy.map.GenericMap.rotate` on an
integer data array, with missing set to NaN (the default
value), the method will now itself raise an informative error
message instead deferring to NumPy to raise the error.
* Fixed the usage of :meth:`~sunpy.map.GenericMap.superpixel`
in :ref:`sphx_glr_generated_gallery_map_map_resampling_and_su
perpixels.py`.
* Added Clarification on setting JSOC Email.
* Added explanation text to :ref:`sphx_glr_generated_gallery_pl
otting_plotting_blank_map.py` about the offset between "(0,
0)" in helioprojective coordinates and the heliographic
equator.
* The delim_whitespace keyword in pandas.read_csv is deprecated
and was updated with sep='\s+'. This should have no affect on
the output of the code.
* Fixed an environment-specific failure of a unit test for
:meth:`sunpy.coordinates.Helioprojective.is_visible`.
* Fri Nov 24 2023 Ben Greiner <code@bnavigator.de>
- Update to 5.1.0
[#]# New Features
* Added the ability to skip over errors raised for invalid fits
files when passing a list of files to map using the existing
keyword argument silence_errors. (#7018)
* Added a sunpy.coordinates.Helioprojective.is_visible method to
return whether the coordinate is visible (i.e., not obscured
from the observer assuming that the Sun is an opaque sphere).
(#7118)
* Added a keyword option (quiet) for
~sunpy.coordinates.get_body_heliographic_stonyhurst to silence
the normal reporting of the light-travel-time correction when
observer is specified. (#7142)
* Added the function sunpy.coordinates.sun.eclipse_amount to
calculate the solar-eclipse amount for an observer. (#7142)
* Add a keyword (map_center_longitude) to
~sunpy.map.header_helper.make_heliographic_header for centering
the heliographic map at a longitude other than zero longitude.
(#7143)
* The minimum required version of Glymur (an optional dependency
for reading JPEG2000 files) has been increase to 0.9.1. (#7164)
* Added new default colormap scalings for WISPR Maps. Plots are
now clipped at zero, and ~astropy.visualization.AsinhStretch is
used for the scaling to ensure coronal details are visible
despite the much-brighter stars. Parsing of the detector and
level fields of the FITS headers is also improved. (#7180)
* When creating a coordinate or coordinate frame without
specifying obstime, the obstime value from the observer frame
attribute will be used if present. (#7186)
* Added a GONG synoptic map class which fixes non-compliant FITS
metadata (#7220)
* Added the module sunpy.coordinates.spice to enable the use of
the ~astropy.coordinates.SkyCoord API to perform computations
using SPICE kernels. (#7237)
* Added three coordinate frames that depend on the orientation of
Earth's magnetic dipole: ~sunpy.coordinates.Geomagnetic (MAG),
~sunpy.coordinates.SolarMagnetic (SM), and
~sunpy.coordinates.GeocentricSolarMagnetospheric (GSM). (#7239)
[#]# Bug Fixes
* Fix RHESSI (~sunpy.net.dataretriever.RHESSIClient) fallback
server detection. (#7092)
* Fix bug in ~sunpy.coordinates.get_horizons_coord when
specifying a time range via a dictionary that could cause the
returned times to be slightly different from the supplied
times. (#7106)
* Updated the url of the ~sunpy.net.dataretriever.GBMClient to
match on files other than those that end with version 0 (i.e.,
V0.pha). (#7148)
* When directly instantiating a ~astropy.wcs.WCS from a FITS
header that contains both Stonyhurst and Carrington
heliographic coordinates for the observer location, the
Stonyhurst coordinates will now be prioritized. This behavior
is now consistent with the ~sunpy.map.Map class, which has
always prioritized Stonyhurst coordinates over Carrington
coordinates. (#7188)
* Fixed a bug with ~sunpy.map.sample_at_coords() where sampling
outside the bounds of the map would sometimes not error and
instead return strange pixel values. (#7206)
* Improved code when loading CDF files to improve performance and
avoid raising of pandas performance warnings. (#7247)
* Fixed a bug with sunpy.map.GenericMap.plot where setting norm
to None would result in an error. (#7261)
[#]# Deprecations
* Deprecated silence_errors in Map and Timeseries. This has been
replaced with allow_errors keyword. (#7021)
* The sunpy.coordinates.transformations module is now slated for
removal from the public API as it consists of internal
functions used by coordinate transformations. The context
managers sunpy.coordinates.transform_with_sun_center and
sunpy.coordinates.propagate_with_solar_surface should be
accessed under sunpy.coordinates. (#7113)
[#]# Removals
* sunpy.map.extract_along_coord() has been removed. Instead, use
~sunpy.map.pixelate_coord_path, and then pass its output to
~sunpy.map.sample_at_coords. pixelate_coord_path uses a
different line algorithm by default, but you can specify
bresenham=True as an argument to use the same line algorithm as
extract_along_coord. (#7200)
* sunpy.visualisation.limb.draw_limb() has been removed. Use
sunpy.visualization.drawing.limb instead. (#7202)
* Removed GenericTimeSeries.index. Use GenericTimeseries.time
instead as a direct replacement. (#7203)
* Removed the deprecated sunpy.io.cdf submodule, which is not
intended to be user facing. (#7240)
* Removed the deprecated sunpy.io.jp2, which is not intended to
be user facing. (#7241)
* Removed the deprecated sunpy.io.file_tools, which is not
intended to be user facing. (#7242)
* The deprecated sunpy.data.download_sample_data() has been
removed Use sunpy.data.sample.download_all instead. (#7250)
[#]# Internal Changes
* Removed the Binder configuration and link in README. This is
because the configuration was untested, and does not currently
work. (#7062)
* Add a Dependabot config file to auto-update GitHub action
versions. (#7068)
* Add tests to check whether various ~sunpy.map.Map methods
preserve laziness when operating on Maps backed by a
dask.array.Array. (#7100)
* Added missing support to find GOES-18 XRS data in
~sunpy.net.dataretriever.XRSClient. (#7108)
* Raise an error with a helpful message when
sunpy.map.GenericMap.plot is called with a non-boolean value
for the annotate keyword, because the user is probably trying
to specify the axes. (#7163)
* Fixed our ASDF manifest having the incorrect ID. (#7282)
* Fix example formatting in a few asdf schemas. (#7292)
* Pinned the drms requirement to < 0.7 to avoid breaking changes
in drms version 0.7. (#7308)
* Thu Sep 14 2023 Markéta Machová <mmachova@suse.com>
- Update to 5.0.1
* Fix RHESSI (RHESSIClient) fallback server detection.
* Fix bug in get_horizons_coord() when specifying a time range via
a dictionary that could cause the returned times to be slightly different
from the supplied times.
* Updated the url of the GBMClient to match on files other than those that
end with version 0
* Added missing support to find GOES-18 XRS data in XRSClient.
- Really drop python-311.patch
* Fri Aug 04 2023 Steve Kowalik <steven.kowalik@suse.com>
- Update to 5.0.0:
* `~sunpy.net.dataretriever.XRSClient` now provides the re-processed
GOES-XRS 8-15 data from NOAA.
* Changed the output of :func:`sunpy.map.sample_at_coords` to return the
sampled values as `~astropy.units.Quantity` with the appropriate units
instead of merely numbers.
* Able to run the ``sunpy`` tests doing ``python -m sunpy.tests.self_test``.
* Able to detect gzip-compressed FITS files even if they don't have the
``.gz`` extension in the filename.
`~sunpy.io.detect_filetype` now looks for the right file signature while
checking for gzipped FITS files.
* Added ``AttrAnd`` and ``AttrOr`` to the namespace in ``sunpy.net.attrs``.
* `~sunpy.net.dataretriever.SUVIClient` now provides GOES-18 SUVI data.
* The minimum required versions of several core dependencies have been
updated:
+ Python 3.9
+ astropy 5.0.1
+ numpy 1.21.0
* Added the utility function :func:`sunpy.map.pixelate_coord_path` to
fully pixelate a coordinate path according to the pixels of a given map.
* Able to download files from REST/TAP Data Providers from the VSO.
* Adding data unit into html repr for `sunpy.map.Map`
* Joined ``HISTORY`` keys with newline characters when parsing ``HISTORY``
cards from FITS header.
* Added the ability to query for the GOES-XRS 1 minute average data with
the `.XRSClient`.
* Increased minimum version of `parfive` to 2.0.0.
* Fixed the incorrect calculation in
sunpy.map.header_helper.make_fitswcs_header` of the rotation matrix
from a rotation angle when the pixels are non-square.
* Fixed an issue with loading old EIT fits files with `sunpy.map.Map`
where the date could not be parsed.
* Fixed a bug where the `~sunpy.map.GenericMap.exposure_time` returned
``None`` when the exposure time key was set to zero.
* HMI JPEG2000 files from Helioviewer could not be loaded due to a bug in
setting the plotting normalization.
* The ``data_manager`` was not raising failed downloads correctly and
would continue as if the file existed locally.
* `~sunpy.map.sources.XRTMap` will now set the unit for XRT files if
the ``BUNIT`` key is missing.
* `~sunpy.net.dataretriever.XRSClient` update use the new url for which
the GOES-XRS 8-15 data is provided by NOAA.
* Updated `~sunpy.database` to be compatible with ``SQLAlchemy``
versions >=2.0
* When using ``autoalign=True`` when plotting maps, the result was
misaligned by half a pixel.
* :meth:`sunpy.map.GenericMap.submap` can now handle a
`~astropy.coordinates.BaseCoordinateFrame` as input.
* Multi-line ``HISTORY`` and ``COMMENT`` keys metadata dictionaries are
now correctly split into multiple history and comment cards when writing
a FITS file.
* Pass in "max_splits" to Parfive to prevent multi connections to JSOC
for JSOC only queries.
* When converting an `astropy.wcs.WCS` object to a solar coordinate frame
the ``DATE-AVG`` key will be used before the ``DATE-OBS`` key, previously
only ``DATE-OBS`` was checked.
* `sunpy.map.GenericMap.rotation_matrix` now applies the default values if
any FITS rotation matrix keywords are missing from the header.
* Modified :func:`sunpy.io.special.srs.read_srs` to correctly handle
uppercase SRS files and supplementary sections occurring after the main
data sections.
- Drop patch python-311.patch, no longer required.
- Switch to pyproject macros.
- Reinstate dask for python311, numba exists now.
* Thu Mar 23 2023 Ben Greiner <code@bnavigator.de>
- Don't test with dask for python311: No numba yet
* Mon Feb 27 2023 Daniel Garcia <daniel.garcia@suse.com>
- Remove patch sunpy-pr6662-np1.24.patch
- Add patch python-311.patch to support python 3.11, gh#sunpy/sunpy#6512
- Update to v4.1.3
* Backport PR #6740 on branch 4.1 (Exclude scipy==1.10.0 in deps) by
@meeseeksmachine in #6746
* Backport PR #6749 on branch 4.1 (Unpin and update database for
SQLA 2.0) by @meeseeksmachine in #6750
* Backport PR #6731 on branch 4.1 (fig-devdeps : Have to add a unit
to lon.coord_wrap) by @meeseeksmachine in #6753
* Backport PR #6711 on branch 4.1 (Raise error if downloader for
cache fails) by @meeseeksmachine in #6755
* Backport PR #6725 on branch 4.1 (add unit detection for XRT data)
by @meeseeksmachine in #6761
* Backport PR #6737 on branch 4.1 (Updating the GOES-XRS baseurl
following change on noaa side) by @meeseeksmachine in #6762
* Backport PR #6710 on branch 4.1 (Fix init issue for JP2 HMI images
from helioveiwer) by @meeseeksmachine in #6765
* Backport PR #6648 on branch 4.1 (Fix draw_quadrangle() so that it
accepts frames with data) by @meeseeksmachine in #6777
- v4.1.2
* Backport PR #6694 on branch 4.1 (pin sqlalchemy<2.0 and ignore
warning for now) by @meeseeksmachine in #6697
* Backport PR #6693 on branch 4.1 (detect gzipped-FITS files by
magic-bytes) by @meeseeksmachine in #6700
* Backport PR #6702 on branch 4.1 (fix the extremely minor issue in
Fido docs) by @meeseeksmachine in #6704
* Backport PR #6712 on branch 4.1 (Add changelog entry for
sqlalchemy pin) by @meeseeksmachine in #6714
* Backport PR #6728 on branch 4.1 (Fix HISTORY key in test maps
created from header files) by @meeseeksmachine in #6730
- v4.1.1
* Added three tutorials which replicate ~sunpy.map.CompositeMap
functionality
(sphx_glr_generated_gallery_plotting_AIA_HMI_composite.py,
sphx_glr_generated_gallery_plotting_masked_composite_plot.py,
sphx_glr_generated_gallery_plotting_three_map_composite.py). A
fourth tutorial
(sphx_glr_generated_gallery_plotting_rgb_composite.py)
demonstrates how to create an RGB image with three different maps.
(#6459)
* Fixed the incorrect calculation in
~sunpy.map.header_helper.make_fitswcs_header of the rotation
matrix from a rotation angle when the pixels are non-square.
(#6597)
* Fixed an issue with loading old EIT fits files with sunpy.map.Map
where the date could not be parsed. (#6605)
* Added sunpy.map.PixelPair to the reference documentation. (#6620)
/usr/lib64/python3.13/site-packages/sunpy /usr/lib64/python3.13/site-packages/sunpy-7.1.0.dist-info /usr/lib64/python3.13/site-packages/sunpy-7.1.0.dist-info/INSTALLER /usr/lib64/python3.13/site-packages/sunpy-7.1.0.dist-info/METADATA /usr/lib64/python3.13/site-packages/sunpy-7.1.0.dist-info/RECORD /usr/lib64/python3.13/site-packages/sunpy-7.1.0.dist-info/REQUESTED /usr/lib64/python3.13/site-packages/sunpy-7.1.0.dist-info/WHEEL /usr/lib64/python3.13/site-packages/sunpy-7.1.0.dist-info/entry_points.txt /usr/lib64/python3.13/site-packages/sunpy-7.1.0.dist-info/licenses /usr/lib64/python3.13/site-packages/sunpy-7.1.0.dist-info/licenses/LICENSE.rst /usr/lib64/python3.13/site-packages/sunpy-7.1.0.dist-info/licenses/licenses /usr/lib64/python3.13/site-packages/sunpy-7.1.0.dist-info/licenses/licenses/ASTROPY.rst /usr/lib64/python3.13/site-packages/sunpy-7.1.0.dist-info/licenses/licenses/GLUE.rst /usr/lib64/python3.13/site-packages/sunpy-7.1.0.dist-info/licenses/licenses/README.rst /usr/lib64/python3.13/site-packages/sunpy-7.1.0.dist-info/licenses/licenses/TOWNCRIER.rst /usr/lib64/python3.13/site-packages/sunpy-7.1.0.dist-info/top_level.txt /usr/lib64/python3.13/site-packages/sunpy/CITATION.rst /usr/lib64/python3.13/site-packages/sunpy/__init__.py /usr/lib64/python3.13/site-packages/sunpy/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/__pycache__/_version.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/__pycache__/_version.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/__pycache__/conftest.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/__pycache__/conftest.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/__pycache__/version.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/__pycache__/version.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/_version.py /usr/lib64/python3.13/site-packages/sunpy/compiler_version.abi3.so /usr/lib64/python3.13/site-packages/sunpy/conftest.py /usr/lib64/python3.13/site-packages/sunpy/coordinates /usr/lib64/python3.13/site-packages/sunpy/coordinates/__init__.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/_transformations.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/_transformations.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/ephemeris.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/ephemeris.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/frameattributes.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/frameattributes.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/frames.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/frames.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/metaframes.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/metaframes.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/offset_frame.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/offset_frame.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/screens.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/screens.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/spice.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/spice.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/sun.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/sun.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/utils.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/utils.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/wcs_utils.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/__pycache__/wcs_utils.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/_transformations.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/data /usr/lib64/python3.13/site-packages/sunpy/coordinates/data/igrf13coeffs.txt /usr/lib64/python3.13/site-packages/sunpy/coordinates/ephemeris.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/frameattributes.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/frames.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/metaframes.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/offset_frame.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/screens.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/spice.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/sun.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/conftest.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/conftest.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/helpers.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/helpers.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/strategies.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/strategies.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/test_ephemeris.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/test_ephemeris.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/test_frameattributes.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/test_frameattributes.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/test_frames.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/test_frames.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/test_metaframes.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/test_metaframes.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/test_offset_frame.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/test_offset_frame.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/test_spice.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/test_spice.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/test_sun.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/test_sun.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/test_transformations.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/test_transformations.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/test_utils.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/test_utils.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/test_wcs_utils.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/__pycache__/test_wcs_utils.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/conftest.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/helpers.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/strategies.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/test_ephemeris.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/test_frameattributes.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/test_frames.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/test_metaframes.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/test_offset_frame.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/test_spice.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/test_sun.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/test_transformations.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/test_utils.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/tests/test_wcs_utils.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/utils.py /usr/lib64/python3.13/site-packages/sunpy/coordinates/wcs_utils.py /usr/lib64/python3.13/site-packages/sunpy/data /usr/lib64/python3.13/site-packages/sunpy/data/README.rst /usr/lib64/python3.13/site-packages/sunpy/data/The_Blue_Marble_150px.png /usr/lib64/python3.13/site-packages/sunpy/data/__init__.py /usr/lib64/python3.13/site-packages/sunpy/data/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/data/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/data/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/data/__pycache__/_sample.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/data/__pycache__/_sample.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/data/__pycache__/sample.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/data/__pycache__/sample.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/data/_sample.py /usr/lib64/python3.13/site-packages/sunpy/data/data_manager /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/__init__.py /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/__pycache__/cache.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/__pycache__/cache.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/__pycache__/downloader.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/__pycache__/downloader.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/__pycache__/manager.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/__pycache__/manager.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/__pycache__/storage.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/__pycache__/storage.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/cache.py /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/downloader.py /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/manager.py /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/storage.py /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/__pycache__/conftest.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/__pycache__/conftest.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/__pycache__/mocks.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/__pycache__/mocks.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/__pycache__/test_cache.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/__pycache__/test_cache.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/__pycache__/test_downloader.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/__pycache__/test_downloader.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/__pycache__/test_manager.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/__pycache__/test_manager.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/__pycache__/test_storage.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/__pycache__/test_storage.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/conftest.py /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/db_testdata.csv /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/mocks.py /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/test_cache.py /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/test_downloader.py /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/test_manager.py /usr/lib64/python3.13/site-packages/sunpy/data/data_manager/tests/test_storage.py /usr/lib64/python3.13/site-packages/sunpy/data/sample.py /usr/lib64/python3.13/site-packages/sunpy/data/sunpyrc /usr/lib64/python3.13/site-packages/sunpy/data/test /usr/lib64/python3.13/site-packages/sunpy/data/test/2013_05_13__16_54_06_137__SOHO_LASCO_C3_white-light.jp2 /usr/lib64/python3.13/site-packages/sunpy/data/test/2013_06_24__17_31_30_84__SDO_AIA_AIA_193.jp2 /usr/lib64/python3.13/site-packages/sunpy/data/test/20181209_180305_kcor_l2.header /usr/lib64/python3.13/site-packages/sunpy/data/test/2022_04_01__00_00_45__SOLO-EUI-FSI_EUI_FSI_174.jp2 /usr/lib64/python3.13/site-packages/sunpy/data/test/2023_01_31__03_39_23_200__SDO_HMI_HMI_continuum.jp2 /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT/efz20040301.000010_s.fits /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT/efz20040301.010016_s.fits /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT_header /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT_header/SOHO_EIT_171_20070601T120013_L1.header /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT_header/SOHO_EIT_195_20070601T121346_L1.header /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT_header/SOHO_EIT_284_20070601T120607_L1.header /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT_header/SOHO_EIT_304_20070601T121937_L1.header /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT_header/efz20040301.000010_s.header /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT_header/efz20040301.010016_s.header /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT_header/efz20040301.020010_s.header /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT_header/efz20040301.030011_s.header /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT_header/efz20040301.040010_s.header /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT_header/efz20040301.050010_s.header /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT_header/efz20040301.060010_s.header /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT_header/efz20040301.070014_s.header /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT_header/efz20040301.080010_s.header /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT_header/efz20040301.090010_s.header /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT_header/efz20040301.100010_s.header /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT_header/efz20040301.110010_s.header /usr/lib64/python3.13/site-packages/sunpy/data/test/EIT_header/efz20040301.120010_s.header /usr/lib64/python3.13/site-packages/sunpy/data/test/EVE_L0CS_DIODES_1m_truncated.txt /usr/lib64/python3.13/site-packages/sunpy/data/test/FGMG4_20110214_030443.7.header /usr/lib64/python3.13/site-packages/sunpy/data/test/HinodeSOT.header /usr/lib64/python3.13/site-packages/sunpy/data/test/HinodeXRT.header /usr/lib64/python3.13/site-packages/sunpy/data/test/SRS /usr/lib64/python3.13/site-packages/sunpy/data/test/SRS/19960106SRS.txt /usr/lib64/python3.13/site-packages/sunpy/data/test/SRS/19960430SRS.txt /usr/lib64/python3.13/site-packages/sunpy/data/test/SRS/19960513SRS.txt /usr/lib64/python3.13/site-packages/sunpy/data/test/SRS/20000922SRS.txt /usr/lib64/python3.13/site-packages/sunpy/data/test/SRS/20000927SRS.txt /usr/lib64/python3.13/site-packages/sunpy/data/test/SRS/20001001SRS.txt /usr/lib64/python3.13/site-packages/sunpy/data/test/SRS/20020624SRS.txt /usr/lib64/python3.13/site-packages/sunpy/data/test/SRS/20020628SRS.txt /usr/lib64/python3.13/site-packages/sunpy/data/test/SRS/20100621SRS.txt /usr/lib64/python3.13/site-packages/sunpy/data/test/SRS/20150101SRS.txt /usr/lib64/python3.13/site-packages/sunpy/data/test/SRS/20150306SRS.txt /usr/lib64/python3.13/site-packages/sunpy/data/test/SRS/20150906SRS.txt /usr/lib64/python3.13/site-packages/sunpy/data/test/SUT_T24_0847_000444_Lev1.0_2024-06-28T18.21.33.178_0971NB03.header /usr/lib64/python3.13/site-packages/sunpy/data/test/SWAP /usr/lib64/python3.13/site-packages/sunpy/data/test/SWAP/resampled0_swap.header /usr/lib64/python3.13/site-packages/sunpy/data/test/SWAP/resampled1_swap.header /usr/lib64/python3.13/site-packages/sunpy/data/test/SWAP/resampled2_swap.header /usr/lib64/python3.13/site-packages/sunpy/data/test/SWAP/resampled3_swap.header /usr/lib64/python3.13/site-packages/sunpy/data/test/YohkohSXT.header /usr/lib64/python3.13/site-packages/sunpy/data/test/__init__.py /usr/lib64/python3.13/site-packages/sunpy/data/test/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/data/test/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/data/test/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/data/test/__pycache__/_generate_asdf_test.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/data/test/__pycache__/_generate_asdf_test.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/data/test/_generate_asdf_test.py /usr/lib64/python3.13/site-packages/sunpy/data/test/adapt.header /usr/lib64/python3.13/site-packages/sunpy/data/test/aia_171_level1.fits /usr/lib64/python3.13/site-packages/sunpy/data/test/aiamap_genericmap_1.0.0.asdf /usr/lib64/python3.13/site-packages/sunpy/data/test/aiamap_shift_genericmap_1.0.0.asdf /usr/lib64/python3.13/site-packages/sunpy/data/test/annotation_ppt.db /usr/lib64/python3.13/site-packages/sunpy/data/test/camera.npy /usr/lib64/python3.13/site-packages/sunpy/data/test/cor1_20090615_000500_s4c1A.header /usr/lib64/python3.13/site-packages/sunpy/data/test/dr_suvi-l2-ci195_g16_s20190403T093200Z_e20190403T093600Z_v1-0-0_rebinned.header /usr/lib64/python3.13/site-packages/sunpy/data/test/euvi_20090615_000900_n4euA_s.header /usr/lib64/python3.13/site-packages/sunpy/data/test/eve /usr/lib64/python3.13/site-packages/sunpy/data/test/eve/eve_01.txt /usr/lib64/python3.13/site-packages/sunpy/data/test/eve/eve_02.txt /usr/lib64/python3.13/site-packages/sunpy/data/test/eve/eve_03.txt /usr/lib64/python3.13/site-packages/sunpy/data/test/eve/eve_04.txt /usr/lib64/python3.13/site-packages/sunpy/data/test/eve/eve_05.txt /usr/lib64/python3.13/site-packages/sunpy/data/test/eve_l1_esp_2011046_00_truncated.fits /usr/lib64/python3.13/site-packages/sunpy/data/test/gbm.fits /usr/lib64/python3.13/site-packages/sunpy/data/test/generated_sample.genx /usr/lib64/python3.13/site-packages/sunpy/data/test/go1520110607.fits /usr/lib64/python3.13/site-packages/sunpy/data/test/go1520120601.fits.gz /usr/lib64/python3.13/site-packages/sunpy/data/test/goes_13_leap_second.nc /usr/lib64/python3.13/site-packages/sunpy/data/test/gong_halpha.header /usr/lib64/python3.13/site-packages/sunpy/data/test/gong_magnetogram.header /usr/lib64/python3.13/site-packages/sunpy/data/test/gong_synoptic.header /usr/lib64/python3.13/site-packages/sunpy/data/test/gzip_fits_test.file /usr/lib64/python3.13/site-packages/sunpy/data/test/gzip_test.fit.gz /usr/lib64/python3.13/site-packages/sunpy/data/test/gzip_test.fits.gz /usr/lib64/python3.13/site-packages/sunpy/data/test/gzip_test.fts.gz /usr/lib64/python3.13/site-packages/sunpy/data/test/heliographic_phase_map.fits.gz /usr/lib64/python3.13/site-packages/sunpy/data/test/hi_20110910_114721_s7h2A.header /usr/lib64/python3.13/site-packages/sunpy/data/test/hmi_bharp_vlos_mag.header /usr/lib64/python3.13/site-packages/sunpy/data/test/hmi_cea_sharp_magnetogram.header /usr/lib64/python3.13/site-packages/sunpy/data/test/hmi_sharp_magnetogram.header /usr/lib64/python3.13/site-packages/sunpy/data/test/hmi_synoptic.header /usr/lib64/python3.13/site-packages/sunpy/data/test/hsi_image_20101016_191218.fits /usr/lib64/python3.13/site-packages/sunpy/data/test/hsi_obssumm_20120601_018_truncated.fits.gz /usr/lib64/python3.13/site-packages/sunpy/data/test/hxi_imgcube_01e02t_20230501_130758_HXI_CLEAN_0.header /usr/lib64/python3.13/site-packages/sunpy/data/test/hxi_imgcube_01e02t_20230501_130758_HXI_CLEAN_1.header /usr/lib64/python3.13/site-packages/sunpy/data/test/iris_l2_20130801_074720_4040000014_SJI_1400_t000.header /usr/lib64/python3.13/site-packages/sunpy/data/test/lasco_c2_25299383_s.header /usr/lib64/python3.13/site-packages/sunpy/data/test/lasco_c3.header /usr/lib64/python3.13/site-packages/sunpy/data/test/lyra_20150101-000000_lev3_std_truncated.fits.gz /usr/lib64/python3.13/site-packages/sunpy/data/test/mdi.fd_Ic.20101015_230100_TAI.data.header /usr/lib64/python3.13/site-packages/sunpy/data/test/mdi.fd_M_96m_lev182.20101015_191200_TAI.data.header /usr/lib64/python3.13/site-packages/sunpy/data/test/mdi_synoptic.header /usr/lib64/python3.13/site-packages/sunpy/data/test/not_actually_fits.fits /usr/lib64/python3.13/site-packages/sunpy/data/test/observed-solar-cycle-indices-truncated.json /usr/lib64/python3.13/site-packages/sunpy/data/test/predicted-solar-cycle-truncated.json /usr/lib64/python3.13/site-packages/sunpy/data/test/psp_fld_l2_mag_rtn_1min_20200104_v02.cdf /usr/lib64/python3.13/site-packages/sunpy/data/test/punch.header /usr/lib64/python3.13/site-packages/sunpy/data/test/resampled_hmi.fits /usr/lib64/python3.13/site-packages/sunpy/data/test/sci_gxrs-l2-irrad_g13_d20170901_truncated.nc /usr/lib64/python3.13/site-packages/sunpy/data/test/sci_gxrs-l2-irrad_g15_d20131028_truncated.nc /usr/lib64/python3.13/site-packages/sunpy/data/test/sci_xrsf-l2-avg1m_g15_d20190102_truncated.nc /usr/lib64/python3.13/site-packages/sunpy/data/test/sci_xrsf-l2-avg1m_g16_d20210101_truncated.nc /usr/lib64/python3.13/site-packages/sunpy/data/test/sci_xrsf-l2-flx1s_g17_d20201016_truncated.nc /usr/lib64/python3.13/site-packages/sunpy/data/test/seit_00171_fd_19961211_1900.header /usr/lib64/python3.13/site-packages/sunpy/data/test/solo_L1_eui-fsi304-image_20201021T145510206_V03.header /usr/lib64/python3.13/site-packages/sunpy/data/test/solo_L1_swa-pas-mom_20200706_V01.cdf /usr/lib64/python3.13/site-packages/sunpy/data/test/solo_L2_epd-ept-north-hcad_20200713_V02.cdf /usr/lib64/python3.13/site-packages/sunpy/data/test/swap_lv1_20140606_000113.header /usr/lib64/python3.13/site-packages/sunpy/data/test/tca110810_truncated /usr/lib64/python3.13/site-packages/sunpy/data/test/test_ana.fz /usr/lib64/python3.13/site-packages/sunpy/data/test/tsi20010130_025823_a2.header /usr/lib64/python3.13/site-packages/sunpy/data/test/waveunit /usr/lib64/python3.13/site-packages/sunpy/data/test/waveunit/__init__.py /usr/lib64/python3.13/site-packages/sunpy/data/test/waveunit/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/data/test/waveunit/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/data/test/waveunit/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/data/test/waveunit/medn_halph_fl_20050501_074655.header /usr/lib64/python3.13/site-packages/sunpy/data/test/waveunit/mq130812.084253.header /usr/lib64/python3.13/site-packages/sunpy/data/test/waveunit/na120701.091058.header /usr/lib64/python3.13/site-packages/sunpy/data/test/waveunit/svsm_e3100_S2_20110625_1856.header /usr/lib64/python3.13/site-packages/sunpy/data/tests /usr/lib64/python3.13/site-packages/sunpy/data/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/data/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/data/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/data/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/data/tests/__pycache__/test_sample.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/data/tests/__pycache__/test_sample.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/data/tests/test_sample.py /usr/lib64/python3.13/site-packages/sunpy/extern /usr/lib64/python3.13/site-packages/sunpy/extern/README.rst /usr/lib64/python3.13/site-packages/sunpy/extern/__init__.py /usr/lib64/python3.13/site-packages/sunpy/extern/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/extern/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/extern/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/extern/__pycache__/appdirs.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/extern/__pycache__/appdirs.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/extern/__pycache__/distro.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/extern/__pycache__/distro.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/extern/__pycache__/inflect.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/extern/__pycache__/inflect.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/extern/__pycache__/parse.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/extern/__pycache__/parse.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/extern/appdirs.py /usr/lib64/python3.13/site-packages/sunpy/extern/appdirs_license.txt /usr/lib64/python3.13/site-packages/sunpy/extern/distro.py /usr/lib64/python3.13/site-packages/sunpy/extern/distro_license.rst /usr/lib64/python3.13/site-packages/sunpy/extern/inflect.py /usr/lib64/python3.13/site-packages/sunpy/extern/inflect_license.txt /usr/lib64/python3.13/site-packages/sunpy/extern/parse.py /usr/lib64/python3.13/site-packages/sunpy/extern/parse_license.txt /usr/lib64/python3.13/site-packages/sunpy/image /usr/lib64/python3.13/site-packages/sunpy/image/__init__.py /usr/lib64/python3.13/site-packages/sunpy/image/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/image/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/image/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/image/__pycache__/resample.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/image/__pycache__/resample.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/image/__pycache__/transform.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/image/__pycache__/transform.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/image/resample.py /usr/lib64/python3.13/site-packages/sunpy/image/tests /usr/lib64/python3.13/site-packages/sunpy/image/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/image/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/image/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/image/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/image/tests/__pycache__/test_resample.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/image/tests/__pycache__/test_resample.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/image/tests/__pycache__/test_transform.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/image/tests/__pycache__/test_transform.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/image/tests/test_resample.py /usr/lib64/python3.13/site-packages/sunpy/image/tests/test_transform.py /usr/lib64/python3.13/site-packages/sunpy/image/transform.py /usr/lib64/python3.13/site-packages/sunpy/io /usr/lib64/python3.13/site-packages/sunpy/io/__init__.py /usr/lib64/python3.13/site-packages/sunpy/io/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/io/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/__pycache__/_cdf.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/__pycache__/_cdf.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/__pycache__/_file_tools.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/__pycache__/_file_tools.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/__pycache__/_fits.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/__pycache__/_fits.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/__pycache__/_header.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/__pycache__/_header.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/__pycache__/_jp2.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/__pycache__/_jp2.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/__pycache__/ana.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/__pycache__/ana.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/__pycache__/setup_package.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/__pycache__/setup_package.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/_cdf.py /usr/lib64/python3.13/site-packages/sunpy/io/_file_tools.py /usr/lib64/python3.13/site-packages/sunpy/io/_fits.py /usr/lib64/python3.13/site-packages/sunpy/io/_header.py /usr/lib64/python3.13/site-packages/sunpy/io/_jp2.py /usr/lib64/python3.13/site-packages/sunpy/io/_pyana.abi3.so /usr/lib64/python3.13/site-packages/sunpy/io/ana.py /usr/lib64/python3.13/site-packages/sunpy/io/setup_package.py /usr/lib64/python3.13/site-packages/sunpy/io/special /usr/lib64/python3.13/site-packages/sunpy/io/special/__init__.py /usr/lib64/python3.13/site-packages/sunpy/io/special/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/io/special/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/__pycache__/genx.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/__pycache__/genx.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/__pycache__/srs.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/__pycache__/srs.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/__init__.py /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/__pycache__/entry_points.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/__pycache__/entry_points.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/converters /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/converters/__init__.py /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/converters/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/converters/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/converters/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/converters/__pycache__/frames.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/converters/__pycache__/frames.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/converters/__pycache__/generic_map.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/converters/__pycache__/generic_map.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/converters/frames.py /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/converters/generic_map.py /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/entry_points.py /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/__init__.py /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/manifests /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/manifests/sunpy-1.0.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/manifests/sunpy-1.1.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/manifests/sunpy-1.1.1.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/manifests/sunpy-1.1.2.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/manifests/sunpy-1.2.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/manifests/sunpy-1.2.1.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/generic_map-1.0.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/generic_map-1.1.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/generic_map-1.1.1.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/generic_map-1.2.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/geocentricearthequatorial-1.0.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/geocentricearthequatorial-1.1.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/geocentricsolarecliptic-1.0.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/geocentricsolarecliptic-1.1.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/geocentricsolarmagnetospheric-1.0.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/geocentricsolarmagnetospheric-1.1.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/geomagnetic-1.0.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/geomagnetic-1.1.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/heliocentric-1.0.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/heliocentric-1.1.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/heliocentricearthecliptic-1.0.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/heliocentricearthecliptic-1.1.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/heliocentricinertial-1.0.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/heliocentricinertial-1.1.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/heliographic_carrington-1.0.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/heliographic_carrington-1.1.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/heliographic_carrington-1.2.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/heliographic_carrington-1.3.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/heliographic_stonyhurst-1.0.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/heliographic_stonyhurst-1.1.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/heliographic_stonyhurst-1.2.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/helioprojective-1.0.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/helioprojective-1.1.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/helioprojectiveradial-1.0.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/helioprojectiveradial-1.1.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/solarmagnetic-1.0.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/resources/schemas/solarmagnetic-1.1.0.yaml /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/tests /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/tests/__pycache__/test_coordinate_frames.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/tests/__pycache__/test_coordinate_frames.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/tests/__pycache__/test_genericmap.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/tests/__pycache__/test_genericmap.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/tests/__pycache__/test_time.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/tests/__pycache__/test_time.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/tests/hgc_100.asdf /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/tests/test_coordinate_frames.py /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/tests/test_genericmap.py /usr/lib64/python3.13/site-packages/sunpy/io/special/asdf/tests/test_time.py /usr/lib64/python3.13/site-packages/sunpy/io/special/genx.py /usr/lib64/python3.13/site-packages/sunpy/io/special/srs.py /usr/lib64/python3.13/site-packages/sunpy/io/tests /usr/lib64/python3.13/site-packages/sunpy/io/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/io/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/io/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/tests/__pycache__/test_ana.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/tests/__pycache__/test_ana.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/tests/__pycache__/test_cdf.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/tests/__pycache__/test_cdf.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/tests/__pycache__/test_filetools.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/tests/__pycache__/test_filetools.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/tests/__pycache__/test_fits.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/tests/__pycache__/test_fits.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/tests/__pycache__/test_genx.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/tests/__pycache__/test_genx.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/tests/__pycache__/test_jp2.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/tests/__pycache__/test_jp2.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/tests/__pycache__/test_srs.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/io/tests/__pycache__/test_srs.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/io/tests/generate_genx.pro /usr/lib64/python3.13/site-packages/sunpy/io/tests/test_ana.py /usr/lib64/python3.13/site-packages/sunpy/io/tests/test_cdf.py /usr/lib64/python3.13/site-packages/sunpy/io/tests/test_filetools.py /usr/lib64/python3.13/site-packages/sunpy/io/tests/test_fits.py /usr/lib64/python3.13/site-packages/sunpy/io/tests/test_genx.py /usr/lib64/python3.13/site-packages/sunpy/io/tests/test_jp2.py /usr/lib64/python3.13/site-packages/sunpy/io/tests/test_srs.py /usr/lib64/python3.13/site-packages/sunpy/map /usr/lib64/python3.13/site-packages/sunpy/map/__init__.py /usr/lib64/python3.13/site-packages/sunpy/map/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/map/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/__pycache__/compositemap.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/__pycache__/compositemap.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/__pycache__/header_helper.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/__pycache__/header_helper.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/__pycache__/map_factory.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/__pycache__/map_factory.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/__pycache__/mapbase.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/__pycache__/mapbase.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/__pycache__/mapsequence.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/__pycache__/mapsequence.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/__pycache__/maputils.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/__pycache__/maputils.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/compositemap.py /usr/lib64/python3.13/site-packages/sunpy/map/header_helper.py /usr/lib64/python3.13/site-packages/sunpy/map/map_factory.py /usr/lib64/python3.13/site-packages/sunpy/map/mapbase.py /usr/lib64/python3.13/site-packages/sunpy/map/mapsequence.py /usr/lib64/python3.13/site-packages/sunpy/map/maputils.py /usr/lib64/python3.13/site-packages/sunpy/map/sources /usr/lib64/python3.13/site-packages/sunpy/map/sources/__init__.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/adapt.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/adapt.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/asos.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/asos.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/gong.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/gong.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/hinode.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/hinode.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/iris.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/iris.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/mlso.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/mlso.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/proba2.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/proba2.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/psp.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/psp.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/punch.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/punch.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/rhessi.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/rhessi.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/sdo.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/sdo.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/soho.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/soho.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/solo.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/solo.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/source_type.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/source_type.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/stereo.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/stereo.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/suit.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/suit.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/suvi.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/suvi.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/trace.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/trace.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/yohkoh.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/__pycache__/yohkoh.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/adapt.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/asos.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/gong.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/hinode.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/iris.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/mlso.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/proba2.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/psp.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/punch.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/rhessi.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/sdo.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/soho.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/solo.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/source_type.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/stereo.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/suit.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/suvi.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/helpers.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/helpers.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_adapt_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_adapt_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_aia_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_aia_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_asos_hxi_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_asos_hxi_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_cor_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_cor_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_eit_l1_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_eit_l1_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_eit_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_eit_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_eui_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_eui_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_euvi_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_euvi_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_gong_halpha_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_gong_halpha_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_gong_magnetogram_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_gong_magnetogram_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_gong_synoptic_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_gong_synoptic_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_hi_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_hi_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_hmi_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_hmi_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_hmi_synoptic_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_hmi_synoptic_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_iris_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_iris_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_kcor_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_kcor_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_lasco_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_lasco_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_mdi_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_mdi_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_punch_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_punch_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_rhessi_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_rhessi_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_sot_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_sot_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_source_type.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_source_type.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_suit_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_suit_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_suvi_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_suvi_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_swap_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_swap_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_sxt_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_sxt_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_trace_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_trace_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_wispr_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_wispr_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_xrt_source.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/__pycache__/test_xrt_source.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/helpers.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_adapt_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_aia_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_asos_hxi_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_cor_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_eit_l1_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_eit_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_eui_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_euvi_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_gong_halpha_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_gong_magnetogram_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_gong_synoptic_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_hi_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_hmi_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_hmi_synoptic_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_iris_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_kcor_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_lasco_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_mdi_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_punch_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_rhessi_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_sot_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_source_type.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_suit_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_suvi_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_swap_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_sxt_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_trace_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_wispr_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/tests/test_xrt_source.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/trace.py /usr/lib64/python3.13/site-packages/sunpy/map/sources/yohkoh.py /usr/lib64/python3.13/site-packages/sunpy/map/tests /usr/lib64/python3.13/site-packages/sunpy/map/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/conftest.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/conftest.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/strategies.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/strategies.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/test_compositemap.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/test_compositemap.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/test_header.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/test_header.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/test_header_helper.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/test_header_helper.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/test_map_factory.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/test_map_factory.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/test_mapbase.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/test_mapbase.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/test_mapbase_dask.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/test_mapbase_dask.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/test_mapsequence.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/test_mapsequence.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/test_maputils.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/test_maputils.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/test_plotting.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/test_plotting.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/test_reproject_to.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/__pycache__/test_reproject_to.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/map/tests/conftest.py /usr/lib64/python3.13/site-packages/sunpy/map/tests/strategies.py /usr/lib64/python3.13/site-packages/sunpy/map/tests/test_compositemap.py /usr/lib64/python3.13/site-packages/sunpy/map/tests/test_header.py /usr/lib64/python3.13/site-packages/sunpy/map/tests/test_header_helper.py /usr/lib64/python3.13/site-packages/sunpy/map/tests/test_map_factory.py /usr/lib64/python3.13/site-packages/sunpy/map/tests/test_mapbase.py /usr/lib64/python3.13/site-packages/sunpy/map/tests/test_mapbase_dask.py /usr/lib64/python3.13/site-packages/sunpy/map/tests/test_mapsequence.py /usr/lib64/python3.13/site-packages/sunpy/map/tests/test_maputils.py /usr/lib64/python3.13/site-packages/sunpy/map/tests/test_plotting.py /usr/lib64/python3.13/site-packages/sunpy/map/tests/test_reproject_to.py /usr/lib64/python3.13/site-packages/sunpy/net /usr/lib64/python3.13/site-packages/sunpy/net/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/__pycache__/_attrs.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/__pycache__/_attrs.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/__pycache__/attr.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/__pycache__/attr.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/__pycache__/attrs.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/__pycache__/attrs.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/__pycache__/base_client.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/__pycache__/base_client.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/__pycache__/fido_factory.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/__pycache__/fido_factory.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/__pycache__/scraper.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/__pycache__/scraper.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/__pycache__/scraper_utils.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/__pycache__/scraper_utils.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/_attrs.py /usr/lib64/python3.13/site-packages/sunpy/net/attr.py /usr/lib64/python3.13/site-packages/sunpy/net/attrs.py /usr/lib64/python3.13/site-packages/sunpy/net/base_client.py /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/__pycache__/attrs.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/__pycache__/attrs.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/__pycache__/cdaweb.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/__pycache__/cdaweb.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/__pycache__/helpers.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/__pycache__/helpers.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/__pycache__/walker.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/__pycache__/walker.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/attrs.py /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/cdaweb.py /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/data /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/data/attrs.json /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/helpers.py /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/test /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/test/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/test/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/test/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/test/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/test/__pycache__/test_cdaweb.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/test/__pycache__/test_cdaweb.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/test/test_cdaweb.py /usr/lib64/python3.13/site-packages/sunpy/net/cdaweb/walker.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/__pycache__/client.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/__pycache__/client.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/attrs /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/attrs/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/attrs/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/attrs/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/attrs/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/attrs/__pycache__/adapt.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/attrs/__pycache__/adapt.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/attrs/__pycache__/goes.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/attrs/__pycache__/goes.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/attrs/adapt.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/attrs/goes.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/client.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/adapt.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/adapt.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/aia_synopsis.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/aia_synopsis.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/eve.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/eve.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/fermi_gbm.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/fermi_gbm.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/goes.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/goes.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/gong.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/gong.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/lyra.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/lyra.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/noaa.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/noaa.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/norh.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/norh.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/rhessi.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/__pycache__/rhessi.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/adapt.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/aia_synopsis.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/eve.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/fermi_gbm.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/goes.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/gong.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/lyra.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/noaa.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/norh.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/rhessi.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_adapt.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_adapt.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_aia_synopsis.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_aia_synopsis.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_eve.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_eve.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_fermi_gbm.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_fermi_gbm.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_goes_suvi.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_goes_suvi.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_goes_ud.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_goes_ud.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_gong_synoptic.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_gong_synoptic.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_lyra_ud.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_lyra_ud.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_noaa.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_noaa.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_norh.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_norh.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_rhessi.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/__pycache__/test_rhessi.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/test_adapt.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/test_aia_synopsis.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/test_eve.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/test_fermi_gbm.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/test_goes_suvi.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/test_goes_ud.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/test_gong_synoptic.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/test_lyra_ud.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/test_noaa.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/test_norh.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/sources/tests/test_rhessi.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/tests /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/tests/__pycache__/test_client.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/tests/__pycache__/test_client.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/dataretriever/tests/test_client.py /usr/lib64/python3.13/site-packages/sunpy/net/fido_factory.py /usr/lib64/python3.13/site-packages/sunpy/net/hek /usr/lib64/python3.13/site-packages/sunpy/net/hek/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/hek/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/hek/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek/__pycache__/attrs.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek/__pycache__/attrs.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek/__pycache__/hek.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek/__pycache__/hek.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek/__pycache__/utils.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek/__pycache__/utils.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek/attrs.py /usr/lib64/python3.13/site-packages/sunpy/net/hek/data /usr/lib64/python3.13/site-packages/sunpy/net/hek/data/coord_properties.json /usr/lib64/python3.13/site-packages/sunpy/net/hek/data/unit_properties.json /usr/lib64/python3.13/site-packages/sunpy/net/hek/hek.py /usr/lib64/python3.13/site-packages/sunpy/net/hek/tests /usr/lib64/python3.13/site-packages/sunpy/net/hek/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/hek/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/hek/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek/tests/__pycache__/test_hek.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek/tests/__pycache__/test_hek.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek/tests/__pycache__/test_utils.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek/tests/__pycache__/test_utils.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek/tests/test_hek.py /usr/lib64/python3.13/site-packages/sunpy/net/hek/tests/test_utils.py /usr/lib64/python3.13/site-packages/sunpy/net/hek/utils.py /usr/lib64/python3.13/site-packages/sunpy/net/hek2vso /usr/lib64/python3.13/site-packages/sunpy/net/hek2vso/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/hek2vso/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/hek2vso/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek2vso/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek2vso/__pycache__/hek2vso.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek2vso/__pycache__/hek2vso.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek2vso/hek2vso.py /usr/lib64/python3.13/site-packages/sunpy/net/hek2vso/tests /usr/lib64/python3.13/site-packages/sunpy/net/hek2vso/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/hek2vso/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/hek2vso/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek2vso/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek2vso/tests/__pycache__/test_hek2vso.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek2vso/tests/__pycache__/test_hek2vso.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/hek2vso/tests/test_hek2vso.py /usr/lib64/python3.13/site-packages/sunpy/net/helio /usr/lib64/python3.13/site-packages/sunpy/net/helio/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/helio/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/helio/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/helio/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/helio/__pycache__/attrs.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/helio/__pycache__/attrs.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/helio/__pycache__/chaincode.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/helio/__pycache__/chaincode.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/helio/__pycache__/hec.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/helio/__pycache__/hec.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/helio/__pycache__/parser.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/helio/__pycache__/parser.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/helio/attrs.py /usr/lib64/python3.13/site-packages/sunpy/net/helio/chaincode.py /usr/lib64/python3.13/site-packages/sunpy/net/helio/hec.py /usr/lib64/python3.13/site-packages/sunpy/net/helio/parser.py /usr/lib64/python3.13/site-packages/sunpy/net/helio/tests /usr/lib64/python3.13/site-packages/sunpy/net/helio/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/helio/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/helio/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/helio/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/helio/tests/__pycache__/test_chaincode.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/helio/tests/__pycache__/test_chaincode.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/helio/tests/__pycache__/test_helio.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/helio/tests/__pycache__/test_helio.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/helio/tests/test_chaincode.py /usr/lib64/python3.13/site-packages/sunpy/net/helio/tests/test_helio.py /usr/lib64/python3.13/site-packages/sunpy/net/jsoc /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/__pycache__/attrs.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/__pycache__/attrs.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/__pycache__/jsoc.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/__pycache__/jsoc.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/attrs.py /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/data /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/data/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/data/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/data/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/data/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/data/attrs.json /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/jsoc.py /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/tests /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/tests/__pycache__/test_attr.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/tests/__pycache__/test_attr.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/tests/__pycache__/test_jsoc.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/tests/__pycache__/test_jsoc.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/tests/test_attr.py /usr/lib64/python3.13/site-packages/sunpy/net/jsoc/tests/test_jsoc.py /usr/lib64/python3.13/site-packages/sunpy/net/scraper.py /usr/lib64/python3.13/site-packages/sunpy/net/scraper_utils.py /usr/lib64/python3.13/site-packages/sunpy/net/solarnet /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/__pycache__/attrs.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/__pycache__/attrs.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/__pycache__/solarnet.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/__pycache__/solarnet.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/attrs.py /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/data /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/data/datasets.json /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/data/tags.json /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/solarnet.py /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/tests /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/tests/__pycache__/test_solarnet.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/tests/__pycache__/test_solarnet.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/solarnet/tests/test_solarnet.py /usr/lib64/python3.13/site-packages/sunpy/net/tests /usr/lib64/python3.13/site-packages/sunpy/net/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__/helpers.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__/helpers.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__/strategies.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__/strategies.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__/test_attr.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__/test_attr.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__/test_attr_walker.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__/test_attr_walker.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__/test_attrs.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__/test_attrs.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__/test_baseclient.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__/test_baseclient.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__/test_fido.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__/test_fido.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__/test_scraper.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__/test_scraper.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__/test_scraper_utils.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/tests/__pycache__/test_scraper_utils.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/tests/helpers.py /usr/lib64/python3.13/site-packages/sunpy/net/tests/strategies.py /usr/lib64/python3.13/site-packages/sunpy/net/tests/test_attr.py /usr/lib64/python3.13/site-packages/sunpy/net/tests/test_attr_walker.py /usr/lib64/python3.13/site-packages/sunpy/net/tests/test_attrs.py /usr/lib64/python3.13/site-packages/sunpy/net/tests/test_baseclient.py /usr/lib64/python3.13/site-packages/sunpy/net/tests/test_fido.py /usr/lib64/python3.13/site-packages/sunpy/net/tests/test_scraper.py /usr/lib64/python3.13/site-packages/sunpy/net/tests/test_scraper_utils.py /usr/lib64/python3.13/site-packages/sunpy/net/vso /usr/lib64/python3.13/site-packages/sunpy/net/vso/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/vso/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/vso/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/__pycache__/attrs.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/__pycache__/attrs.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/__pycache__/exceptions.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/__pycache__/exceptions.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/__pycache__/table_response.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/__pycache__/table_response.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/__pycache__/vso.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/__pycache__/vso.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/__pycache__/zeep_plugins.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/__pycache__/zeep_plugins.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/attrs.py /usr/lib64/python3.13/site-packages/sunpy/net/vso/data /usr/lib64/python3.13/site-packages/sunpy/net/vso/data/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/vso/data/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/vso/data/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/data/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/data/attrs.json /usr/lib64/python3.13/site-packages/sunpy/net/vso/exceptions.py /usr/lib64/python3.13/site-packages/sunpy/net/vso/table_response.py /usr/lib64/python3.13/site-packages/sunpy/net/vso/tests /usr/lib64/python3.13/site-packages/sunpy/net/vso/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/net/vso/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/net/vso/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/tests/__pycache__/conftest.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/tests/__pycache__/conftest.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/tests/__pycache__/test_attrs.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/tests/__pycache__/test_attrs.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/tests/__pycache__/test_vso.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/tests/__pycache__/test_vso.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/net/vso/tests/conftest.py /usr/lib64/python3.13/site-packages/sunpy/net/vso/tests/test_attrs.py /usr/lib64/python3.13/site-packages/sunpy/net/vso/tests/test_vso.py /usr/lib64/python3.13/site-packages/sunpy/net/vso/vso.py /usr/lib64/python3.13/site-packages/sunpy/net/vso/zeep_plugins.py /usr/lib64/python3.13/site-packages/sunpy/physics /usr/lib64/python3.13/site-packages/sunpy/physics/__init__.py /usr/lib64/python3.13/site-packages/sunpy/physics/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/physics/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/physics/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/physics/__pycache__/differential_rotation.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/physics/__pycache__/differential_rotation.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/physics/differential_rotation.py /usr/lib64/python3.13/site-packages/sunpy/physics/tests /usr/lib64/python3.13/site-packages/sunpy/physics/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/physics/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/physics/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/physics/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/physics/tests/__pycache__/test_differential_rotation.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/physics/tests/__pycache__/test_differential_rotation.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/physics/tests/reference /usr/lib64/python3.13/site-packages/sunpy/physics/tests/reference/test_differential_rotation.txt /usr/lib64/python3.13/site-packages/sunpy/physics/tests/test_differential_rotation.py /usr/lib64/python3.13/site-packages/sunpy/sun /usr/lib64/python3.13/site-packages/sunpy/sun/__init__.py /usr/lib64/python3.13/site-packages/sunpy/sun/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/sun/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/sun/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/sun/__pycache__/_constants.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/sun/__pycache__/_constants.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/sun/__pycache__/constants.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/sun/__pycache__/constants.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/sun/__pycache__/models.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/sun/__pycache__/models.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/sun/_constants.py /usr/lib64/python3.13/site-packages/sunpy/sun/constants.py /usr/lib64/python3.13/site-packages/sunpy/sun/models.py /usr/lib64/python3.13/site-packages/sunpy/sun/tests /usr/lib64/python3.13/site-packages/sunpy/sun/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/sun/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/sun/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/sun/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/sun/tests/__pycache__/test_constants.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/sun/tests/__pycache__/test_constants.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/sun/tests/__pycache__/test_models.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/sun/tests/__pycache__/test_models.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/sun/tests/test_constants.py /usr/lib64/python3.13/site-packages/sunpy/sun/tests/test_models.py /usr/lib64/python3.13/site-packages/sunpy/tests /usr/lib64/python3.13/site-packages/sunpy/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/tests/__pycache__/helpers.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/tests/__pycache__/helpers.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/tests/__pycache__/mocks.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/tests/__pycache__/mocks.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/tests/__pycache__/self_test.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/tests/__pycache__/self_test.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/tests/figure_hashes_mpl_382_ft_261_astropy_702_animators_121.json /usr/lib64/python3.13/site-packages/sunpy/tests/figure_hashes_mpl_dev_ft_261_astropy_dev_animators_dev.json /usr/lib64/python3.13/site-packages/sunpy/tests/helpers.py /usr/lib64/python3.13/site-packages/sunpy/tests/mocks.py /usr/lib64/python3.13/site-packages/sunpy/tests/self_test.py /usr/lib64/python3.13/site-packages/sunpy/tests/tests /usr/lib64/python3.13/site-packages/sunpy/tests/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/tests/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/tests/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/tests/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/tests/tests/__pycache__/test_mocks.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/tests/tests/__pycache__/test_mocks.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/tests/tests/__pycache__/test_self_test.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/tests/tests/__pycache__/test_self_test.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/tests/tests/__pycache__/test_sunpy_data_filenames.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/tests/tests/__pycache__/test_sunpy_data_filenames.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/tests/tests/test_mocks.py /usr/lib64/python3.13/site-packages/sunpy/tests/tests/test_self_test.py /usr/lib64/python3.13/site-packages/sunpy/tests/tests/test_sunpy_data_filenames.py /usr/lib64/python3.13/site-packages/sunpy/time /usr/lib64/python3.13/site-packages/sunpy/time/__init__.py /usr/lib64/python3.13/site-packages/sunpy/time/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/time/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/time/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/time/__pycache__/time.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/time/__pycache__/time.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/time/__pycache__/timeformats.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/time/__pycache__/timeformats.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/time/__pycache__/timerange.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/time/__pycache__/timerange.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/time/tests /usr/lib64/python3.13/site-packages/sunpy/time/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/time/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/time/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/time/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/time/tests/__pycache__/test_taiseconds.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/time/tests/__pycache__/test_taiseconds.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/time/tests/__pycache__/test_time.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/time/tests/__pycache__/test_time.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/time/tests/__pycache__/test_timerange.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/time/tests/__pycache__/test_timerange.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/time/tests/__pycache__/test_utime.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/time/tests/__pycache__/test_utime.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/time/tests/test_taiseconds.py /usr/lib64/python3.13/site-packages/sunpy/time/tests/test_time.py /usr/lib64/python3.13/site-packages/sunpy/time/tests/test_timerange.py /usr/lib64/python3.13/site-packages/sunpy/time/tests/test_utime.py /usr/lib64/python3.13/site-packages/sunpy/time/time.py /usr/lib64/python3.13/site-packages/sunpy/time/timeformats.py /usr/lib64/python3.13/site-packages/sunpy/time/timerange.py /usr/lib64/python3.13/site-packages/sunpy/timeseries /usr/lib64/python3.13/site-packages/sunpy/timeseries/__init__.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/timeseries/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/__pycache__/conftest.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/__pycache__/conftest.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/__pycache__/metadata.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/__pycache__/metadata.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/__pycache__/timeseries_factory.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/__pycache__/timeseries_factory.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/__pycache__/timeseriesbase.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/__pycache__/timeseriesbase.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/conftest.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/metadata.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/__init__.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/__pycache__/eve.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/__pycache__/eve.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/__pycache__/fermi_gbm.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/__pycache__/fermi_gbm.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/__pycache__/goes.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/__pycache__/goes.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/__pycache__/lyra.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/__pycache__/lyra.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/__pycache__/noaa.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/__pycache__/noaa.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/__pycache__/norh.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/__pycache__/norh.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/__pycache__/rhessi.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/__pycache__/rhessi.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/eve.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/fermi_gbm.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/goes.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/lyra.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/noaa.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/norh.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/rhessi.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/__pycache__/test_eve.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/__pycache__/test_eve.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/__pycache__/test_fermi_gbm.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/__pycache__/test_fermi_gbm.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/__pycache__/test_goes.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/__pycache__/test_goes.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/__pycache__/test_lyra.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/__pycache__/test_lyra.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/__pycache__/test_noaa.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/__pycache__/test_noaa.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/__pycache__/test_norh.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/__pycache__/test_norh.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/__pycache__/test_rhessi.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/__pycache__/test_rhessi.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/test_eve.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/test_fermi_gbm.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/test_goes.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/test_lyra.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/test_noaa.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/test_norh.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/sources/tests/test_rhessi.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/tests /usr/lib64/python3.13/site-packages/sunpy/timeseries/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/timeseries/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/tests/__pycache__/test_timeseries_factory.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/tests/__pycache__/test_timeseries_factory.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/tests/__pycache__/test_timeseriesbase.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/tests/__pycache__/test_timeseriesbase.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/tests/__pycache__/test_timeseriesmetadata.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/tests/__pycache__/test_timeseriesmetadata.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/timeseries/tests/test_timeseries_factory.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/tests/test_timeseriesbase.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/tests/test_timeseriesmetadata.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/timeseries_factory.py /usr/lib64/python3.13/site-packages/sunpy/timeseries/timeseriesbase.py /usr/lib64/python3.13/site-packages/sunpy/util /usr/lib64/python3.13/site-packages/sunpy/util/__init__.py /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/config.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/config.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/datatype_factory_base.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/datatype_factory_base.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/decorators.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/decorators.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/exceptions.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/exceptions.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/functools.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/functools.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/io.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/io.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/logger.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/logger.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/metadata.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/metadata.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/net.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/net.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/parfive_helpers.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/parfive_helpers.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/sysinfo.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/sysinfo.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/util.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/util.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/xml.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/__pycache__/xml.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/config.py /usr/lib64/python3.13/site-packages/sunpy/util/datatype_factory_base.py /usr/lib64/python3.13/site-packages/sunpy/util/decorators.py /usr/lib64/python3.13/site-packages/sunpy/util/exceptions.py /usr/lib64/python3.13/site-packages/sunpy/util/functools.py /usr/lib64/python3.13/site-packages/sunpy/util/io.py /usr/lib64/python3.13/site-packages/sunpy/util/logger.py /usr/lib64/python3.13/site-packages/sunpy/util/metadata.py /usr/lib64/python3.13/site-packages/sunpy/util/net.py /usr/lib64/python3.13/site-packages/sunpy/util/parfive_helpers.py /usr/lib64/python3.13/site-packages/sunpy/util/sphinx /usr/lib64/python3.13/site-packages/sunpy/util/sphinx/__init__.py /usr/lib64/python3.13/site-packages/sunpy/util/sphinx/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/util/sphinx/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/sphinx/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/sphinx/__pycache__/doctest.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/sphinx/__pycache__/doctest.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/sphinx/__pycache__/generate.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/sphinx/__pycache__/generate.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/sphinx/doctest.py /usr/lib64/python3.13/site-packages/sunpy/util/sphinx/generate.py /usr/lib64/python3.13/site-packages/sunpy/util/sysinfo.py /usr/lib64/python3.13/site-packages/sunpy/util/tests /usr/lib64/python3.13/site-packages/sunpy/util/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/test_config.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/test_config.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/test_datatype_factory_base.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/test_datatype_factory_base.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/test_decorators.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/test_decorators.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/test_functools.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/test_functools.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/test_logger.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/test_logger.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/test_metadata.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/test_metadata.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/test_net.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/test_net.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/test_sysinfo.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/test_sysinfo.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/test_util.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/test_util.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/test_xml.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/__pycache__/test_xml.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/util/tests/test_config.py /usr/lib64/python3.13/site-packages/sunpy/util/tests/test_datatype_factory_base.py /usr/lib64/python3.13/site-packages/sunpy/util/tests/test_decorators.py /usr/lib64/python3.13/site-packages/sunpy/util/tests/test_functools.py /usr/lib64/python3.13/site-packages/sunpy/util/tests/test_logger.py /usr/lib64/python3.13/site-packages/sunpy/util/tests/test_metadata.py /usr/lib64/python3.13/site-packages/sunpy/util/tests/test_net.py /usr/lib64/python3.13/site-packages/sunpy/util/tests/test_sysinfo.py /usr/lib64/python3.13/site-packages/sunpy/util/tests/test_util.py /usr/lib64/python3.13/site-packages/sunpy/util/tests/test_xml.py /usr/lib64/python3.13/site-packages/sunpy/util/util.py /usr/lib64/python3.13/site-packages/sunpy/util/xml.py /usr/lib64/python3.13/site-packages/sunpy/version.py /usr/lib64/python3.13/site-packages/sunpy/visualization /usr/lib64/python3.13/site-packages/sunpy/visualization/__init__.py /usr/lib64/python3.13/site-packages/sunpy/visualization/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/visualization/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/__pycache__/drawing.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/__pycache__/drawing.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/__pycache__/visualization.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/__pycache__/visualization.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/__pycache__/wcsaxes_compat.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/__pycache__/wcsaxes_compat.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/animator /usr/lib64/python3.13/site-packages/sunpy/visualization/animator/__init__.py /usr/lib64/python3.13/site-packages/sunpy/visualization/animator/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/visualization/animator/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/animator/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/animator/__pycache__/mapsequenceanimator.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/animator/__pycache__/mapsequenceanimator.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/animator/mapsequenceanimator.py /usr/lib64/python3.13/site-packages/sunpy/visualization/animator/tests /usr/lib64/python3.13/site-packages/sunpy/visualization/animator/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/visualization/animator/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/visualization/animator/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/animator/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/animator/tests/__pycache__/test_mapsequenceanimator.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/animator/tests/__pycache__/test_mapsequenceanimator.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/animator/tests/test_mapsequenceanimator.py /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/__init__.py /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/__pycache__/cm.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/__pycache__/cm.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/__pycache__/color_tables.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/__pycache__/color_tables.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/cm.py /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/color_tables.py /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/README.rst /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/eit_dark_blue.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/eit_dark_green.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/eit_dark_red.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/eit_yellow.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/euvi_171.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/euvi_195.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/euvi_284.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/euvi_304.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/grayscale.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/hi1.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/hi2.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/hmi_mag.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/idl_3.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/lasco_c2.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/lasco_c3.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/punch.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/rhessi.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/std_gamma_2.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/stereo_cor1.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/stereo_cor2.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/suit_bb01.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/suit_bb02.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/suit_bb03.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/suit_nb01.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/suit_nb02.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/suit_nb03.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/suit_nb04.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/suit_nb05.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/suit_nb06.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/suit_nb07.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/suit_nb08.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/trace_1216.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/trace_1550.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/trace_1600.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/trace_1700.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/trace_171.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/trace_195.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/data/trace_284.csv /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/tests /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/tests/__pycache__/test_cm.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/tests/__pycache__/test_cm.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/colormaps/tests/test_cm.py /usr/lib64/python3.13/site-packages/sunpy/visualization/drawing.py /usr/lib64/python3.13/site-packages/sunpy/visualization/tests /usr/lib64/python3.13/site-packages/sunpy/visualization/tests/__init__.py /usr/lib64/python3.13/site-packages/sunpy/visualization/tests/__pycache__ /usr/lib64/python3.13/site-packages/sunpy/visualization/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/tests/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/tests/__pycache__/test_drawing.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/tests/__pycache__/test_drawing.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/tests/__pycache__/test_visualization.cpython-313.opt-1.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/tests/__pycache__/test_visualization.cpython-313.pyc /usr/lib64/python3.13/site-packages/sunpy/visualization/tests/test_drawing.py /usr/lib64/python3.13/site-packages/sunpy/visualization/tests/test_visualization.py /usr/lib64/python3.13/site-packages/sunpy/visualization/visualization.py /usr/lib64/python3.13/site-packages/sunpy/visualization/wcsaxes_compat.py /usr/share/doc/packages/python313-sunpy /usr/share/doc/packages/python313-sunpy/CHANGELOG.rst /usr/share/doc/packages/python313-sunpy/README.rst /usr/share/licenses/python313-sunpy /usr/share/licenses/python313-sunpy/ASTROPY.rst /usr/share/licenses/python313-sunpy/GLUE.rst /usr/share/licenses/python313-sunpy/LICENSE.rst /usr/share/licenses/python313-sunpy/README.rst /usr/share/licenses/python313-sunpy/TOWNCRIER.rst
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 1 22:21:10 2026