Package nom.tam.fits.header
Enum IFitsHeader.SOURCE
- All Implemented Interfaces:
Serializable
,Comparable<IFitsHeader.SOURCE>
,java.lang.constant.Constable
- Enclosing interface:
- IFitsHeader
Documentation sources for the various known conventions.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionChecksum keywords.CXC keywords.ESO keywords.HEASARC keywords.The keyword is integral to the workings of the library.Mandatory keywords defined by the FITS standard.MaxImDL keywords.NOAO keywords.Reserved keywords specified by the FITS standard.ROSAT keywords.SBIG keywords.STScI keywords.UCOLICK keywords.developed over time, source long forgotten. -
Method Summary
Modifier and TypeMethodDescriptionurl()
Returns the URL that defines this particular header value, which may benull
.static IFitsHeader.SOURCE
Returns the enum constant of this type with the specified name.static IFitsHeader.SOURCE[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
CHECKSUM
Checksum keywords. See checksum doc -
CXC
CXC keywords. See http://cxc.harvard.edu/contrib/arots/fits/content.txt -
ESO
ESO keywords. See http://arcdev.hq.eso.org/dicb/dicd/dic-1-1.4.html -
HEASARC
HEASARC keywords. See http://heasarc.gsfc.nasa.gov/docs/heasarc/ofwg/docs/ofwg_recomm/r13.html -
INTEGRAL
The keyword is integral to the workings of the library. Users should not attempt set set or modify. -
MANDATORY
Mandatory keywords defined by the FITS standard. -
MaxImDL
MaxImDL keywords. See http://www.cyanogen.com/help/maximdl/FITS_File_Header_Definitions.htm -
NOAO
NOAO keywords. See http://iraf.noao.edu/iraf/web/projects/ccdmosaic/imagedef/fitsdic.html -
RESERVED
Reserved keywords specified by the FITS standard. -
ROSAT
ROSAT keywords. (No link available.) -
SBIG
SBIG keywords. See http://archive.sbig.com/pdffiles/SBFITSEXT_1r0.pdf -
STScI
STScI keywords. See http://tucana.noao.edu/ADASS/adass_proc/adass_95/zaraten/zaraten.html -
UCOLICK
UCOLICK keywords. See http://www.ucolick.org -
UNKNOWN
developed over time, source long forgotten.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
url
Returns the URL that defines this particular header value, which may benull
.- Returns:
- The URL that contains the keyword specification or
null
if unknown or undefined.
-