From 5175a12755d4ff24bdb6d196343a6be952ebad0b Mon Sep 17 00:00:00 2001 From: Julie Imig Date: Mon, 6 Jan 2025 10:27:17 -0500 Subject: [PATCH] fix url in MaNGA notebook --- notebooks/SDSS/MaNGA_HST_tutorial/MaNGA_HST_tutorial.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/SDSS/MaNGA_HST_tutorial/MaNGA_HST_tutorial.ipynb b/notebooks/SDSS/MaNGA_HST_tutorial/MaNGA_HST_tutorial.ipynb index 69fd9fb3d..897716a9a 100644 --- a/notebooks/SDSS/MaNGA_HST_tutorial/MaNGA_HST_tutorial.ipynb +++ b/notebooks/SDSS/MaNGA_HST_tutorial/MaNGA_HST_tutorial.ipynb @@ -51,7 +51,7 @@ "## Introduction\n", "\n", "\n", - "The [Mapping Nearby Galaxies at Apache Point Observatory (MaNGA)](https://www.sdss4.org/surveys/manga/) survey provides optical-wavelength integral field unit (IFU) spectroscopy for over 10,000 nearby galaxies. MaNGA collected data between 2014 - 2020 as part of the [Sloan Digital Sky Survey (SDSS-IV) project](https://www.sdss4.org). MaNGA data is now available at the [Mikulski Archive for Space Telescopes (MAST)](https://www.sdss4.org/) through the [SDSS Legacy Archive at MAST](https://outerspace.stsci.edu/display/SDSS/The+SDSS+Legacy+Archive+at+MAST). \n", + "The [Mapping Nearby Galaxies at Apache Point Observatory (MaNGA)](https://www.sdss4.org/surveys/manga/) survey provides optical-wavelength integral field unit (IFU) spectroscopy for over 10,000 nearby galaxies. MaNGA collected data between 2014 - 2020 as part of the [Sloan Digital Sky Survey (SDSS-IV) project](https://www.sdss4.org). MaNGA data is now available at the [Mikulski Archive for Space Telescopes (MAST)](https://archive.stsci.edu) through the [SDSS Legacy Archive at MAST](https://outerspace.stsci.edu/display/SDSS/The+SDSS+Legacy+Archive+at+MAST). \n", "\n", "In this notebook tutorial, we will demonstrate how to access MaNGA data at MAST using Python. One MaNGA observation, an interacting galaxy pair named `MaNGA 7443-12703` will be used to demonstrate the basics of how to download and plot MaNGA data. We will then combine this MaNGA data with HST observations, also accessible from MAST, to study this galaxy pair in detail, exploring how its gas and stars are moving as the galaxies merge together." ]