Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions 09b-Specutils/Specutils_overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,13 @@
"source": [
"# Background/Spectroscopic ecosystem\n",
"\n",
"The large-scale plan for spectroscopy support in the Astropy project is outlined in the [Astropy Proposal For Enhancement 13](https://github.com/astropy/astropy-APEs/blob/main/APE13.rst). In summary, this APE13 lays out three broad packages:\n",
"The large-scale plan for spectroscopy support in the Astropy Project was outlined in the [Astropy Proposal For Enhancement 13](https://github.com/astropy/astropy-APEs/blob/main/APE13.rst). In summary, this APE13 laid out three broad packages:\n",
"\n",
"* `specutils` - a Python package containing the basic data structures for representing spectroscopic data sets, as well as a suite of fundamental spectroscopic analysis tools to work with these data structures.\n",
"* `specreduce` - a general Python package to reduce raw astronomical spectral images to 1d spectra (represented as `specutils` objects).\n",
"* `specviz` - a Python package (or possibly suite of packages) for visualization of astronomical spectra.\n",
"* APE13 also suggested a package (using the working name of `specviz`) for *interactive* visualization of spectra, but highlighted it as lower priority for the astropy development team. Since then, other projects (e.g., the `Specviz` interface of `jdaviz`, `SPARCL`/`prospect`, the `CARTA` package) have filled this gap in the ecosystem so Astropy recommends adopting whatever UI makes the most sense to you and the way your brain works.\n",
"\n",
"\n",
"While all are still in development, the first of these is furthest along, and is the subject of this notebook, as it contains the core data structures and concepts required for the others."
"While all are in various stages of development, the first of these is the most directly relevant for scientific analysis and is the subject of this notebook."
]
},
{
Expand Down Expand Up @@ -468,7 +467,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.9"
"version": "3.14.2"
}
},
"nbformat": 4,
Expand Down
9 changes: 4 additions & 5 deletions 09b-Specutils/Specutils_overview_solutions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,13 @@
"source": [
"# Background/Spectroscopic ecosystem\n",
"\n",
"The large-scale plan for spectroscopy support in the Astropy project is outlined in the [Astropy Proposal For Enhancement 13](https://github.com/astropy/astropy-APEs/blob/main/APE13.rst). In summary, this APE13 lays out three broad packages:\n",
"The large-scale plan for spectroscopy support in the Astropy Project was outlined in the [Astropy Proposal For Enhancement 13](https://github.com/astropy/astropy-APEs/blob/main/APE13.rst). In summary, this APE13 laid out three broad packages:\n",
"\n",
"* `specutils` - a Python package containing the basic data structures for representing spectroscopic data sets, as well as a suite of fundamental spectroscopic analysis tools to work with these data structures.\n",
"* `specreduce` - a general Python package to reduce raw astronomical spectral images to 1d spectra (represented as `specutils` objects).\n",
"* `specviz` - a Python package (or possibly suite of packages) for visualization of astronomical spectra.\n",
"* APE13 also suggested a package (using the working name of `specviz`) for *interactive* visualization of spectra, but highlighted it as lower priority for the astropy development team. Since then, other projects (e.g., the `Specviz` interface of `jdaviz`, `SPARCL`/`prospect`, the `CARTA` package) have filled this gap in the ecosystem so Astropy recommends adopting whatever UI makes the most sense to you and the way your brain works.\n",
"\n",
"\n",
"While all are still in development, the first of these is furthest along, and is the subject of this notebook, as it contains the core data structures and concepts required for the others."
"While all are in various stages of development, the first of these is the most directly relevant for scientific analysis and is the subject of this notebook."
]
},
{
Expand Down Expand Up @@ -599,7 +598,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.9"
"version": "3.14.2"
}
},
"nbformat": 4,
Expand Down