File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 20
20
__all__ = ['SDSS' , 'SDSSClass' ]
21
21
__doctest_skip__ = ['SDSSClass.*' ]
22
22
23
-
23
+ # Imaging pixelscale 0.396 arcsec
24
24
sdss_arcsec_per_pixel = 0.396 * u .arcsec / u .pixel
25
25
26
26
Original file line number Diff line number Diff line change 4
4
SDSS Queries (`astroquery.sdss `)
5
5
********************************
6
6
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
+
7
17
Getting started
8
18
===============
9
19
You can’t perform that action at this time.
0 commit comments