powered by
Get URL of images
ps1_image_url( ra, dec, size = 240, output_size = NULL, filters = "grizy", format = "jpg", color = FALSE )
string with the URL
ra position in degrees
dec position in degrees
extracted image size in pixels (0.25 arcsec/pixel)
output (display) image size in pixels (default = size). output_size has no effect for fits format images.
string with filters to include
data format (options are "jpg", "png" or "fits")
if TRUE, creates a color image (only for jpg or png format). Default is return a list of URLs for single-filter grayscale images.
if (FALSE) { ps1_image_url( ra = 83.633210, dec = 22.014460, size = 1280, format = "jpg", filters = "grz", color = T) }
Run the code above in your browser using DataLab