load_spitzer_image# photutils.datasets.load_spitzer_image(show_progress=False)[source]# Deprecated since version 3.0: This function was deprecated in version 3.0 and will be removed in a future version. Load a 4.5 micron Spitzer image. The catalog for this image is returned by load_spitzer_catalog. Parameters: show_progressbool, optionalWhether to display a progress bar during the download (default is False). Returns: hduImageHDUThe 4.5 micron Spitzer image in a FITS image HDU.