Uses of Enum
nom.tam.fits.header.IFitsHeader.SOURCE
-
Uses of IFitsHeader.SOURCE in nom.tam.fits.header
Modifier 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.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.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) Creates a new standardized FITS keyword with the specific usage constraints.