compare_data_in_fits

msumastro.header_processing.patchers.compare_data_in_fits(file1, file2)[source]

Compare the image data in two FITS files.

Parameters:

file1 : str

Name of first FITS file

file2 : str

Name of second FITS file

Returns:

bool

True if the data in the files is identical, False otherwise.