Uses of Enum Class
nom.tam.fits.header.IFitsHeader.SOURCE
Packages that use IFitsHeader.SOURCE
Package
Description
There many many sources of FITS keywords.
-
Uses of IFitsHeader.SOURCE in nom.tam.fits.header
Fields in nom.tam.fits.header declared as IFitsHeader.SOURCEMethods in nom.tam.fits.header that return IFitsHeader.SOURCEModifier and TypeMethodDescriptionChecksum.status()
Compression.status()
DataDescription.status()
FitsHeaderImpl.status()
HierarchicalGrouping.status()
IFitsHeader.status()
InstrumentDescription.status()
NonStandard.status()
ObservationDescription.status()
ObservationDurationDescription.status()
Standard.status()
static IFitsHeader.SOURCE
Returns the enum constant of this class with the specified name.static IFitsHeader.SOURCE[]
IFitsHeader.SOURCE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in nom.tam.fits.header with parameters of type IFitsHeader.SOURCEModifierConstructorDescriptionprivate
DataDescription
(IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) FitsHeaderImpl
(String headerName, IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) private
HierarchicalGrouping
(IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) private
InstrumentDescription
(IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) private
NonStandard
(IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) private
ObservationDescription
(IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) private
ObservationDurationDescription
(String key, IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) private
ObservationDurationDescription
(IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) private
Standard
(String headerName, IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment, StandardCommentReplacement... replacements) private
Standard
(IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment, StandardCommentReplacement... replacements) -
Uses of IFitsHeader.SOURCE in nom.tam.fits.header.extra
Methods in nom.tam.fits.header.extra that return IFitsHeader.SOURCE