|
◆ CfitsioError() [2/2]
Euclid::Cfitsio::CfitsioError::CfitsioError |
( |
int |
cfitsioStatus, |
|
|
fitsfile * |
fptr, |
|
|
const std::string & |
context |
|
) |
| |
Create a CfitsioError.
- Parameters
-
cfitsioStatus | The CFitsIO error status |
fptr | The fitsfile pointer to provide informations on the file |
context | A more human-friendly message to explain the error context |
Prints the context, then some file metadata, and then the CFitsIO error stack.
|