4.21. show

Displays the image using matplotlib.


Fits.show(scale=True, sources=None) None

Displays the image using matplotlib.

Parameters

scalebool, optional, default=True

If True, scales the image for better visualization.

sourcesOptional[pd.DataFrame], optional

If provided, draws points on the image based on the coordinates in the DataFrame.


4.21.1. Example:

from myraflib import Fits

fits = Fits.sample()

fits.show()