public class TwoMass extends Object
Modifier and Type | Field and Description |
---|---|
static Logger |
logger |
static String |
TWOMASS_BASE_URL
Base URL for the 2MASS image server cutout service.
|
Constructor and Description |
---|
TwoMass() |
Modifier and Type | Method and Description |
---|---|
static 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.
|
public static final Logger logger
public static final String TWOMASS_BASE_URL
public static String showCutout2Mass(String label, double ra, double dec, int npix, char band)
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'Copyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.