bundles / astropy latest / astropy / io / fits / verify / _Verify / verify
function
astropy.io.fits.verify:_Verify.verify
source: /astropy/io/fits/verify.py :62
Signature
def verify ( self , option = warn ) Summary
Verify all values in the instance.
Parameters
option: strOutput verification option. Must be one of
"fix","silentfix","ignore","warn", or"exception". May also be any combination of"fix"or"silentfix"with"+ignore","+warn", or"+exception"(e.g."fix+warn"). Seeastropy:verifyfor more info.
Aliases
-
astropy.io.fits.card._Verify.verify