Uses of Class
js.dev.cam.BITPIX

Packages that use BITPIX
js.dev.cam   
js.fits   
 

Uses of BITPIX in js.dev.cam
 

Methods in js.dev.cam that return BITPIX
static BITPIX BITPIX.getBitpix(int value)
           
static BITPIX BITPIX.valueOf(java.lang.String name)
          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.
 

Constructors in js.dev.cam with parameters of type BITPIX
GrabImageParams(double exposureTime, IMAGE_TYPE imageType, CCD_REQUEST ccdRequest, READOUT_MODE readoutMode, BITPIX bitpix, int top, int left, int height, int width, boolean progress)
          Constructor.
GrabImageParams(double exposureTime, IMAGE_TYPE imageType, CCD_REQUEST ccdRequest, READOUT_MODE readoutMode, BITPIX bitpix, int top, int left, int height, int width, SEP_CCD_FLAG sepCcdFlag, SEP_EXPOSURE_TIME_FLAG sepExposureTimeFlag, EEP_CCD_FLAG eepCcdFlag, boolean progress)
          Constructor.
 

Uses of BITPIX in js.fits
 

Constructors in js.fits with parameters of type BITPIX
SaveFits(BITPIX bitpix, int width, int height, java.lang.Object array, java.lang.String fileName)
          Constructor.