mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
General code cleanup (#3445)
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user