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 HeaderCardHeaderCardBuilder.cardthe current card to fill.Fields in nom.tam.fits with type parameters of type HeaderCardModifier and TypeFieldDescriptionprivate final HashedList<HeaderCard> Header.cardsThe actual header data stored as a HashedList of HeaderCard's.private List<HeaderCard> Header.duplicatesprivate Cursor<String, HeaderCard> Header.iterThis 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 HeaderCardFind the card associated with a given key.Header.findCard(IFitsHeader key) Find the card associated with a given key.Header.nextCard()protected static HeaderCardHeaderCard.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 voidHeader.addDuplicate(HeaderCard dup) private voidHeader.addHeaderCard(String key, HeaderCard card) voidHeader.addLine(HeaderCard fcard) Add a card image to the header.voidHeader.updateLine(String key, HeaderCard card) Update a line in the headervoidHeader.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) intAsciiTable.addColInfo(int col, Cursor<String, HeaderCard> iter) (package private) voidBinaryTable.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 voidBackupRestoreUnCompressedHeaderCard.addHeaderCard(HeaderCard card, Cursor<String, HeaderCard> headerIterator, IFitsHeader targetKey) static voidBackupRestoreUnCompressedHeaderCard.backup(HeaderCard card, Cursor<String, HeaderCard> headerIterator) protected voidBackupRestoreUnCompressedHeaderCard.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 voidBackupRestoreUnCompressedHeaderCard.restore(HeaderCard card, Cursor<String, HeaderCard> headerIterator) protected voidBackupRestoreUnCompressedHeaderCard.restoreCard(HeaderCard card, Cursor<String, HeaderCard> headerIterator) protected static BackupRestoreUnCompressedHeaderCardBackupRestoreUnCompressedHeaderCard.selectMapping(Map<IFitsHeader, BackupRestoreUnCompressedHeaderCard> mappings, HeaderCard card) protected voidCompressedImageData.setCompressAlgorithm(HeaderCard compressAlgorithmCard) protected voidCompressedImageData.setQuantAlgorithm(HeaderCard quantAlgorithmCard) Method parameters in nom.tam.image.compression.hdu with type arguments of type HeaderCardModifier and TypeMethodDescriptionprivate voidBackupRestoreUnCompressedHeaderCard.addHeaderCard(HeaderCard card, Cursor<String, HeaderCard> headerIterator, IFitsHeader targetKey) static voidBackupRestoreUnCompressedHeaderCard.backup(HeaderCard card, Cursor<String, HeaderCard> headerIterator) protected voidBackupRestoreUnCompressedHeaderCard.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 voidBackupRestoreUnCompressedHeaderCard.restore(HeaderCard card, Cursor<String, HeaderCard> headerIterator) protected voidBackupRestoreUnCompressedHeaderCard.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)