Package nom.tam.fits

Class HeaderCommentsMap

java.lang.Object
nom.tam.fits.HeaderCommentsMap

@Deprecated public final class HeaderCommentsMap extends Object
Deprecated.
(for internal use) No longer needed
This class provides a modifiable map in which the comment fields for FITS header keywords produced by this library are set. The map is a simple String -> String map where the key Strings are normally class:keyword:id where class is the class name where the keyword is set, keyword is the keyword set and id is an integer used to distinguish multiple instances. Most users need not worry about this class, but users who wish to customize the appearance of FITS files may update the map. The code itself is likely to be needed to understand which values in the map must be modified.