hips2fitsUrl( hipsId, fmt, raDeg, decDeg, fovDeg, npix )
This function requests a square cutout using the SIN projection, which is suitable for small cutouts. If the details of this function don't suit your purposes, you can construct the URL yourself.
hipsId
(String)fmt
(String)fits
", "png
",
"jpg
"raDeg
(floating point)decDeg
(floating point)fovDeg
(floating point)npix
(integer)String hips2fitsUrl(String, String, double, double, double, int)