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 TypeMethodDescriptionBasicHDU.card
(IFitsHeader key) get a 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()
use no scale for the following decimal values.HeaderCardBuilder.scale
(int newScale) set the scale for the following decimal values.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. -
Uses of HeaderCardBuilder in nom.tam.fits.compression.provider.param.api
Fields in nom.tam.fits.compression.provider.param.api declared as HeaderCardBuilderMethods in nom.tam.fits.compression.provider.param.api that return HeaderCardBuilder