Bulk Data Downloads

All data can be downloaded directly from data.sdss.org using the rsync or wget commands. Access is also available via Globus Online. The Data Model page has a description of the directory structure and file formats. Note that the total SDSS data volume is > 125 TB; see the data volume table. If you need a substantial fraction of that data (>1 TB), please contact the helpdesk to arrange a custom data transfer. This will be faster for you and easier on our servers.

To learn how to download MaNGA data cubes, see the MaNGA data access page.

NOTE: all rsync commands on this page have --dry-run added to them, and all wget commands have --spider added to them. You have to remove those command line arguments for these commands to actually download data. Also, wget commands use the same URL as you would in a web browser, e.g.,

wget --spider https://data.sdss.org/sas/dr16/eboss/spectro/redux/v5_13_0/platelist.fits

yet, for rsync, drop the "sas" from the URL, e.g.,

rsync --dry-run -lv rsync://data.sdss.org/dr16/eboss/spectro/redux/v5_13_0/platelist.fits .

If you are having any difficulty with rsync URLs, check the notes below. The number of rsync connections is throttled but the number of wget connections is not. Thus it is recommended to use wget to initially fetch the data, and use rsync only to confirm that the data you have is correct and complete. The SAS website data.sdss.org/sas (US Mountain) is completely mirrored at mirror.sdss.org/sas (US Pacific). If you have difficulty connecting to data.sdss.org, try mirror.sdss.org instead by using an analogous command, e.g.,

wget --spider https://mirror.sdss.org/sas/dr16/eboss/spectro/redux/v5_13_0/platelist.fits

or

rsync --dry-run -lv rsync://mirror.sdss.org/dr16/eboss/spectro/redux/v5_13_0/platelist.fits .

Also check the status page for outage announcements.

Globus Online

SDSS data are also available via Globus Online using the endpoint sdss#public (US Mountain). For large transfers, Globus is significantly faster and more robust than using wget or rsync. Globus Online requires a separate account, but once that is set up Globus offers a "fire-and-forget" transfer that automatically optimizes transfer settings, retries any failures, and emails you when your transfer is done. The Globus Connect tool allows you to use globus to download data to your laptop or other computers which are not permanent Globus endpoint servers.

APOGEE Catalog Data

Catalogs of parameters derived from the APOGEE infrared spectra and matched are documented on the spectra data page. These can be directly downloaded from the links on that page, or via wget commands.

For example, to download the stellar parameters and element abundance information for the entire APOGEE stellar sample:

wget --spider https://data.sdss.org/sas/dr16/apogee/spectro/aspcap/r12/l33/allStar-r12-l33.fits

To download the catalog information for each APOGEE visit spectrum:

wget --spider https://data.sdss.org/sas/dr16/apogee/spectro/aspcap/r12/l33/allStar-r12-l33.fits

APOGEE Spectra Per-Star Files

The combined spectra for each star can be found in the apStar files. In the path to this file, APRED_VERS refers to the reduction version used to extract the spectrum for each visit and APSTAR_VERS alludes to the version employed to combine all associated visit spectra into a single spectrum.

There is a large directory of location IDs, each of which corresponds to a particular pointing/line of sight in the survey. Within each of those directories, the spectra are organized by their APOGEE ID. For example, one of these files may be downloaded as follows:

wget --spider https://data.sdss.org/sas/dr16/apogee/spectro/redux/r12/stars/apo25m/000+02/apStar-r12-2M17335483-2753043.fits

In this case, APRED_VERS is r12 and APSTAR_VERS is stars.

To download these spectra in bulk, you can generate a list of spectra you wish to download in a text file where each line looks like "[LOCATIONID]/[FILENAME]", for example:

000+02/apStar-r12-2M17335483-2753043.fits

Then use wget:

wget --spider -nv -r -nH --cut-dirs=7 \
-i speclist.txt \
-B https://data.sdss.org/sas/dr16/apogee/spectro/redux/r12/stars/apo25m

