Function lsst::afw::fits::makeErrorMessage(std::string const&, int, std::string const&)¶
Function Documentation¶
-
std::string
lsst::afw::fits
::
makeErrorMessage
(std::string const &fileName = "", int status = 0, std::string const &msg = "") Return an error message reflecting FITS I/O errors.
- Parameters
[in] fileName
: FITS filename to be included in the error message.[in] status
: The last status value returned by the cfitsio library; if nonzero, the error message will include a description from cfitsio.[in] msg
: An additional custom message to include.