bundles / astropy 7.0.1 / astropy / io / fits / header / Header / _add_commentary
function
astropy.io.fits.header:Header._add_commentary
source: /astropy/io/fits/header.py :1903
Signature
def _add_commentary ( self , key , value , before = None , after = None ) Summary
Add a commentary card.
Extended Summary
If before and after are None, add to the last occurrence of cards of the same name (except blank card). If there is no card (or blank card), append at the end.
Aliases
-
astropy.io.fits.Header._add_commentary