Function showCutout2Mass( label, ra, dec, npix, band )

Description:
Displays a cutout image from the 2MASS image server around a given point.
Parameters:
label (String)
viewer identification label
ra (floating point)
right ascension in degrees
dec (floating point)
declination in degrees
npix (integer)
number of pixels in X and Y dimensions (0.4 arcsec square)
band (char)
band identifier: one of 'H', 'J' or 'K'
Return Value (String):
short log message
Signature:
String showCutout2Mass(String, double, double, int, char)