bundles / astropy latest / astropy / io / fits / diff / RawDataDiff / __init__
function
astropy.io.fits.diff:RawDataDiff.__init__
source: /astropy/io/fits/diff.py :1169
Signature
def __init__ ( self , a , b , numdiffs = 10 ) Parameters
a: BaseHDUAn HDU object.
b: BaseHDUAn HDU object to compare to the first HDU object.
numdiffs: int, optionalThe number of pixel/table values to output when reporting HDU data differences. Though the count of differences is the same either way, this allows controlling the number of different values that are kept in memory or output. If a negative value is given, then numdiffs is treated as unlimited (default: 10).
Aliases
-
astropy.io.fits.RawDataDiff.__init__