Uses of Enum
nom.tam.fits.header.Bitpix
Package
Description
The core classes of nom-tam-fits.
Standardized FITS header keywords.
-
Uses of Bitpix in nom.tam.fits
-
Uses of Bitpix in nom.tam.fits.header
Modifier and TypeMethodDescriptionstatic Bitpix
Bitpix.forArrayID
(char id) Returns the standard BITPIX object for the given Java array ID.static Bitpix
Bitpix.forNumberType
(Class<? extends Number> dataType) Returns the standard BITPIX object for a number type.static Bitpix
Bitpix.forPrimitiveType
(Class<?> dataType) Returns the standard BITPIX object for a primitive type.static Bitpix
Bitpix.forValue
(int ival) Returns the standard BITPIX enum value for a given integer value, such as 8, 16, 32, 64, -32, or -64.static Bitpix
Bitpix.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 Bitpix
Bitpix.fromHeader
(Header h) Returns the standard BITPIX object based on the value assigned to the BITPIX keyword in the headerstatic Bitpix
Bitpix.fromHeader
(Header h, boolean allowRepair) Returns the standard BITPIX object based on the value assigned to the BITPIX keyword in the headerstatic Bitpix
Returns 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.