load_moon_file
- ssapy.plotUtils.load_moon_file()[source][source]
Loads and resizes an image of the Moon.
This function locates a file named “moon.png” using the find_file function, opens it as an image using the PILImage.open method, and resizes it to 1/5th of its original dimensions (5400x2700 scaled down to 1080x540). The resized image is then returned.
- Returns:
The resized Moon image.
- Return type:
PIL.Image.Image