Package nom.tam.fits
Class HeaderCommentsMap
java.lang.Object
nom.tam.fits.HeaderCommentsMap
Deprecated.
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
deleteComment
(String key) Deprecated.static String
getComment
(String key) Deprecated.private static String
simplyfyKey
(String key) Deprecated.static void
updateComment
(String key, String comment) Deprecated.
-
Constructor Details
-
HeaderCommentsMap
private HeaderCommentsMap()Deprecated.
-
-
Method Details
-
deleteComment
Deprecated. -
getComment
Deprecated. -
simplyfyKey
Deprecated. -
updateComment
Deprecated.
-