bundles / astropy 7.0.1 / astropy / io / fits / column / Column / _verify_keywords
classmethod
astropy.io.fits.column:Column._verify_keywords
source: /astropy/io/fits/column.py :996
Summary
Given the keyword arguments used to initialize a Column, specifically those that typically read from a FITS header (so excluding array), verify that each keyword has a valid value.
Extended Summary
Returns a 2-tuple of dicts. The first maps valid keywords to their values. The second maps invalid keywords to a 2-tuple of their value, and a message explaining why they were found invalid.
Aliases
-
astropy.io.fits.Column._verify_keywords