public class Sdss extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SDSS_BASE_URL
Base URL for SkyServer JPEG retrieval service.
|
static String |
SDSS_DR2_BASE_URL
Base URL for SkyServer JPEG retrieval service, DR2.
|
Modifier and Type | Method and Description |
---|---|
static String |
sdssShowCutout(double ra,
double dec)
Displays a colour cutout image of a default size from the SDSS
around a given sky position.
|
static String |
sdssShowCutout(double ra,
double dec,
int pixels,
double scale)
Displays a colour cutout image of a specified size from the SDSS
around a given sky position with pixels of a given size.
|
static String |
sdssShowCutout(String label,
double ra,
double dec,
int pixels)
Displays a colour cutout image of a specified size from the
SDSS around a given sky position.
|
public static final String SDSS_DR2_BASE_URL
public static final String SDSS_BASE_URL
public static String sdssShowCutout(String label, double ra, double dec, int pixels)
label
- label for display windowra
- Right Ascension in degreesdec
- Declination in degreespixels
- size of displayed image in SDSS pixelspublic static String sdssShowCutout(double ra, double dec, int pixels, double scale)
scale
argument. The displayed image has
pixels
pixels along each side.ra
- Right Ascension in degreesdec
- Declination in degreespixels
- size of displayed image in SDSS pixelsscale
- pixel size in arcsecondspublic static String sdssShowCutout(double ra, double dec)
ra
- Right Ascension in degreesdec
- Declination in degreesCopyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.