Closed olebole closed 6 years ago
When the FITS header was wrong, anqfits_get_image_const() may return NULL. This should be checked to avoid coredumps with errornous images.
anqfits_get_image_const()
NULL
Thank you!
When the FITS header was wrong,
anqfits_get_image_const()
may returnNULL
. This should be checked to avoid coredumps with errornous images.