Package uk.ac.starlink.topcat.activate
Class TwoMass
java.lang.Object
uk.ac.starlink.topcat.activate.TwoMass
Specialist functions for use with data from the 2MASS surveys.
- Since:
- 8 Nov 2004
- Author:
- Mark Taylor (Starlink)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
showCutout2Mass
(String label, double ra, double dec, int npix, char band) Displays a cutout image from the 2MASS image server around a given point.
-
Field Details
-
logger
-
TWOMASS_BASE_URL
Base URL for the 2MASS image server cutout service.- See Also:
-
-
Constructor Details
-
TwoMass
public TwoMass()
-
-
Method Details
-
showCutout2Mass
Displays a cutout image from the 2MASS image server around a given point.- Parameters:
label
- viewer identification labelra
- right ascension in degreesdec
- declination in degreesnpix
- number of pixels in X and Y dimensions (0.4 arcsec square)band
- band identifier: one of 'H', 'J' or 'K'- Returns:
- short log message
-