Class ImageHeaderKeywords

java.lang.Object
org.lsst.ccs.subsystem.imagehandling.data.ImageHeaderKeywords
All Implemented Interfaces:
Serializable

@SkipEncoding public class ImageHeaderKeywords extends Object implements Serializable
A class for header keywords published by focal-plane
Author:
The LSST CCS Team
See Also:
  • Field Details

  • Constructor Details

    • ImageHeaderKeywords

      public ImageHeaderKeywords(String imageName, Map<String,Serializable> keywords)
      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 name
      keywords - The header keywords for the given image
  • Method Details

    • getKeywords

      public Map<String,Serializable> getKeywords()
      Get the Map of contained keywords.
      Returns:
      The Map with the header keywords.
    • getImageName

      public String getImageName()
      Get the name of the image these keywords belong to.
      Returns:
    • toString

      public String toString()
      Overrides:
      toString in class Object