◆ verify_checksums()
Compute the HDU and data checksums and compare them to the values in the header.
In case of error, a try {
hdu.verify_checksums();
} catch (ChecksumError& e) {
// ...
}
}
Exception thrown if a checksum is missing or incorrect. Definition: FitsError.h:73 Status data The checksum of the data unit. Definition: FitsError.h:132
|