HeaderKeyword# class stixcore.soop.manager.HeaderKeyword(*, name, value='', comment='')[source]# Bases: object Keyword object for FITS file header entries. Attributes Summary comment Get the comment for the keyword. tuple value Get the value for the keyword. Attributes Documentation comment# Get the comment for the keyword. Returns: str – a concatenated string list of all unique comments tuple# value# Get the value for the keyword. Returns: str – a concatenated string list of all unique values