Uses of Class
nom.tam.util.Quantizer
Packages that use Quantizer
Package
Description
 The core classes of nom-tam-fits.
Various commonly used classes for nom-tam-fits.
- 
Uses of Quantizer in nom.tam.fitsMethods in nom.tam.fits that return QuantizerModifier and TypeMethodDescriptionBinaryTable.ColumnDesc.getQuantizer()Returns the conversion between decimal and integer data representations for the column data.final QuantizerImageData.getQuantizer()Returns the conversion between decimal and integer data representations.Methods in nom.tam.fits with parameters of type QuantizerModifier and TypeMethodDescriptionvoidBinaryTable.ColumnDesc.setQuantizer(Quantizer q) Sets the conversion between decimal and integer data representations for the column data.voidImageData.setQuantizer(Quantizer quant) Sets the conversion between decimal and integer data representations.
- 
Uses of Quantizer in nom.tam.utilMethods in nom.tam.util that return QuantizerModifier and TypeMethodDescriptionstatic QuantizerQuantizer.fromImageHeader(Header h) Returns the quantizer that is described by an image header.static QuantizerQuantizer.fromTableHeader(Header h, int col) Returns the quantizer that is described by a binary table header.Methods in nom.tam.util with parameters of type QuantizerModifier and TypeMethodDescriptionstatic ObjectArrayFuncs.convertArray(Object array, Class<?> newType, Quantizer quant) Converts a numerical array to a specified element type, returning the original if type conversion is not needed.