Uses of Class
nom.tam.util.ComplexValue
Package
Description
The core classes of nom-tam-fits.
Various commonly used classes for nom-tam-fits.
-
Uses of ComplexValue in nom.tam.fits
Modifier and TypeMethodDescriptionfinal ComplexValue
Header.getComplexValue
(String key) Get the complex number value associated with the given key.Header.getComplexValue
(String key, ComplexValue dft) Get the complex number value associated with the given key, or return a default value.Modifier and TypeMethodDescriptionHeader.addValue
(String key, ComplexValue val, int decimals, String comment) Add or replace a key with the given complex number value and comment, using up to the specified decimal places after the leading figure.Header.addValue
(String key, ComplexValue val, String comment) Add or replace a key with the given complex number value and comment.Header.addValue
(IFitsHeader key, ComplexValue val) Add or replace a key with the given complex value and its standardized comment.static HeaderCard
HeaderCard.create
(IFitsHeader key, ComplexValue value) Creates a new card with a standard or conventional keyword and a number value, with the default comment associated with the keyword.Header.getComplexValue
(String key, ComplexValue dft) Get the complex number value associated with the given key, or return a default value.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.ModifierConstructorDescriptionHeaderCard
(String key, ComplexValue value) Creates a new card with a complex value.HeaderCard
(String key, ComplexValue value, int decimals, String comment) Creates a new card with a complex number value, using scientific (exponential) notation, with up to the specified number of decimal places showing between the decimal point and the exponent.HeaderCard
(String key, ComplexValue value, String comment) Creates a new card with a complex value and a comment. -
Uses of ComplexValue in nom.tam.util
Modifier and TypeClassDescriptionstatic final class
Single-precision complex values.Modifier and TypeFieldDescriptionstatic final ComplexValue
ComplexValue.I
The unity along the imaginary axis i, or (0.0, 1.0)static final ComplexValue
ComplexValue.ONE
The complex unity along the real axis, or (1.0, 0.0)static final ComplexValue
ComplexValue.ZERO
The complex zero