Uses of Class
nom.tam.util.Quantizer
Package
Description
The core classes of nom-tam-fits.
Various commonly used classes for nom-tam-fits.
-
Uses of Quantizer in nom.tam.fits
Modifier and TypeMethodDescriptionBinaryTable.ColumnDesc.getQuantizer()
Returns the conversion between decimal and integer data representations for the column data.final Quantizer
ImageData.getQuantizer()
Returns the conversion between decimal and integer data representations.Modifier and TypeMethodDescriptionvoid
BinaryTable.ColumnDesc.setQuantizer
(Quantizer q) Sets the conversion between decimal and integer data representations for the column data.void
ImageData.setQuantizer
(Quantizer quant) Sets the conversion between decimal and integer data representations. -
Uses of Quantizer in nom.tam.util
Modifier and TypeMethodDescriptionstatic Quantizer
Quantizer.fromImageHeader
(Header h) Returns the quantizer that is described by an image header.static Quantizer
Quantizer.fromTableHeader
(Header h, int col) Returns the quantizer that is described by a binary table header.Modifier and TypeMethodDescriptionstatic Object
ArrayFuncs.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.