Uses of Enum
nom.tam.fits.header.IFitsHeader.HDU
-
Uses of IFitsHeader.HDU in nom.tam.fits.header
Modifier and TypeMethodDescriptionFitsKey.hdu()
default IFitsHeader.HDU
IFitsHeader.hdu()
Returns the type of HDU(s) in which this header entry may be used.static IFitsHeader.HDU
Returns the enum constant of this type with the specified name.static IFitsHeader.HDU[]
IFitsHeader.HDU.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionFitsHeaderImpl
(String headerName, IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) Deprecated.Creates a new standardized FITS keyword with the specific usage constraintsFitsKey
(String headerName, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) Creates a new standardized user-defined FITS keyword.FitsKey
(String headerName, IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) Creates a new standardized FITS keyword with the specific usage constraints.