Class ImageHeaderKeywords
java.lang.Object
org.lsst.ccs.subsystem.imagehandling.data.ImageHeaderKeywords
- All Implemented Interfaces:
Serializable
A class for header keywords published by focal-plane
- Author:
- The LSST CCS Team
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionImageHeaderKeywords(String imageName, Map<String, Serializable> keywords) Construct an ImageHeaderKeywords with the Map of the header keywords to be sent. -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the image these keywords belong to.Get the Map of contained keywords.toString()
-
Field Details
-
IMAGE_HEADER_KEYWORDS
- See Also:
-
-
Constructor Details
-
ImageHeaderKeywords
Construct an ImageHeaderKeywords with the Map of the header keywords to be sent. We copy the content of the original Map to avoid the data being cleared.- Parameters:
imageName- The image namekeywords- The header keywords for the given image
-
-
Method Details