General code cleanup (#3445)

This commit is contained in:
Alexander Bock
2024-10-10 09:49:02 +02:00
committed by GitHub
parent 125114cad5
commit ff345006d1
108 changed files with 938 additions and 1189 deletions

View File

@@ -81,7 +81,7 @@ std::shared_ptr<ImageData<T>> FitsFileReader::readImage(const std::filesystem::p
}
// Extension HDU Object
return readImageInternal<T>(_infile->currentExtension());
} catch (const FitsException& e){
} catch (const FitsException& e) {
LERROR("Could not read FITS image from table. " + e.message());
}