Uses of Interface
nom.tam.fits.header.IFitsHeader
Packages that use IFitsHeader
Package
Description
There many many sources of FITS keywords.
-
Uses of IFitsHeader in nom.tam.fits
Fields in nom.tam.fits declared as IFitsHeaderModifier and TypeFieldDescriptionprivate IFitsHeader
HeaderCardBuilder.key
the current selected key.private static final IFitsHeader[]
AsciiTableHDU.KEY_STEMS
The standard column stems for an ASCII table.private static final IFitsHeader[]
BinaryTableHDU.KEY_STEMS
The standard column keywords for a binary table.Methods in nom.tam.fits that return IFitsHeaderModifier and TypeMethodDescriptionprotected static IFitsHeader[]
BinaryTableHDU.binaryTableColumnKeyStems()
protected IFitsHeader[]
AsciiTableHDU.columnKeyStems()
protected IFitsHeader[]
BinaryTableHDU.columnKeyStems()
What are the standard column stems for a binary table?protected abstract IFitsHeader[]
TableHDU.columnKeyStems()
Methods in nom.tam.fits with parameters of type IFitsHeaderModifier and TypeMethodDescriptionvoid
BasicHDU.addValue
(IFitsHeader key, boolean val) void
BasicHDU.addValue
(IFitsHeader key, double val) void
BasicHDU.addValue
(IFitsHeader key, int val) void
BasicHDU.addValue
(IFitsHeader key, String val) void
Header.addValue
(IFitsHeader key, boolean val) Add or replace a key with the given boolean value and comment.void
Header.addValue
(IFitsHeader key, double val) Add or replace a key with the given double value and comment.void
Header.addValue
(IFitsHeader key, int val) Add or replace a key with the given long value and comment.void
Header.addValue
(IFitsHeader key, long val) Add or replace a key with the given long value and comment.void
Header.addValue
(IFitsHeader key, String val) Add or replace a key with the given string value and comment.BasicHDU.card
(IFitsHeader key) get a 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.private void
Header.cardCheck
(IFitsHeader key) Check if the given key is the next one available in the header.final boolean
Header.containsKey
(IFitsHeader key) Tests if the specified keyword is present in this table.void
TableHDU.deleteColumnsIndexZero
(int column, int len, IFitsHeader[] fields) Delete a set of columns from a table.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.Header.getBigDecimalValue
(IFitsHeader key) Get thedouble
value associated with the given key.Header.getBigIntegerValue
(IFitsHeader key, BigInteger dft) Get thelong
value associated with the given key.boolean
Header.getBooleanValue
(IFitsHeader key) Get theboolean
value associated with the given key.boolean
Header.getBooleanValue
(IFitsHeader key, boolean dft) Get theboolean
value associated with the given key.double
Header.getDoubleValue
(IFitsHeader key) Get thedouble
value associated with the given key.double
Header.getDoubleValue
(IFitsHeader key, double dft) Get thedouble
value associated with the given key.float
Header.getFloatValue
(IFitsHeader key) Get thefloat
value associated with the given key.float
Header.getFloatValue
(IFitsHeader key, float dft) int
Header.getIntValue
(IFitsHeader key) Get theint
value associated with the given key.int
Header.getIntValue
(IFitsHeader key, int dft) long
Header.getLongValue
(IFitsHeader key) Get thelong
value associated with the given key.long
Header.getLongValue
(IFitsHeader key, long dft) Get thelong
value associated with the given key.Header.getStringValue
(IFitsHeader header) BasicHDU.getTrimmedString
(IFitsHeader keyword) Get the String value associated withkeyword
.(package private) Cursor<String,
HeaderCard> Header.positionAfterIndex
(IFitsHeader prefix, int col) Find the end of a set of keywords describing a column or axis (or anything else terminated by an index.(package private) boolean
Header.replaceKey
(IFitsHeader oldKey, IFitsHeader newKey) Replace the key with a new key.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 line in the headerConstructors in nom.tam.fits with parameters of type IFitsHeaderModifierConstructorDescriptionprotected
HeaderCardBuilder
(Header header, IFitsHeader key) constructor to the header card builder. -
Uses of IFitsHeader in nom.tam.fits.compression.provider.param.api
Methods in nom.tam.fits.compression.provider.param.api with parameters of type IFitsHeaderModifier and TypeMethodDescriptionvoid
HeaderAccess.addValue
(IFitsHeader key, int value) void
HeaderAccess.addValue
(IFitsHeader key, String value) void
HeaderCardAccess.addValue
(IFitsHeader key, int value) void
HeaderCardAccess.addValue
(IFitsHeader key, String value) void
IHeaderAccess.addValue
(IFitsHeader key, int value) void
IHeaderAccess.addValue
(IFitsHeader key, String value) private HeaderCardBuilder
HeaderAccess.card
(IFitsHeader key) HeaderAccess.findCard
(IFitsHeader key) HeaderCardAccess.findCard
(IFitsHeader key) IHeaderAccess.findCard
(IFitsHeader key) Constructors in nom.tam.fits.compression.provider.param.api with parameters of type IFitsHeader -
Uses of IFitsHeader in nom.tam.fits.header
Classes in nom.tam.fits.header that implement IFitsHeaderModifier 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.class
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.Fields in nom.tam.fits.header declared as IFitsHeaderModifier and TypeFieldDescriptionprivate final IFitsHeader
Checksum.key
private final IFitsHeader
Compression.key
private final IFitsHeader
DataDescription.key
private final IFitsHeader
HierarchicalGrouping.key
private final IFitsHeader
InstrumentDescription.key
private final IFitsHeader
NonStandard.key
private final IFitsHeader
ObservationDescription.key
private final IFitsHeader
ObservationDurationDescription.key
private final IFitsHeader
Standard.key
static final IFitsHeader
Standard.NAXIS1
static final IFitsHeader
Standard.NAXIS2
private final IFitsHeader
Synonyms.primaryKeyword
private final IFitsHeader[]
Synonyms.synonyms
private final IFitsHeader
Compression.uncompressedKey
Fields in nom.tam.fits.header with type parameters of type IFitsHeaderModifier and TypeFieldDescriptionprivate static final Map<String,
IFitsHeader> GenericKey.STANDARD_KEYS
cache of all standard keys, for reusing the standards.Methods in nom.tam.fits.header that return IFitsHeaderModifier and TypeMethodDescriptionstatic IFitsHeader
create a fits header key from a free stringstatic IFitsHeader[]
create a array of generic fits header keys from a array of string keys.Synonyms.getSynonyms()
Compression.getUncompressedKey()
static IFitsHeader
lookup a string key in the standard key sets.Checksum.n
(int... number) Compression.n
(int... number) DataDescription.n
(int... number) FitsHeaderImpl.n
(int... numbers) HierarchicalGrouping.n
(int... number) IFitsHeader.n
(int... number) InstrumentDescription.n
(int... number) NonStandard.n
(int... number) ObservationDescription.n
(int... number) ObservationDurationDescription.n
(int... number) Standard.n
(int... number) Synonyms.primaryKeyword()
static IFitsHeader
Synonyms.primaryKeyword
(IFitsHeader header) Methods in nom.tam.fits.header with parameters of type IFitsHeaderConstructors in nom.tam.fits.header with parameters of type IFitsHeaderModifierConstructorDescriptionprivate
Compression
(IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment, IFitsHeader uncompressedKey) private
Synonyms
(IFitsHeader primaryKeyword, IFitsHeader... synonyms) -
Uses of IFitsHeader in nom.tam.fits.header.extra
Classes in nom.tam.fits.header.extra that implement IFitsHeaderModifier and TypeClassDescriptionenum
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
This is the file represents the common keywords between CXC and STSclExtenum
The Fits extension as defined by Maxim DL.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.Fields in nom.tam.fits.header.extra declared as IFitsHeaderModifier and TypeFieldDescriptionprivate final IFitsHeader
CXCExt.key
private final IFitsHeader
CXCStclSharedExt.key
private final IFitsHeader
MaxImDLExt.key
private final IFitsHeader
NOAOExt.key
private final IFitsHeader
SBFitsExt.key
private final IFitsHeader
STScIExt.key
Methods in nom.tam.fits.header.extra that return IFitsHeader -
Uses of IFitsHeader in nom.tam.image.compression.hdu
Fields in nom.tam.image.compression.hdu declared as IFitsHeaderModifier and TypeFieldDescriptionprivate final IFitsHeader
BackupRestoreUnCompressedHeaderCard.compressedHeaderKey
private final IFitsHeader
BackupRestoreUnCompressedHeaderCard.uncompressedHeaderKey
Fields in nom.tam.image.compression.hdu with type parameters of type IFitsHeaderModifier and TypeFieldDescription(package private) static final Map<IFitsHeader,
BackupRestoreUnCompressedHeaderCard> CompressedImageHDU.COMPRESSED_HEADER_MAPPING
(package private) static final List<IFitsHeader>
CompressedImageHDU.TABLE_COLUMN_KEYS
keys that are only valid in tables and should not go into the uncompressed image.(package private) static final Map<IFitsHeader,
BackupRestoreUnCompressedHeaderCard> CompressedImageHDU.UNCOMPRESSED_HEADER_MAPPING
Methods in nom.tam.image.compression.hdu that return IFitsHeaderModifier and TypeMethodDescriptionprotected IFitsHeader
BackupRestoreUnCompressedHeaderCard.compressedHeaderKey()
protected IFitsHeader
BackupRestoreUnCompressedHeaderCard.uncompressedHeaderKey()
Methods in nom.tam.image.compression.hdu with parameters of type IFitsHeaderModifier and TypeMethodDescriptionprivate void
BackupRestoreUnCompressedHeaderCard.addHeaderCard
(HeaderCard card, Cursor<String, HeaderCard> headerIterator, IFitsHeader targetKey) Method parameters in nom.tam.image.compression.hdu with type arguments of type IFitsHeaderModifier and TypeMethodDescriptionprotected static BackupRestoreUnCompressedHeaderCard
BackupRestoreUnCompressedHeaderCard.selectMapping
(Map<IFitsHeader, BackupRestoreUnCompressedHeaderCard> mappings, HeaderCard card) Constructors in nom.tam.image.compression.hdu with parameters of type IFitsHeader