Bases: object
Represents software that takes images at telescope.
Parameters: | name : str
fits_keyword : str
fits_name : list of str
major_version : int
minor_version : int
bad_keywords : list of strings
purged_flag_keyword : str, optional
|
---|
Methods Summary
created_this(version_string) | Indicate whether version string matches this software :Parameters: version_string : str String from FITS header that indicates software version. |
Methods Documentation