Uses of Enum
nom.tam.fits.header.IFitsHeader.HDU
Packages that use IFitsHeader.HDU
-
Uses of IFitsHeader.HDU in nom.tam.fits.header
Methods in nom.tam.fits.header that return IFitsHeader.HDUModifier 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.Constructors in nom.tam.fits.header with parameters of type IFitsHeader.HDUModifierConstructorDescriptionFitsHeaderImpl
(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.