ImgCutout
This is an XML Web Service interface to fetch JPEG image cutouts from the SDSS image archive.
The following operations are supported. For a formal definition, please review the Service Description.
-
Get2MassJpegImg
Returns the bytes of the Jpeg image for a given pointing
Input 1: run in degrees (double)
Input 2: Dec in degrees (double)
Input 3: Scale, in arcsec/pixel (double)
Input 4: Width in pixels (int)
Output: Image (byte[]) -
GetJpeg
Returns the bytes of the Jpeg image for a given pointing
Input 1: RA in degrees (double)
Input 2: Dec in degrees (double)
Input 3: Scale, in arcsec/pixel (double)
Input 4: Width in pixels (int)
Input 5: Height in pixels (int)
Input 6: Drawing options (string)
Output: Image (byte[]) -
GetJpegImg
Returns the bytes of the Jpeg image for a given pointing
Input 1: run in degrees (double)
Input 2: Dec in degrees (double)
Input 3: Scale, in arcsec/pixel (double)
Input 4: Width in pixels (int)
Output: Image (byte[]) -
GetJpegQuery
Returns the bytes of the Jpeg image for a given pointing.
Input 1: RA in degrees (double)
Input 2: Dec in degrees (double)
Input 3: Scale, in arcsec/pixel (double)
Input 4: Width in pixels (int)
Input 5: Height in pixels (int)
Input 6: Drawing options (string)Output: Image (byte[]) -
Revisions
Return CVS revision numbers -
checkAvailability
This is just to check availability of service