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
Subclasses with type arguments of type IFitsHeader.SOURCE in nom.tam.fits.headerFields 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.SOURCEReturns 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.SOURCEModifierConstructorDescriptionprivateDataDescription(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) privateHierarchicalGrouping(IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) privateInstrumentDescription(IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) privateNonStandard(IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) privateObservationDescription(IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) privateObservationDurationDescription(String key, IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) privateObservationDurationDescription(IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment) privateStandard(String headerName, IFitsHeader.SOURCE status, IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment, StandardCommentReplacement... replacements) privateStandard(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