5.37. show¶
Shows the images using matplotlib.
- FitsArray.show(scale: bool = True, interval: float = 1.0) None¶
Shows the images using matplotlib.
Parameters
scalebool, optionalScales the image if True.
intervalfloat, default=1.0The interval of the animation in seconds.
5.37.1. Example:¶
from myraflib import FitsArray
fa = FitsArray.sample()
fa.show()