Keyword# class ccdproc.Keyword(name, unit=None, value=None)[source]# Bases: object Attributes Summary name unit value Methods Summary value_from(header) Set value of keyword from FITS header. Attributes Documentation name# unit# value# Methods Documentation value_from(header)[source]# Set value of keyword from FITS header. Parameters: headerHeaderFITS header containing a value for this keyword.