Uses of Class
nom.tam.fits.HeaderCardBuilder
Packages that use HeaderCardBuilder
-
Uses of HeaderCardBuilder in nom.tam.fits
Methods in nom.tam.fits that return HeaderCardBuilderModifier and TypeMethodDescriptionHeaderCardBuilder.autoPrecision()
Use the native precision for the given number type.BasicHDU.card
(IFitsHeader key) Returns a header card builder for filling the header cards using the builder pattern.Header.card
(IFitsHeader key) get a builder for filling the header cards using the builder pattern.HeaderCardBuilder.card
(IFitsHeader newKey) switch focus to the card with the specified key.set the comment of the current card.HeaderCardBuilder.noScale()
Deprecated.HeaderCardBuilder.precision
(int decimals) Sets the number of decimals to show for the following decimal values.HeaderCardBuilder.scale
(int decimals) Deprecated.Useprecision(int)
instead.HeaderCardBuilder.value
(boolean newValue) set the value of the current card.If the card did not exist yet the card will be created.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.set the value of the current card.
autoPrecision()
instead