Function lsst::afw::fits::makeErrorMessage(void *, int, std::string const&)¶
Function Documentation¶
-
std::string
lsst::afw::fits
::
makeErrorMessage
(void *fptr, int status = 0, std::string const &msg = "") Return an error message reflecting FITS I/O errors.
- Parameters
[in] fptr
: A cfitsio fitsfile pointer to be inspected for a filename. Passed as void* to avoid including fitsio.h in the header file.[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.