4.31. coordinate_picker¶
Displays the image using matplotlib and allows the user to pick coordinates.
- Fits.coordinate_picker(scale=True) pd.DataFrame¶
Displays the image using matplotlib and allows the user to pick coordinates.
Parameters
scalebool, optional, default=TrueIf
True, scales the image for better visualization.
Returns
pd.DataFrameA DataFrame containing the list of coordinates selected by the user.
4.31.1. Example:¶
from myraflib import Fits
fits = Fits.sample()
coordinates = fits.coordinate_picker()