Function sssCutout( ra, dec, pixels )
- Description:
-
Displays a cutout image in one of the available bands from
the SuperCOSMOS Sky Surveys.
The displayed image is square, and
pixels
pixels in
the X and Y dimensions. Pixels are approximately 0.67 arcsec square.
Sky coverage is complete.
- Parameters:
-
- ra (floating point)
- right ascension of image centre in radians
- dec (floating point)
- declination of image centre in radians
- pixels (integer)
- dimension of the displayed image
- Return Value (String):
- short log message
- Signature:
- java.lang.String sssCutout(double, double, int)