Fixed eis_catalog GUI to also find triggered rasters that were missing from the eis_main sqlite table. Side note: most triggered rasters (e.g. "FlareResponse01" triggered by the "FlareHunter" study) are incorrectly assigned a "study_id" of either 1 or 8. As such, some of the metadata (such as "study_acr", "obstitle" and "target") are incorrect.
Patched an issue with match_templates sometimes failing to find templates with a single character element in the filename.
Removed support for Qt4 in the eis_catalog GUI (it is now past the end-of-life support in Python).
A few small bugfixes
eis_catalog
GUI to also find triggered rasters that were missing from theeis_main
sqlite table. Side note: most triggered rasters (e.g. "FlareResponse01" triggered by the "FlareHunter" study) are incorrectly assigned a "study_id" of either 1 or 8. As such, some of the metadata (such as "study_acr", "obstitle" and "target") are incorrect.match_templates
sometimes failing to find templates with a single character element in the filename.eis_catalog
GUI (it is now past the end-of-life support in Python).