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) intAsciiTable.addColInfo(int col, Cursor<String, HeaderCard> iter) voidAdd information to the header.voidvoidvoidvoidBasicHDU.addValue(IFitsHeader key, boolean val) voidBasicHDU.addValue(IFitsHeader key, double val) voidBasicHDU.addValue(IFitsHeader key, int val) voidBasicHDU.addValue(IFitsHeader key, String val) voidAdd or replace a key with the given boolean value and comment.voidAdd or replace a key with the given double value and comment.voidAdd or replace a key with the given double value and comment.voidAdd or replace a key with the given long value and comment.voidAdd or replace a key with the given string value and comment.voidHeader.addValue(String key, BigDecimal val, String comment) Add or replace a key with the given bigdecimal value and comment.voidHeader.addValue(String key, BigInteger val, String comment) Add or replace a key with the given BigInteger value and comment.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.set the comment of the current card.HeaderCard.copy()voidHeader.insertComment(String value) Add a COMMENT line.voidHeader.insertHistory(String value) Add a HISTORY line.voidHeader.removeCard(String key) Deprecated.(package private) booleanHeader.replaceKey(String oldKey, String newKey) Replace the key with a new key.(package private) booleanHeader.replaceKey(IFitsHeader oldKey, IFitsHeader newKey) Replace the key with a new key.voidHeader.updateLine(String key, HeaderCard card) Update a line in the headervoidHeader.updateLine(IFitsHeader key, HeaderCard card) Update a line in the headervoidHeader.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 partsprivateHeaderCard(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 TypeMethodDescriptionvoidICompressParameters.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 TypeMethodDescriptionvoidCompressParameters.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 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)
Header.deleteKey(String)