To download all of the apStar files (about 505 GB total), it is best to use rsync:

rsync --dry-run -aLvz --include "[0-9][0-9][0-9][0-9]/" \
--include "apStar-*[0-9][0-9][0-9][0-9][0-9][0-9][0-9].fits" --exclude "*"\
--prune-empty-dirs --progress \
rsync://data.sdss.org/dr16/apogee/spectro/redux/r12/stars/apo25m stars/apo25m

Note that all these examples so far have been for stars observed at Apache Point Observatory in the North. For stars observed at Las Campanas Observatory in the South, substitute apo25m with lco25m.

The majority of the stars have stellar parameters determined, with corresponding best-fit, pseudo-continuum-normalized spectra. The combined spectra for each star, along with the ASPCAP fits, can be found in the aspcapStar files. As for aspcapStar files, there is a large directory of location IDs with the resulting files. For example, one of these files may be downloaded as follows:

wget --spider https://data.sdss.org/sas/dr16/apogee/spectro/aspcap/r12/l33/apo25m/000+02/aspcapStar-r12-2M17335483-2753043.fits

To download these spectra in bulk, you can generate a list of spectra you wish to download in a text file where each line looks like "[LOCATIONID]/[FILENAME]", for example:

l33/apo25m/aspcapStar-r12-2M17335483-2753043.fits

Then use wget:

wget --spider -nv -r -nH --cut-dirs=9 \
-i speclist.txt \
-B https://data.sdss.org/sas/dr16/apogee/spectro/aspcap/r12/l33/apo25m/

To download all of the aspcapStar files (about 37 GB total), it is best to use rsync:

rsync --dry-run -aLvz --include "[0-9][0-9][0-9][0-9]/" \
--include "aspcapStar*.fits" --exclude "*"\
--prune-empty-dirs --progress \
rsync:/https://data.sdss.org/sas/dr16/apogee/spectro/aspcap/r12/l33/apo25m/

For APOGEE-2S stars observed from Las Campanas Observatory, substitute again apo25m with lco25m.

Optical Spectra Versions

The SDSS optical spectra are split into several versions:

Optical Spectra Catalog Data

Catalogs of parameters derived from the SDSS/BOSS/SEQUELS/eBOSS optical spectra and matched to photometric data are documented on the optical spectra data page. These can be directly downloaded from the links on that page, or via wget commands. For example, to download the redshifts and classifications of all SDSS spectra (6.7 GB):

wget --spider https://data.sdss.org/sas/dr16/sdss/spectro/redux/specObj-dr16.fits

Or to get the associated photometric position based matches (12 GB):

The stellar parameter (SSPP) results can be downloaded similarly (1.8 GB):

  wget --spider https://data.sdss.org/sas/dr16/sdss/sspp/ssppOut-dr12.fits

Note: This is unchanged since DR12, thus ssppOut-dr12.fits appears in both the dr16 and dr12 directories.

Optical Spectra Per-Object Files

If you want a subset of the spectra, the most convenient form may be the spec files with one file per PLATE-MJD-FIBER containing the coadded spectrum, the redshift and classification fits, spectral line fits, and optionally the individual exposures which contributed to the coadd. These are located at:

Beneath each of those directories, the spectra are organized by plate in the form

PLATE/spec-PLATE-MJD-FIBER.fits

e.g.,

  3586/spec-3586-55181-0016.fits
3609/spec-3609-55201-0646.fits
3661/spec-3661-55614-0020.fits
...

To download these spectra in bulk, generate a list of spectra you wish to download in a text file of that format and then use wget:

  wget --spider -nv -r -nH --cut-dirs=7 \
-i speclist.txt \
-B https://data.sdss.org/sas/dr16/eboss/spectro/redux/v5_13_0/spectra/full/

Optical Spectra Per-Object Lite Files

A "lite" version of the above files are also available in the "spectra/lite/PLATE/" subdirectories. These contain the same coadd and catalog information as the full spec files, but don't include the individual exposures which contributed to the coadd. For example, to download the "lite" version of the above QSO files (~42 GB instead of ~250 GB):

  wget --spider -nv -r -nH --cut-dirs=8 \
