{ } Raw JSON

bundles / astropy 7.0.1 / 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 : BaseHDU

An HDU object.

b : BaseHDU

An HDU object to compare to the first HDU object.

numdiffs : int, optional

The 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__