To clarify my above point, I get a long error message just when the program opens.
The error is contained in a separate window to the main application.
Also occurs with V0.12 shared above.
Anyone else get it?
WARNING: Astrometry.net API key not found in configuration file [astroquery.astrometry_net.core]
WARNING: You need to manually edit the configuration file and add it [astroquery.astrometry_net.core]
WARNING: You may also register it for this session with AstrometryNet.key = ‘XXXXXXXX’ [astroquery.astrometry_net.core]
Exception in Tkinter callback
Traceback (most recent call last):
File “C:Program FilesWindowsAppsPythonSoftwareFoundation.Python.3.9_3.9.1264.0_x64__qbz5n2kfra8p0libtkinter__init__.py”, line 1892, in __call__
return self.func(*args)
File “C:metropsfmetropsf.py”, line 665, in update_histogram_high
self.update_display()
File “C:metropsfmetropsf.py”, line 560, in update_display
self.display_image()
File “C:metropsfmetropsf.py”, line 93, in display_image
generate_FITS_thumbnail(self.histogram_slider_low, self.histogram_slider_high, self.zoom_level)
File “C:metropsfmetropsf.py”, line 56, in generate_FITS_thumbnail
converted_data = image_data.astype(float)
NameError: name ‘image_data’ is not defined