You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printdiff generates a report containing the differences between any two fits files , HDU's their Headers or Data (independently). The output can be generated into a some stream object which can be used for comparison/verification of data.
Basically this can be implemented as a function having overloads based on
File path
Headers( object can be obtained using get_header())
Data ( Table data or image data )
HDU ( Both Header and Data together as an HDU object )
The text was updated successfully, but these errors were encountered:
printdiff generates a report containing the differences between any two fits files , HDU's their Headers or Data (independently). The output can be generated into a some stream object which can be used for comparison/verification of data.
Basically this can be implemented as a function having overloads based on
The text was updated successfully, but these errors were encountered: