Class FitsHeaderImpl

java.lang.Object
nom.tam.fits.header.FitsKey
nom.tam.fits.header.FitsHeaderImpl
All Implemented Interfaces:
Serializable, IFitsHeader

public class FitsHeaderImpl extends FitsKey
Deprecated.
Use the more intuitively named FitsKey class instead. This class is provided for compatibility with prior releases.
The old concrete implementation of standardized FITS keywords, with a very unintuitive class name.
Author:
ritchie
See Also:
  • Constructor Details

    • FitsHeaderImpl

      public FitsHeaderImpl(String headerName, IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) throws IllegalArgumentException
      Deprecated.
      Creates a new standardized FITS keyword with the specific usage constraints
      Parameters:
      headerName - The keyword as it will appear in the FITS headers, usually a string with up to 8 characters, containing uppper case letters (A-Z), digits (0-9), and/or underscore (_) or hyphen (-) characters for standard FITS keywords.
      status - The convention that defines this keyword
      hdu - the type of HDU this keyword may appear in
      valueType - the type of value that may be associated with this keyword
      comment - the standard comment to include with this keyword
      Throws:
      IllegalArgumentException - if the keyword name is invalid.