Skip to content

Commit 32c7543

Browse files
jsobeckbsipocz
authored andcommitted
Slight change to sdss-associated documentation
1 parent 7b2c0eb commit 32c7543

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

astroquery/sdss/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
__all__ = ['SDSS', 'SDSSClass']
2121
__doctest_skip__ = ['SDSSClass.*']
2222

23-
23+
# Imaging pixelscale 0.396 arcsec
2424
sdss_arcsec_per_pixel = 0.396 * u.arcsec / u.pixel
2525

2626

docs/sdss/sdss.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
SDSS Queries (`astroquery.sdss`)
55
********************************
66

7+
Default Data Release
8+
====================
9+
10+
The default data release is set to Data Release 17 (DR17), which is
11+
the final data release of the Sloan Digital Sky Survey IV. DR17
12+
contains new optical and infrared spectra from both Apache Point
13+
Observatory and Las Campanas Observatory. Previously released
14+
integral-field datacubes and maps, stellar library spectra, as well as
15+
images, are also included in DR17. Users may select alternate DR's.
16+
717
Getting started
818
===============
919

0 commit comments

Comments
 (0)