jarmoruuth / AutoIntegrate

PixInsight script to process FITS and other astro image files
15 stars 4 forks source link

AutoContinue leaves a broken icon #13

Closed jarmoruuth closed 3 years ago

jarmoruuth commented 3 years ago

If using AutoContinue with narrowband images and Integration_RGB window exists, AutoContinue does not detect the existing windows and tries to process images. PixInsight will then generate Integration_RGB1 name and this causes problems with the script window and icon management. The end result is a broken icon that cannot be deleted and sometimes accessing the icon crashes PixInsight.

jarmoruuth commented 3 years ago

Fixed in 1.14 by adding check for existing windows. Also checking that windows that are created or renamed will get a correct name.