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 IFitsHeaderHeaderCardBuilder.keythe current selected key.private static final IFitsHeader[]AsciiTableHDU.KEY_STEMSThe standard column stems for an ASCII table.private static final IFitsHeader[]BinaryTableHDU.KEY_STEMSThe 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 TypeMethodDescriptionvoidBasicHDU.addValue(IFitsHeader key, boolean val) voidBasicHDU.addValue(IFitsHeader key, double val) voidBasicHDU.addValue(IFitsHeader key, int val) voidBasicHDU.addValue(IFitsHeader key, 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, 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 voidHeader.cardCheck(IFitsHeader key) Check if the given key is the next one available in the header.final 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.Header.findCard(IFitsHeader key) Find the card associated with a given key.Header.getBigDecimalValue(IFitsHeader key) Get thedoublevalue associated with the given key.Header.getBigIntegerValue(IFitsHeader key, 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.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) booleanHeader.replaceKey(IFitsHeader oldKey, IFitsHeader newKey) Replace the key with a new key.voidTableHDU.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.voidHeader.updateLine(IFitsHeader key, HeaderCard card) Update a line in the headerConstructors in nom.tam.fits with parameters of type IFitsHeaderModifierConstructorDescriptionprotectedHeaderCardBuilder(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 TypeMethodDescriptionvoidHeaderAccess.addValue(IFitsHeader key, int value) voidHeaderAccess.addValue(IFitsHeader key, String value) voidHeaderCardAccess.addValue(IFitsHeader key, int value) voidHeaderCardAccess.addValue(IFitsHeader key, String value) voidIHeaderAccess.addValue(IFitsHeader key, int value) voidIHeaderAccess.addValue(IFitsHeader key, String value) private HeaderCardBuilderHeaderAccess.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 TypeClassDescriptionenumFile checksum keywords.enumThe 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.enumThis data dictionary contains FITS keywords that have been widely used within the astronomical community.classenumThis data dictionary contains FITS keywords that have been widely used within the astronomical community.enumThis data dictionary contains FITS keywords that have been widely used within the astronomical community.enumThis data dictionary contains FITS keywords that have been widely used within the astronomical community.enumThis data dictionary contains FITS keywords that have been widely used within the astronomical community.enumThis data dictionary contains FITS keywords that have been widely used within the astronomical community.enumThis data dictionary lists the 53 keywords currently defined in the FITS Standard.Fields in nom.tam.fits.header declared as IFitsHeaderModifier and TypeFieldDescriptionprivate final IFitsHeaderChecksum.keyprivate final IFitsHeaderCompression.keyprivate final IFitsHeaderDataDescription.keyprivate final IFitsHeaderHierarchicalGrouping.keyprivate final IFitsHeaderInstrumentDescription.keyprivate final IFitsHeaderNonStandard.keyprivate final IFitsHeaderObservationDescription.keyprivate final IFitsHeaderObservationDurationDescription.keyprivate final IFitsHeaderStandard.keystatic final IFitsHeaderStandard.NAXIS1static final IFitsHeaderStandard.NAXIS2private final IFitsHeaderSynonyms.primaryKeywordprivate final IFitsHeader[]Synonyms.synonymsprivate final IFitsHeaderCompression.uncompressedKeyFields in nom.tam.fits.header with type parameters of type IFitsHeaderModifier and TypeFieldDescriptionprivate static final Map<String, IFitsHeader> GenericKey.STANDARD_KEYScache of all standard keys, for reusing the standards.Methods in nom.tam.fits.header that return IFitsHeaderModifier and TypeMethodDescriptionstatic IFitsHeadercreate 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 IFitsHeaderlookup 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 IFitsHeaderSynonyms.primaryKeyword(IFitsHeader header) Methods in nom.tam.fits.header with parameters of type IFitsHeaderConstructors in nom.tam.fits.header with parameters of type IFitsHeaderModifierConstructorDescriptionprivateCompression(IFitsHeader.HDU hdu, IFitsHeader.VALUE valueType, String comment, IFitsHeader uncompressedKey) privateSynonyms(IFitsHeader primaryKeyword, IFitsHeader... synonyms) -
Uses of IFitsHeader in nom.tam.fits.header.extra
Classes in nom.tam.fits.header.extra that implement IFitsHeaderModifier and TypeClassDescriptionenumThis 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.enumThis is the file represents the common keywords between CXC and STSclExtenumThe 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.enumThis keyword dictionary defines keywords which may be used in image data recorded by the data acquisition system.enumA Set of FITS Standard Extensions for Amateur Astronomical Processing Software Packages published by SBIG.enumThis keyword dictionary gathered form STScI.Fields in nom.tam.fits.header.extra declared as IFitsHeaderModifier and TypeFieldDescriptionprivate final IFitsHeaderCXCExt.keyprivate final IFitsHeaderCXCStclSharedExt.keyprivate final IFitsHeaderMaxImDLExt.keyprivate final IFitsHeaderNOAOExt.keyprivate final IFitsHeaderSBFitsExt.keyprivate final IFitsHeaderSTScIExt.keyMethods 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 IFitsHeaderBackupRestoreUnCompressedHeaderCard.compressedHeaderKeyprivate final IFitsHeaderBackupRestoreUnCompressedHeaderCard.uncompressedHeaderKeyFields 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_KEYSkeys that are only valid in tables and should not go into the uncompressed image.(package private) static final Map<IFitsHeader, BackupRestoreUnCompressedHeaderCard> CompressedImageHDU.UNCOMPRESSED_HEADER_MAPPINGMethods in nom.tam.image.compression.hdu that return IFitsHeaderModifier and TypeMethodDescriptionprotected IFitsHeaderBackupRestoreUnCompressedHeaderCard.compressedHeaderKey()protected IFitsHeaderBackupRestoreUnCompressedHeaderCard.uncompressedHeaderKey()Methods in nom.tam.image.compression.hdu with parameters of type IFitsHeaderModifier and TypeMethodDescriptionprivate voidBackupRestoreUnCompressedHeaderCard.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 BackupRestoreUnCompressedHeaderCardBackupRestoreUnCompressedHeaderCard.selectMapping(Map<IFitsHeader, BackupRestoreUnCompressedHeaderCard> mappings, HeaderCard card) Constructors in nom.tam.image.compression.hdu with parameters of type IFitsHeader