Uses of Interface
nom.tam.fits.header.IFitsHeader
Package
Description
The core classes of nom-tam-fits.
Standardized FITS header keywords.
Various commonly used conventions for FITS header keywords, listed by organization.
-
Uses of IFitsHeader in nom.tam.fits
Modifier and TypeMethodDescriptionvoid
BasicHDU.addValue
(IFitsHeader key, boolean val) Add information to the header.void
BasicHDU.addValue
(IFitsHeader key, double val) Add information to the header.void
BasicHDU.addValue
(IFitsHeader key, int val) Add information to the header.void
BasicHDU.addValue
(IFitsHeader key, String val) Add information to the header.Header.addValue
(IFitsHeader key, Boolean val) Add or replace a key with the given boolean value and its standardized comment.Header.addValue
(IFitsHeader key, Number val) Add or replace a key with the given double value and its standardized comment.Header.addValue
(IFitsHeader key, String val) Add or replace a key with the given string value and its standardized comment.Header.addValue
(IFitsHeader key, ComplexValue val) Add or replace a key with the given complex value and its standardized comment.BasicHDU.card
(IFitsHeader key) Returns a header card builder for filling the header cards using the builder pattern.Header.card
(IFitsHeader key) get a builder for filling the header cards using the builder pattern.HeaderCardBuilder.card
(IFitsHeader newKey) switch focus to the card with the specified key.final boolean
Header.containsKey
(IFitsHeader key) Tests if the specified keyword is present in this table.static HeaderCard
HeaderCard.create
(IFitsHeader key, Boolean value) Creates a new card with a standard or conventional keyword and a boolean value, with the default comment associated with the keyword.static HeaderCard
HeaderCard.create
(IFitsHeader key, Number value) Creates a new card with a standard or conventional keyword and a number value, with the default comment associated with the keyword.static HeaderCard
HeaderCard.create
(IFitsHeader key, String value) Creates a new card with a standard or conventional keyword and an integer value, with the default comment associated with the keyword.static HeaderCard
HeaderCard.create
(IFitsHeader key, ComplexValue value) Creates a new card with a standard or conventional keyword and a number value, with the default comment associated with the keyword.void
TableHDU.deleteColumnsIndexZero
(int column, int len, IFitsHeader[] fields) Deprecated.void
Header.deleteKey
(IFitsHeader key) Delete the card associated with the given key.Header.findCard
(IFitsHeader key) Find the card associated with a given key.final BigDecimal
Header.getBigDecimalValue
(IFitsHeader key) Deprecated.The FITS header does not support decimal types beyond those that can be represented by a 64-bit IEEE double-precision floating point value.final BigDecimal
Header.getBigDecimalValue
(IFitsHeader key, BigDecimal dft) Deprecated.The FITS header does not support decimal types beyond those that can be represented by a 64-bit IEEE double-precision floating point value.final BigInteger
Header.getBigIntegerValue
(IFitsHeader key) Deprecated.The FITS header does not support integer types beyond those that can be represented by a 64-bit integer.final BigInteger
Header.getBigIntegerValue
(IFitsHeader key, BigInteger dft) Deprecated.The FITS header does not support integer types beyond those that can be represented by a 64-bit integer.final boolean
Header.getBooleanValue
(IFitsHeader key) Get theboolean
value associated with the given key.final boolean
Header.getBooleanValue
(IFitsHeader key, boolean dft) Get theboolean
value associated with the given key.Header.getCard
(IFitsHeader key) Returns the card associated with a given key.final double
Header.getDoubleValue
(IFitsHeader key) Get thedouble
value associated with the given key.final double
Header.getDoubleValue
(IFitsHeader key, double dft) Get thedouble
value associated with the given key, or return a default value.final float
Header.getFloatValue
(IFitsHeader key) Get thefloat
value associated with the given key.final float
Header.getFloatValue
(IFitsHeader key, float dft) Get thefloat
value associated with the given key, or return a default value.final int
Header.getIntValue
(IFitsHeader key) Get theint
value associated with the given key.final int
Header.getIntValue
(IFitsHeader key, int dft) Get theint
value associated with the given key, or return a default value.final long
Header.getLongValue
(IFitsHeader key) Get thelong
value associated with the given key.final long
Header.getLongValue
(IFitsHeader key, long dft) Get thelong
value associated with the given key, or return a default value.final String
Header.getStringValue
(IFitsHeader key) Get theString
value associated with the given standard key.final String
Header.getStringValue
(IFitsHeader key, String dft) Get theString
value associated with the given standard key, or return a default value.BasicHDU.getTrimmedString
(IFitsHeader keyword) Deprecated.(for internal use) Will reduced visibility in the future.void
TableHDU.setColumnMeta
(int index, IFitsHeader key, Number value, String comment, boolean after) Specify column metadata for a given column in a way that allows all of the column metadata for a given column to be organized together.void
TableHDU.setColumnMeta
(int index, IFitsHeader key, String value, String comment, boolean after) Specify column metadata for a given column in a way that allows all of the column metadata for a given column to be organized together.void
Header.updateLine
(IFitsHeader key, HeaderCard card) Update a valued entry in the header, or adds a new header entry. -
Uses of IFitsHeader in nom.tam.fits.header
Modifier and TypeClassDescriptionenum
File checksum keywords.enum
The following keywords are defined by the compression convention for use in the header of the FITS binary table extension to describe the structure of the compressed image.enum
This data dictionary contains FITS keywords that have been widely used within the astronomical community.enum
Date-time related keywords defined by the FITS standard.class
Deprecated.Use the more intuitively namedFitsKey
class instead.class
A concrete implementation of standardized FITS header keywords.enum
This data dictionary contains FITS keywords that have been widely used within the astronomical community.enum
This data dictionary contains FITS keywords that have been widely used within the astronomical community.enum
This data dictionary contains FITS keywords that have been widely used within the astronomical community.enum
This data dictionary contains FITS keywords that have been widely used within the astronomical community.enum
This data dictionary contains FITS keywords that have been widely used within the astronomical community.enum
This data dictionary lists the 53 keywords currently defined in the FITS Standard.enum
Standard FITS keywords for defining world coordinate systems (WCS).Modifier and TypeFieldDescriptionstatic final IFitsHeader
Standard.NAXIS1
A shorthand forStandard.NAXISn
.n(1)
, that is the regular dimension along the first, fastest FITS array index (this is the same as the last dimension of Java arrays).static final IFitsHeader
Standard.NAXIS2
A shorthand forStandard.NAXISn
.n(2)
, that is the regular dimension along the second fastest FITS array index (this is the same as the one before the last dimension of Java arrays).Modifier and TypeMethodDescriptionWCS.alt
(char c) Specifying an alternative coordinate system.static IFitsHeader
Deprecated.UseFitsKey(String, VALUE, String)
instead.static IFitsHeader[]
Deprecated.(for internal use) Creates a array of generic FITS header keys.Synonyms.getSynonyms()
Returns the list of equivalent FITS header keywords as an arrayCompression.getUncompressedKey()
Returns the equivalent of this comression keyword in the uncompressed HDU.static IFitsHeader
Deprecated.UseStandard.match(String)
instead.static IFitsHeader
Returns the standard FITS keyword that matches the specified actual key.default IFitsHeader
IFitsHeader.n
(int... numbers) Constructs an indexed FITS header keyword entry from this stem, replacing index place-holders (indicated by lower-case 'n' in the name) with actual numerical values.Synonyms.primaryKeyword()
Returns the primary or preferred FITS header keyword to use to provide this information in a FITS header.static IFitsHeader
Synonyms.primaryKeyword
(IFitsHeader key) Returns the primary or preferred FITS header keyword to prefer for the given header entry to provide this information in a FITS header.Modifier and TypeMethodDescriptionstatic IFitsHeader
Synonyms.primaryKeyword
(IFitsHeader key) Returns the primary or preferred FITS header keyword to prefer for the given header entry to provide this information in a FITS header. -
Uses of IFitsHeader in nom.tam.fits.header.extra
Modifier and TypeClassDescriptionenum
A Set of commonly used keywords in the amateur astronomy community.enum
This is the file content.txt that presents a comprehensive compilation of all classes of data products in the Chandra Data Archive for the "flight" dataset.enum
enum
Standard ESO FITS keywords, based on ESO's Data Interface Control Document.enum
The Fits extension keywords that may be added or read by MaxIm DL, depending on the current equipment and software configuration.enum
This keyword dictionary defines keywords which may be used in image data recorded by the data acquisition system.enum
A Set of FITS Standard Extensions for Amateur Astronomical Processing Software Packages published by SBIG.enum
This keyword dictionary gathered form STScI.
TableData.deleteColumns(int, int)
to edit tables before wrapping them in an HDU and editing the header as necessary to incorporate custom entries.