Uses of Class
nom.tam.fits.HeaderCard
Packages that use HeaderCard
Package
Description
-
Uses of HeaderCard in nom.tam.fits
Fields in nom.tam.fits declared as HeaderCardModifier and TypeFieldDescriptionprivate HeaderCard
HeaderCardBuilder.card
the current card to fill.Fields in nom.tam.fits with type parameters of type HeaderCardModifier and TypeFieldDescriptionprivate final HashedList<HeaderCard>
Header.cards
The actual header data stored as a HashedList of HeaderCard's.private List<HeaderCard>
Header.duplicates
private Cursor<String,
HeaderCard> Header.iter
This iterator allows one to run through the list.Methods in nom.tam.fits that return HeaderCardModifier and TypeMethodDescriptionHeaderCardBuilder.card()
get the current build card of the builder.HeaderCard.copy()
static HeaderCard
Find the card associated with a given key.Header.findCard
(IFitsHeader key) Find the card associated with a given key.Header.nextCard()
protected static HeaderCard
HeaderCard.saveNewHeaderCard
(String key, String comment, boolean isString) This method is only used internally when it is sure that the creation of the card is granted not to throw an exceptionHeaderCard.setValue
(boolean update) Set the value for this card.HeaderCard.setValue
(double update) Set the value for this card.HeaderCard.setValue
(double update, int precision) Set the value for this card.HeaderCard.setValue
(float update) Set the value for this card.HeaderCard.setValue
(float update, int precision) Set the value for this card.HeaderCard.setValue
(int update) Set the value for this card.HeaderCard.setValue
(long update) Set the value for this card.Set the value for this card.HeaderCard.setValue
(BigDecimal update) Set the value for this card.Methods in nom.tam.fits that return types with arguments of type HeaderCardModifier and TypeMethodDescriptionHeader.getDuplicates()
Header.iterator()
Header.iterator
(int index) (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.Methods in nom.tam.fits with parameters of type HeaderCardModifier and TypeMethodDescriptionprivate void
Header.addDuplicate
(HeaderCard dup) private void
Header.addHeaderCard
(String key, HeaderCard card) void
Header.addLine
(HeaderCard fcard) Add a card image to the header.void
Header.updateLine
(String key, HeaderCard card) Update a line in the headervoid
Header.updateLine
(IFitsHeader key, HeaderCard card) Update a line in the headerMethod parameters in nom.tam.fits with type arguments of type HeaderCardModifier and TypeMethodDescription(package private) int
AsciiTable.addColInfo
(int col, Cursor<String, HeaderCard> iter) (package private) void
BinaryTable.fillForColumn
(Header h, int col, Cursor<String, HeaderCard> iter) Update the header to reflect the details of a given column. -
Uses of HeaderCard in nom.tam.fits.compression.provider.param.api
Fields in nom.tam.fits.compression.provider.param.api declared as HeaderCardMethods in nom.tam.fits.compression.provider.param.api that return HeaderCardModifier and TypeMethodDescriptionHeaderAccess.findCard
(IFitsHeader key) HeaderCardAccess.findCard
(IFitsHeader key) IHeaderAccess.findCard
(IFitsHeader key) -
Uses of HeaderCard in nom.tam.fits.compression.provider.param.base
Methods in nom.tam.fits.compression.provider.param.base that return HeaderCard -
Uses of HeaderCard in nom.tam.image.compression.hdu
Methods in nom.tam.image.compression.hdu with parameters of type HeaderCardModifier and TypeMethodDescriptionprivate void
BackupRestoreUnCompressedHeaderCard.addHeaderCard
(HeaderCard card, Cursor<String, HeaderCard> headerIterator, IFitsHeader targetKey) static void
BackupRestoreUnCompressedHeaderCard.backup
(HeaderCard card, Cursor<String, HeaderCard> headerIterator) protected void
BackupRestoreUnCompressedHeaderCard.backupCard
(HeaderCard card, Cursor<String, HeaderCard> headerIterator) default behaviour is to ignore the card and by that to exclude it from the uncompressed header if it does not have a uncompressed equivalent..static void
BackupRestoreUnCompressedHeaderCard.restore
(HeaderCard card, Cursor<String, HeaderCard> headerIterator) protected void
BackupRestoreUnCompressedHeaderCard.restoreCard
(HeaderCard card, Cursor<String, HeaderCard> headerIterator) protected static BackupRestoreUnCompressedHeaderCard
BackupRestoreUnCompressedHeaderCard.selectMapping
(Map<IFitsHeader, BackupRestoreUnCompressedHeaderCard> mappings, HeaderCard card) protected void
CompressedImageData.setCompressAlgorithm
(HeaderCard compressAlgorithmCard) protected void
CompressedImageData.setQuantAlgorithm
(HeaderCard quantAlgorithmCard) Method parameters in nom.tam.image.compression.hdu with type arguments of type HeaderCardModifier and TypeMethodDescriptionprivate void
BackupRestoreUnCompressedHeaderCard.addHeaderCard
(HeaderCard card, Cursor<String, HeaderCard> headerIterator, IFitsHeader targetKey) static void
BackupRestoreUnCompressedHeaderCard.backup
(HeaderCard card, Cursor<String, HeaderCard> headerIterator) protected void
BackupRestoreUnCompressedHeaderCard.backupCard
(HeaderCard card, Cursor<String, HeaderCard> headerIterator) default behaviour is to ignore the card and by that to exclude it from the uncompressed header if it does not have a uncompressed equivalent..static void
BackupRestoreUnCompressedHeaderCard.restore
(HeaderCard card, Cursor<String, HeaderCard> headerIterator) protected void
BackupRestoreUnCompressedHeaderCard.restoreCard
(HeaderCard card, Cursor<String, HeaderCard> headerIterator) -
Uses of HeaderCard in nom.tam.image.compression.tile
Methods in nom.tam.image.compression.tile with parameters of type HeaderCardModifier and TypeMethodDescriptionTiledImageCompressionOperation.setCompressAlgorithm
(HeaderCard compressAlgorithmCard) TiledImageCompressionOperation.setQuantAlgorithm
(HeaderCard quantAlgorithmCard)