ps1_image_list | R Documentation |
Query ps1filenames.py service to get a list of images.
ps1_image_list(ra, dec, size = 240, filters = "grizy")
ra |
ra position in degrees |
dec |
dec position in degrees |
size |
image size in pixels (0.25 arcsec/pixel) |
filters |
string with filters to include |
src: https://ps1images.stsci.edu/ps1image.html
table with the results
## Not run:
# Crab nebulae image
ps1_image_list(ra = 83.633210, dec = 22.014460, size = 1280, filters = "grz")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.