public class TwoMass
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static java.util.logging.Logger |
logger |
|
static java.lang.String |
TWOMASS_BASE_URL |
Base URL for the 2MASS image server cutout service.
|
Constructor | Description |
---|---|
TwoMass() |
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
showCutout2Mass(java.lang.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 java.util.logging.Logger logger
public static final java.lang.String TWOMASS_BASE_URL
public static java.lang.String showCutout2Mass(java.lang.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-2018 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.