{ } Raw JSON

bundles / astropy 7.0.1 / astropy / io / fits / header / Header / add_comment

function

astropy.io.fits.header:Header.add_comment

source: /astropy/io/fits/header.py :1532

Signature

def   add_comment ( self value before = None after = None )

Summary

Add a COMMENT card.

Parameters

value : str

Text to be added.

before : str or int, optional

Same as in Header.update

after : str or int, optional

Same as in Header.update

Aliases

  • astropy.io.fits.Header.add_comment