Uses of Class
nom.tam.fits.HeaderCardException
Packages that use HeaderCardException
Package
Description
-
Uses of HeaderCardException in nom.tam.fits
Methods in nom.tam.fits that throw HeaderCardExceptionModifier and TypeMethodDescription(package private) int
AsciiTable.addColInfo
(int col, Cursor<String, HeaderCard> iter) void
Add information to the header.void
void
void
void
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
Add or replace a key with the given boolean value and comment.void
Add or replace a key with the given double value and comment.void
Add or replace a key with the given double value and comment.void
Add or replace a key with the given long value and comment.void
Add or replace a key with the given string value and comment.void
Header.addValue
(String key, BigDecimal val, String comment) Add or replace a key with the given bigdecimal value and comment.void
Header.addValue
(String key, BigInteger val, String comment) Add or replace a key with the given BigInteger value and comment.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.set the comment of the current card.HeaderCard.copy()
void
Header.insertComment
(String value) Add a COMMENT line.void
Header.insertHistory
(String value) Add a HISTORY line.void
Header.removeCard
(String key) Deprecated.(package private) boolean
Header.replaceKey
(String oldKey, String newKey) Replace the key with a new key.(package private) boolean
Header.replaceKey
(IFitsHeader oldKey, IFitsHeader newKey) Replace the key with a new key.void
Header.updateLine
(String key, HeaderCard card) Update a line in the headervoid
Header.updateLine
(IFitsHeader key, HeaderCard card) Update a line in the headervoid
Header.updateLines
(Header newHdr) Overwrite the lines in the header.HeaderCardBuilder.value
(boolean newValue) set the value of the current card.If the card did not exist yet the card will be created.HeaderCardBuilder.value
(double newValue) set the value of the current card.If the card did not exist yet the card will be created.HeaderCardBuilder.value
(float newValue) set the value of the current card.If the card did not exist yet the card will be created.HeaderCardBuilder.value
(int newValue) set the value of the current card.If the card did not exist yet the card will be created.HeaderCardBuilder.value
(long newValue) set the value of the current card.If the card did not exist yet the card will be created.set the value of the current card.If the card did not exist yet the card will be created.HeaderCardBuilder.value
(BigDecimal newValue) set the value of the current card.If the card did not exist yet the card will be created.set the value of the current card.Constructors in nom.tam.fits that throw HeaderCardExceptionModifierConstructorDescriptionHeaderCard
(String key, boolean value, String comment) Create a HeaderCard from its component partsHeaderCard
(String key, double value, int precision, String comment) Create a HeaderCard from its component partsHeaderCard
(String key, double value, String comment) Create a HeaderCard from its component partsHeaderCard
(String key, float value, int precision, String comment) Create a HeaderCard from its component partsHeaderCard
(String key, float value, String comment) Create a HeaderCard from its component partsHeaderCard
(String key, int value, String comment) Create a HeaderCard from its component partsHeaderCard
(String key, long value, String comment) Create a HeaderCard from its component partsHeaderCard
(String key, String comment, boolean nullable) Create a comment style card.HeaderCard
(String key, String value, String comment) Create a HeaderCard from its component partsHeaderCard
(String key, String value, String comment, boolean nullable) Create a HeaderCard from its component partsprivate
HeaderCard
(String key, String value, String comment, boolean nullable, boolean isString) Create a HeaderCard from its component partsHeaderCard
(String key, BigDecimal value, String comment) Create a HeaderCard from its component partsHeaderCard
(String key, BigInteger value, String comment) Create a HeaderCard from its component parts -
Uses of HeaderCardException in nom.tam.fits.compression.provider.param.api
Methods in nom.tam.fits.compression.provider.param.api that throw HeaderCardExceptionModifier and TypeMethodDescriptionvoid
ICompressParameters.setValuesInHeader
(IHeaderAccess header) set the options values, that are hdu based, into the header. -
Uses of HeaderCardException in nom.tam.fits.compression.provider.param.base
Methods in nom.tam.fits.compression.provider.param.base that throw HeaderCardExceptionModifier and TypeMethodDescriptionvoid
CompressParameters.setValuesInHeader
(IHeaderAccess header) -
Uses of HeaderCardException in nom.tam.image.compression.bintable
Methods in nom.tam.image.compression.bintable that throw HeaderCardException -
Uses of HeaderCardException in nom.tam.image.compression.hdu
Methods in nom.tam.image.compression.hdu that throw HeaderCardExceptionModifier 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)
Header.deleteKey(String)