Function
sssShowPossE( ra, dec, pixels )
Description:
Displays a cutout image taken from the SuperCOSMOS Sky Surveys Palomar E-band survey. The displayed image is square, and
pixels
pixels in the X and Y dimensions. Pixels are approximately 0.67 arcsec square.
Sky coverage is -20.5<Dec<+2.5 (degrees).
Parameters:
ra
(floating point)
right ascension of image centre in degrees
dec
(floating point)
declination of image centre in degrees
pixels
(integer)
dimension of the displayed image
Return Value (String):
short log message
Signature:
String sssShowPossE(double, double, int)