Uses of Class
nom.tam.util.ComplexValue
Packages that use 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
Methods in nom.tam.fits that return ComplexValueModifier and TypeMethodDescriptionfinal ComplexValueHeader.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.Methods in nom.tam.fits with parameters of type ComplexValueModifier 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 HeaderCardHeaderCard.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 HeaderCardHeaderCard.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.Constructors in nom.tam.fits with parameters of type ComplexValueModifierConstructorDescriptionHeaderCard(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
Subclasses of ComplexValue in nom.tam.utilModifier and TypeClassDescriptionstatic final classSingle-precision complex values.Fields in nom.tam.util declared as ComplexValueModifier and TypeFieldDescriptionstatic final ComplexValueComplexValue.IThe unity along the imaginary axis i, or (0.0, 1.0)static final ComplexValueComplexValue.ONEThe complex unity along the real axis, or (1.0, 0.0)static final ComplexValueComplexValue.ZEROThe complex zero