-i speclist.txt \
-B https://data.sdss.org/sas/dr16/eboss/spectro/redux/v5_13_0/spectra/lite/

Spectra per-Plate Files

The spectra are also available grouped by plate, with all 640 (SDSS) or 1000 (BOSS) spectra in a single file. These are the original outputs of the spectroscopic pipeline and are itemized on the spectro pipeline page, including where they are in the SAS directory structure. The primary files are:

File Description
spPlate Coadded spectra
spCFrame Individual exposure spectra
spZbest Redshifts and classifications
spZall Redshifts and classifications including second, third, etc. best fits
spZline Spectral line fits

To download all the spPlate files (about 344 GB total) for eBOSS, BOSS and SEQUELS:

  rsync --dry-run -aLvz --include "????/" --include "spPlate*.fits" \
--exclude "*" --exclude "spectra/*" \
--prune-empty-dirs --progress \
rsync:https://data.sdss.org/sas/dr16/eboss/spectro/redux/v5_13_0/ v5_13_0/

Or for spPlate, spZall, spZbest, spZline:

  rsync --dry-run -aLvz --include "????/" \
--include "spPlate*.fits" --include "spZ*.fits" \
--exclude "*" --exclude "spectra/*" \
--prune-empty-dirs --progress \
rsync://data.sdss.org/dr16/eboss/spectro/redux/v5_13_0/ v5_13_0/

A version of the above command specific to SEGUE-2:

  rsync --dry-run -aLvz --include "????/" --include "spPlate*.fits" --exclude "*" \
--prune-empty-dirs --progress \
rsync://data.sdss.org/dr16/sdss/spectro/redux/104/segue2/ segue2/

This command will download the spectroscopic parameters by plate. If you need stellar parameter data, you need to use:

  rsync --dry-run -aLvz --include "????/" --include "output/" \
--include "param/" --include "ssppOut*.fit" \
--include "ssppOut.lineindex*.fit" --exclude "*" \
--prune-empty-dirs --progress \
rsync://data.sdss.org/dr16/sdss/sspp/122/ .

Imaging Data

Images and derived catalog data are described on the imaging data page. You can use a SkyServer search or the file window_flist.fits file to identify which RERUN-RUN-CAMCOL-FIELD overlaps your region of interest. Then download the matching calibObj files (catalog data) or frame files (calibrated imaging data), e.g., for RERUN 301, RUN 2505, CAMCOL 3, FIELD 38, the r-band image is:

wget --spider https://data.sdss.org/sas/dr16/eboss/photoObj/frames/301/2505/3/frame-r-002505-3-0038.fits.bz2

and the associated catalog of identified galaxies for that patch of sky is:

wget --spider https://data.sdss.org/sas/dr16/eboss/sweeps/dr13_final/301/calibObj-002505-3-gal.fits.gz

Interferometry Data

The MARVELS data comprises less than 1 TB, and can simply be downloaded recursively from these directories:

For additional assistance with MARVELS data contact the help desk.

Notes on using rsync

Remember, to convert an http URL to an rsync URL you must:

  1. Replace // with rsync://.
  2. Remove /sas/.

Here's a Python function that accomplishes these steps:

def http2rsync(url):
     """Convert a valid SDSS http URL to the rsync equivalent.
     """
     from re import sub
     return sub(r'https?://(data|mirror)\.sdss\.org/sas/dr([0-9]+)/(.*)$',
     r'rsync://\1.sdss.org/dr\2/\3',url)

And here's the equivalent in IDL:

FUNCTION http2rsync, url
parts = STREGEX(url,'https?://(data|mirror)\.sdss\.org/sas/dr([0-9]+)/(.*)$',/EXTRACT,/SUBEXPR)
RETURN, 'rsync://'+parts[1]+'.sdss.org/dr'+parts[2]+'/'+parts[3]
END