Details and Options
ResourceFunction["SkyViewImage"] gets images from 
SkyView through URL queries. 	
 A sky location can be specified by an 
Entity or {
ra, 
dec}. When 
Entity is provided, the position of the entity object is used.
The name of the astronomical surveys supported by 
SkyView can be obtained through 
ResourceFunction["SkyViewImage"][
band], where 
band can take the following values: "Gamma", "X-Rays", "UV", "Optical", "Millimeter", "Infrared" and "Radio".
When specifying a format, one can give the element specifications supported by 
Import.
ResourceFunction["SkyViewImage"] takes the following options:
| "PixelDimension" | {300, 300} | dimensions of the image in pixels | 
| "AngularSize" | Automatic | angular coverage of the output image | 
| "BrightnessScaling" | "Logarithmic" | scaling in brightness that is applied to the image | 
| "AstroProjection" | "Gnomic" | projection that is employed in the output image | 
"AngularSize" specifies the size of the sky region in the output image as {width, height}.
"BrightnessScaling" can take the following values: "Linear", "SquareRoot", "Logarithmic", "HistogramEqualization" and "LogLog".
"AstroProjection" can take the following values: "Aitoff","Mollweide","Gnomic","Equirectangular","Orthographic","COBE","LambertAzimuthal","AzimuthalEquidistant".
All information concerning sky regions is interpreted in the equatorial coordinates. Angular values are assumed to be in angular degrees, unless 
Quantity is used.