Functions | |
| const char * | qfits_datamd5 (const char *filename) |
| Compute the MD5 hash of data zones in a FITS file. | |
| const char* qfits_datamd5 | ( | const char * | filename | ) |
Compute the MD5 hash of data zones in a FITS file.
| filename | Name of the FITS file to examine. |
The returned string is statically allocated inside this function, so do not free it or modify it. This function returns NULL in case of error.