Uses of Interface
nom.tam.fits.header.IFitsHeader
-
Packages that use IFitsHeader Package Description nom.tam.fits nom.tam.fits.compression.provider.param.api nom.tam.fits.header There many many sources of FITS keywords.nom.tam.fits.header.extra nom.tam.image.compression.hdu -
-
Uses of IFitsHeader in nom.tam.fits
Fields in nom.tam.fits declared as IFitsHeader Modifier and Type Field Description private IFitsHeaderHeaderCardBuilder. keythe current selected key.private static IFitsHeader[]AsciiTableHDU. KEY_STEMSThe standard column stems for an ASCII table.private static IFitsHeader[]BinaryTableHDU. KEY_STEMSThe standard column keywords for a binary table.Methods in nom.tam.fits that return IFitsHeader Modifier and Type Method Description protected 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 IFitsHeader Modifier and Type Method Description voidBasicHDU. addValue(IFitsHeader key, boolean val)voidBasicHDU. addValue(IFitsHeader key, double val)voidBasicHDU. addValue(IFitsHeader key, int val)voidBasicHDU. addValue(IFitsHeader key, java.lang.String val)voidHeader. addValue(IFitsHeader key, boolean val)Add or replace a key with the given boolean value and comment.voidHeader. addValue(IFitsHeader key, double val)Add or replace a key with the given double value and comment.voidHeader. addValue(IFitsHeader key, int val)Add or replace a key with the given long value and comment.voidHeader. addValue(IFitsHeader key, long val)Add or replace a key with the given long value and comment.voidHeader. addValue(IFitsHeader key, java.lang.String val)Add or replace a key with the given string value and comment.HeaderCardBuilderBasicHDU. card(IFitsHeader key)get a builder for filling the header cards using the builder pattern.HeaderCardBuilderHeader. card(IFitsHeader key)get a builder for filling the header cards using the builder pattern.HeaderCardBuilderHeaderCardBuilder. card(IFitsHeader newKey)switch focus to the card with the specified key.private voidHeader. cardCheck(IFitsHeader key)Check if the given key is the next one available in the header.booleanHeader. containsKey(IFitsHeader key)Tests if the specified keyword is present in this table.voidTableHDU. deleteColumnsIndexZero(int column, int len, IFitsHeader[] fields)Delete a set of columns from a table.voidHeader. deleteKey(IFitsHeader key)Delete the card associated with the given key.HeaderCardHeader. findCard(IFitsHeader key)Find the card associated with a given key.java.math.BigDecimalHeader. getBigDecimalValue(IFitsHeader key)Get thedoublevalue associated with the given key.java.math.BigIntegerHeader. getBigIntegerValue(IFitsHeader key, java.math.BigInteger dft)Get thelongvalue associated with the given key.booleanHeader. getBooleanValue(IFitsHeader key)Get thebooleanvalue associated with the given key.booleanHeader. getBooleanValue(IFitsHeader key, boolean dft)Get thebooleanvalue associated with the given key.doubleHeader. getDoubleValue(IFitsHeader key)Get thedoublevalue associated with the given key.doubleHeader. getDoubleValue(IFitsHeader key, double dft)Get thedoublevalue associated with the given key.floatHeader. getFloatValue(IFitsHeader key)Get thefloatvalue associated with the given key.floatHeader. getFloatValue(IFitsHeader key, float dft)intHeader. getIntValue(IFitsHeader key)Get theintvalue associated with the given key.intHeader. getIntValue(IFitsHeader key, int dft)longHeader. getLongValue(IFitsHeader key)Get thelongvalue associated with the given key.longHeader. getLongValue(IFitsHeader key, long dft)Get thelongvalue associated with the given key.java.lang.StringHeader. getStringValue(IFitsHeader header)java.lang.StringBasicHDU. getTrimmedString(IFitsHeader keyword)Get the String value associated withkeyword.(package private) Cursor<java.lang.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) booleanHeader. replaceKey(IFitsHeader oldKey, IFitsHeader newKey)Replace the key with a new key.voidTableHDU. setColumnMeta(int index, IFitsHeader key, java.lang.String value, java.lang.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.voidHeader. updateLine(IFitsHeader key, HeaderCard card)Update a line in the headerConstructors in nom.tam.fits with parameters of type IFitsHeader Constructor Description 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 IFitsHeader Modifier and Type Method Description voidHeaderAccess. addValue(IFitsHeader key, int value)voidHeaderAccess. addValue(IFitsHeader key, java.lang.String value)voidHeaderCardAccess. addValue(IFitsHeader key, int value)voidHeaderCardAccess. addValue(IFitsHeader key, java.lang.String value)voidIHeaderAccess. addValue(IFitsHeader key, int value)voidIHeaderAccess. addValue(IFitsHeader key, java.lang.String value)private HeaderCardBuilderHeaderAccess. card(IFitsHeader key)HeaderCardHeaderAccess. findCard(IFitsHeader key)HeaderCardHeaderCardAccess. findCard(IFitsHeader key)HeaderCardIHeaderAccess. findCard(IFitsHeader key)Constructors in nom.tam.fits.compression.provider.param.api with parameters of type IFitsHeader Constructor Description HeaderCardAccess(IFitsHeader headerCard, java.lang.String value) -
Uses of IFitsHeader in nom.tam.fits.header
Classes in nom.tam.fits.header that implement IFitsHeader Modifier and Type Class Description classChecksumFile checksum keywords.classCompressionThe 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.classDataDescriptionThis data dictionary contains FITS keywords that have been widely used within the astronomical community.classFitsHeaderImplclassHierarchicalGroupingThis data dictionary contains FITS keywords that have been widely used within the astronomical community.classInstrumentDescriptionThis data dictionary contains FITS keywords that have been widely used within the astronomical community.classNonStandardThis data dictionary contains FITS keywords that have been widely used within the astronomical community.classObservationDescriptionThis data dictionary contains FITS keywords that have been widely used within the astronomical community.classObservationDurationDescriptionThis data dictionary contains FITS keywords that have been widely used within the astronomical community.classStandardThis data dictionary lists the 53 keywords currently defined in the FITS Standard.Fields in nom.tam.fits.header declared as IFitsHeader Modifier and Type Field Description private IFitsHeaderChecksum. keyprivate IFitsHeaderCompression. keyprivate IFitsHeaderDataDescription. keyprivate IFitsHeaderHierarchicalGrouping. keyprivate IFitsHeaderInstrumentDescription. keyprivate IFitsHeaderNonStandard. keyprivate IFitsHeaderObservationDescription. keyprivate IFitsHeaderObservationDurationDescription. keyprivate IFitsHeaderStandard. keystatic IFitsHeaderStandard. NAXIS1static IFitsHeaderStandard. NAXIS2private IFitsHeaderSynonyms. primaryKeywordprivate IFitsHeader[]Synonyms. synonymsprivate IFitsHeaderCompression. uncompressedKeyFields in nom.tam.fits.header with type parameters of type IFitsHeader Modifier and Type Field Description private static java.util.Map<java.lang.String,IFitsHeader>GenericKey. STANDARD_KEYScache of all standard keys, for reusing the standards.Methods in nom.tam.fits.header that return IFitsHeader Modifier and Type Method Description static IFitsHeaderGenericKey. create(java.lang.String key)create a fits header key from a free stringstatic IFitsHeader[]GenericKey. create(java.lang.String[] keys)create a array of generic fits header keys from a array of string keys.IFitsHeader[]Synonyms. getSynonyms()IFitsHeaderCompression. getUncompressedKey()static IFitsHeaderGenericKey. lookup(java.lang.String key)lookup a string key in the standard key sets.IFitsHeaderChecksum. n(int... number)IFitsHeaderCompression. n(int... number)IFitsHeaderDataDescription. n(int... number)IFitsHeaderFitsHeaderImpl. n(int... numbers)IFitsHeaderHierarchicalGrouping. n(int... number)IFitsHeaderIFitsHeader. n(int... number)IFitsHeaderInstrumentDescription. n(int... number)IFitsHeaderNonStandard. n(int... number)IFitsHeaderObservationDescription. n(int... number)IFitsHeaderObservationDurationDescription. n(int... number)IFitsHeaderStandard. n(int... number)IFitsHeaderSynonyms. primaryKeyword()static IFitsHeaderSynonyms. primaryKeyword(IFitsHeader header)Methods in nom.tam.fits.header with parameters of type IFitsHeader Modifier and Type Method Description static IFitsHeaderSynonyms. primaryKeyword(IFitsHeader header)Constructors in nom.tam.fits.header with parameters of type IFitsHeader Constructor Description Compression(IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, java.lang.String comment, IFitsHeader uncompressedKey)Synonyms(IFitsHeader primaryKeyword, IFitsHeader... synonyms) -
Uses of IFitsHeader in nom.tam.fits.header.extra
Classes in nom.tam.fits.header.extra that implement IFitsHeader Modifier and Type Class Description classCXCExtThis 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.classCXCStclSharedExtThis is the file represents the common keywords between CXC and STSclExtclassMaxImDLExtThe 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.classNOAOExtThis keyword dictionary defines keywords which may be used in image data recorded by the data acquisition system.classSBFitsExtA Set of FITS Standard Extensions for Amateur Astronomical Processing Software Packages published by SBIG.classSTScIExtThis keyword dictionary gathered form STScI.Fields in nom.tam.fits.header.extra declared as IFitsHeader Modifier and Type Field Description private IFitsHeaderCXCExt. keyprivate IFitsHeaderCXCStclSharedExt. keyprivate IFitsHeaderMaxImDLExt. keyprivate IFitsHeaderNOAOExt. keyprivate IFitsHeaderSBFitsExt. keyprivate IFitsHeaderSTScIExt. keyMethods in nom.tam.fits.header.extra that return IFitsHeader Modifier and Type Method Description IFitsHeaderCXCExt. n(int... number)IFitsHeaderCXCStclSharedExt. n(int... number)IFitsHeaderMaxImDLExt. n(int... number)IFitsHeaderNOAOExt. n(int... number)IFitsHeaderSBFitsExt. n(int... number)IFitsHeaderSTScIExt. n(int... number) -
Uses of IFitsHeader in nom.tam.image.compression.hdu
Fields in nom.tam.image.compression.hdu declared as IFitsHeader Modifier and Type Field Description private IFitsHeaderBackupRestoreUnCompressedHeaderCard. compressedHeaderKeyprivate IFitsHeaderBackupRestoreUnCompressedHeaderCard. uncompressedHeaderKeyFields in nom.tam.image.compression.hdu with type parameters of type IFitsHeader Modifier and Type Field Description (package private) static java.util.Map<IFitsHeader,BackupRestoreUnCompressedHeaderCard>CompressedImageHDU. COMPRESSED_HEADER_MAPPING(package private) static java.util.List<IFitsHeader>CompressedImageHDU. TABLE_COLUMN_KEYSkeys that are only valid in tables and should not go into the uncompressed image.(package private) static java.util.Map<IFitsHeader,BackupRestoreUnCompressedHeaderCard>CompressedImageHDU. UNCOMPRESSED_HEADER_MAPPINGMethods in nom.tam.image.compression.hdu that return IFitsHeader Modifier and Type Method Description protected IFitsHeaderBackupRestoreUnCompressedHeaderCard. compressedHeaderKey()protected IFitsHeaderBackupRestoreUnCompressedHeaderCard. uncompressedHeaderKey()Methods in nom.tam.image.compression.hdu with parameters of type IFitsHeader Modifier and Type Method Description private voidBackupRestoreUnCompressedHeaderCard. addHeaderCard(HeaderCard card, Cursor<java.lang.String,HeaderCard> headerIterator, IFitsHeader targetKey)Method parameters in nom.tam.image.compression.hdu with type arguments of type IFitsHeader Modifier and Type Method Description protected static BackupRestoreUnCompressedHeaderCardBackupRestoreUnCompressedHeaderCard. selectMapping(java.util.Map<IFitsHeader,BackupRestoreUnCompressedHeaderCard> mappings, HeaderCard card)Constructors in nom.tam.image.compression.hdu with parameters of type IFitsHeader Constructor Description BackupRestoreUnCompressedHeaderCard(IFitsHeader header)
-