prose.Image.plot_marks#
- Image.plot_marks(coordinates, label=None, ax=None, **kwargs)#
Plot circular marks given world coordinates (only in >= 2.0.3)
- Parameters:
coordinates (_type_) β _description_
label (_type_, optional) β _description_, by default None
ax (_type_, optional) β _description_, by default None
Example
from prose import archive import matplotlib.pyplot as plt # star coordinates coord = "04 27 01.36232", "-28 12 48.21681" # getting an archival image for example field_of_view = [3, 1.5] image = archive.pos1_image(coord, field_of_view) # overplotting coord on image image.show() plt.title(image.date.date()) image.plot_marks(coord, color="k", ms=15)
[38;5;12mINFO[0m Querying https://ps1images.stsci.edu/cgi-bin/ps1filenames.py