Uses of Class
nom.tam.fits.LongValueException
Package
Description
The core classes of nom-tam-fits.
Various commonly used classes for nom-tam-fits.
-
Uses of LongValueException in nom.tam.fits
Modifier and TypeMethodDescriptionvoid
Updates the keyword for this card.static HeaderCard
HeaderCard.createCommentCard
(String text) Creates a new keyed comment card for th FITS header.static HeaderCard
HeaderCard.createCommentStyleCard
(String key, String comment) Creates a comment-style card with no associated value field.static HeaderCard
HeaderCard.createHistoryCard
(String text) Creates a new history record for the FITS header.static HeaderCard
HeaderCard.createUnkeyedCommentCard
(String text) Creates a new unkeyed comment card for th FITS header.HeaderCard.setHexValue
(long update) Deprecated.Not supported by the FITS standard, so do not use.Sets a new boolean value for this cardvalueTypefinal HeaderCard
Sets a new number value for this card.Sets a new number value for this card, using scientific (exponential) notation, with up to the specified decimal places showing between the decimal point and the exponent.final HeaderCard
HeaderCard.setValue
(ComplexValue update) Sets a new complex number value for this card.HeaderCard.setValue
(ComplexValue update, int decimals) Sets a new complex number value for this card, using scientific (exponential) notation, with up to the specified number of decimal places showing between the decimal point and the exponent.HeaderCard.toString()
Returns the modulo 80 character card image, the toString tries to preserve as much as possible of the comment value by reducing the alignment of the Strings if the comment is longer and if longString is enabled the string can be split into one more card to have more space for the comment.Sets a new number value for the current card.set the value of the current card.If the card did not exist yet the card will be created. -
Uses of LongValueException in nom.tam.util
Modifier and TypeMethodDescriptionReturns a string representation of a decimal number, in the available space, using either fixed decimal format or exponential notitation.ComplexValue.toBoundedString
(int maxLength) Converts this comlex value to its string representation using up to the specified number of characters only.