From e813529eed9b8b7622794dadbc86b15d34381879 Mon Sep 17 00:00:00 2001 From: Laura Hayes Date: Thu, 25 Jun 2026 09:00:00 +0100 Subject: [PATCH 1/2] updating the wanring --- docs/index.rst | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 53dc58f..66f9317 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,18 +2,13 @@ radiospectra Documentation ************************** -``radiospectra`` is a Python software package that provides support for some type of radio spectra in solar physics. +``radiospectra`` is a Python package for reading, storing, and visualising dynamic radio spectra in heliophysics, from both ground- and space-based instruments. .. warning:: - ``radiospectra`` is currently undergoing a transition. - We have replaced the old spectragram class with a new one which is lacking in some features. - - We also have to decide on the fututre of the ``radiospectra`` package. - This package does not see heavy development and is not used by many people. - It is also not clear what the future of radio spectra within the SunPy Project is going to be. - In addition, ``xarray`` or similar packages could offer a better data handling solution than the current ``radiospectra`` package. - We need and want users (of radio data in general) to chime in and to help us decide the future of this package. + ``radiospectra`` is under active redevelopment, with more functionality and instrument support coming soon. + The package is moving to build on `ndcube `__ under the hood, giving a coordinate-aware container for dynamic spectra that is consistent across instruments and with the wider SunPy ecosystem. + We welcome feedback from anyone working with radio data, if you use dynamic spectra, please get in touch via the `SunPy Chat `_. Installation ============ From a7a18d6ddca2898c44dd319b3425b2db21a08442 Mon Sep 17 00:00:00 2001 From: Laura Hayes Date: Thu, 25 Jun 2026 12:00:54 +0100 Subject: [PATCH 2/2] fixing warnign to note --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 66f9317..320cd62 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,7 +4,7 @@ radiospectra Documentation ``radiospectra`` is a Python package for reading, storing, and visualising dynamic radio spectra in heliophysics, from both ground- and space-based instruments. -.. warning:: +.. note:: ``radiospectra`` is under active redevelopment, with more functionality and instrument support coming soon. The package is moving to build on `ndcube `__ under the hood, giving a coordinate-aware container for dynamic spectra that is consistent across instruments and with the wider SunPy ecosystem.