Learn R Programming

panstarrs (version 0.2.3)

ps1_image_list: Get list of images

Description

Query ps1filenames.py service to get a list of images.

Usage

ps1_image_list(ra, dec, size = 240, filters = "grizy")

Value

table with the results

Arguments

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

Details

src: https://ps1images.stsci.edu/ps1image.html

Examples

Run this code
if (FALSE) {
# Crab nebulae image
ps1_image_list(ra = 83.633210, dec = 22.014460, size = 1280, filters = "grz")
}

Run the code above in your browser using DataLab