Keyword

class ccdproc.Keyword(name, unit=None, value=None)[source]

Bases: object

Attributes Summary

name
unit
value

Methods Summary

value_from(self, header) Set value of keyword from FITS header.

Attributes Documentation

name
unit
value

Methods Documentation

value_from(self, header)[source]

Set value of keyword from FITS header.

Parameters:
header : Header

FITS header containing a value for this keyword.