Uses of Enum
nom.tam.fits.header.IFitsHeader.SOURCE
Packages that use IFitsHeader.SOURCE
-
Uses of IFitsHeader.SOURCE in nom.tam.fits.header
Methods in nom.tam.fits.header that return IFitsHeader.SOURCEModifier and TypeMethodDescriptionFitsKey.status()
default IFitsHeader.SOURCE
IFitsHeader.status()
Returns the standard convention, which defines this FITS header entrystatic IFitsHeader.SOURCE
Returns the enum constant of this type with the specified name.static IFitsHeader.SOURCE[]
IFitsHeader.SOURCE.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.SOURCEModifierConstructorDescriptionFitsHeaderImpl
(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.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) Creates a new standardized FITS keyword with the specific usage constraints.