Uses of Enum
nom.tam.fits.header.Bitpix
Packages that use Bitpix
Package
Description
 The core classes of nom-tam-fits.
 Standardized FITS header keywords.
- 
Uses of Bitpix in nom.tam.fitsMethods in nom.tam.fits that return BitpixModifier and TypeMethodDescriptionBasicHDU.getBitpix()Return the Bitpix enum type for this HDU.final BitpixUndefinedData.getBitpix()Returns the FITS element type as a Bitpux value.Methods in nom.tam.fits with parameters of type Bitpix
- 
Uses of Bitpix in nom.tam.fits.headerMethods in nom.tam.fits.header that return BitpixModifier and TypeMethodDescriptionstatic BitpixBitpix.forArrayID(char id) Returns the standard BITPIX object for the given Java array ID.static BitpixBitpix.forNumberType(Class<? extends Number> dataType) Returns the standard BITPIX object for a number type.static BitpixBitpix.forPrimitiveType(Class<?> dataType) Returns the standard BITPIX object for a primitive type.static BitpixBitpix.forValue(int ival) Returns the standard BITPIX enum value for a given integer value, such as 8, 16, 32, 64, -32, or -64.static BitpixBitpix.forValue(int ival, boolean allowRepair) Returns the standard BITPIX enum value for a given integer value, such as 8, 16, 32, 64, -32, or -64.static BitpixBitpix.fromHeader(Header h) Returns the standard BITPIX object based on the value assigned to the BITPIX keyword in the headerstatic BitpixBitpix.fromHeader(Header h, boolean allowRepair) Returns the standard BITPIX object based on the value assigned to the BITPIX keyword in the headerstatic BitpixReturns the enum constant of this type with the specified name.static Bitpix[]Bitpix.values()Returns an array containing the constants of this enum type, in the order they are declared.