Package uk.ac.starlink.topcat.func
Class Sdss
java.lang.Object
uk.ac.starlink.topcat.func.Sdss
Specialist display functions for use with the Sloan Digital Sky Server.
- Since:
- 25 Aug 2004
- Author:
- Mark Taylor (Starlink)
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringsdssShowCutout(double ra, double dec) Displays a colour cutout image of a default size from the SDSS around a given sky position.static StringsdssShowCutout(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 StringsdssShowCutout(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.
-
Field Details
-
SDSS_DR2_BASE_URL
Base URL for SkyServer JPEG retrieval service, DR2.- See Also:
-
SDSS_BASE_URL
Base URL for SkyServer JPEG retrieval service.- See Also:
-
-
Method Details
-
sdssShowCutout
Displays a colour cutout image of a specified size from the SDSS around a given sky position. The displayed image is square, a given number of (0.4arcsec) pixels on each side.- Parameters:
label- label for display windowra- Right Ascension in degreesdec- Declination in degreespixels- size of displayed image in SDSS pixels- Returns:
- short log message
-
sdssShowCutout
Displays a colour cutout image of a specified size from the SDSS around a given sky position with pixels of a given size. Pixels are square, and their size on the sky is specified by thescaleargument. The displayed image haspixelspixels along each side.- Parameters:
ra- Right Ascension in degreesdec- Declination in degreespixels- size of displayed image in SDSS pixelsscale- pixel size in arcseconds- Returns:
- short log message
-
sdssShowCutout
Displays a colour cutout image of a default size from the SDSS around a given sky position. The displayed image is 128 pixels square - a pixel is 0.4arcsec.- Parameters:
ra- Right Ascension in degreesdec- Declination in degrees- Returns:
- short log message
-