Enum MaxImDLExt

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<MaxImDLExt>, IFitsHeader

    public enum MaxImDLExt
    extends java.lang.Enum<MaxImDLExt>
    implements IFitsHeader
    The Fits extension as defined by Maxim DL.Extension keywords that may be added or read by MaxIm DL, depending on the current equipment and software configuration.

    This standard extends the @see SBFitsExt all that fields are included.

     http://www.cyanogen.com/help/maximdl/FITS_File_Header_Definitions.htm
     
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      BAYERPAT
      if present the image has a valid Bayer color pattern.
      BOLTAMBT
      Boltwood Cloud Sensor ambient temperature in degrees C.
      BOLTCLOU
      Boltwood Cloud Sensor cloud condition.
      BOLTDAY
      Boltwood Cloud Sensor daylight level.
      BOLTDEW
      Boltwood Cloud Sensor dewpoint in degrees C.
      BOLTHUM
      Boltwood Cloud Sensor humidity in percent.
      BOLTRAIN
      Boltwood Cloud Sensor rain condition.
      BOLTSKYT
      Boltwood Cloud Sensor sky minus ambient temperature in degrees C.
      BOLTWIND
      Boltwood Cloud Sensor wind speed in km/h.
      CALSTAT
      indicates calibration state of the image; B indicates bias corrected, D indicates dark corrected, F indicates flat corrected.
      COLORTYP
      type of color sensor Bayer array or zero for monochrome.
      CSTRETCH
      initial display screen stretch mode.
      DARKTIME
      dark current integration time, if recorded.
      DAVAMBT
      Davis Instruments Weather Station ambient temperature in deg C
      DAVBAROM
      Davis Instruments Weather Station barometric pressure in hPa
      DAVDEW
      Davis Instruments Weather Station dewpoint in deg C
      DAVHUM
      Davis Instruments Weather Station humidity in percent
      DAVRAD
      Davis Instruments Weather Station solar radiation in W/m^2
      DAVRAIN
      Davis Instruments Weather Station accumulated rainfall in mm/day
      DAVWIND
      Davis Instruments Weather Station wind speed in km/h
      DAVWINDD
      Davis Instruments Weather Station wind direction in deg
      FLIPSTAT
      status of pier flip for German Equatorial mounts.
      FOCUSPOS
      Focuser position in steps, if focuser is connected.
      FOCUSSZ
      Focuser step size in microns, if available.
      FOCUSTEM
      Focuser temperature readout in degrees C, if available.
      INPUTFMT
      format of file from which image was read.
      ISOSPEED
      ISO camera setting, if camera uses ISO speeds.
      JD
      records the geocentric Julian Day of the start of exposure.
      JD_GEO
      records the geocentric Julian Day of the start of exposure.
      JD_HELIO
      records the Heliocentric Julian Date at the exposure midpoint.
      JD_HELIO2
      records the Heliocentric Julian Date at the exposure midpoint.
      MIDPOINT
      UT of midpoint of exposure.
      NOTES
      user-entered information; free-form notes.
      OBJCTALT
      nominal altitude of center of image
      OBJCTAZ
      nominal azimuth of center of image
      OBJCTHA
      nominal hour angle of center of image
      PIERSIDE
      indicates side-of-pier status when connected to a German Equatorial mount.
      READOUTM
      records the selected Readout Mode (if any) for the camera.
      ROTATANG
      Rotator angle in degrees, if focal plane rotator is connected.
      TILEXY
      indicates tile position within a mosaic.
      XBAYROFF
      X offset of Bayer array on imaging sensor.
      YBAYROFF
      Y offset of Bayer array on imaging sensor.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private IFitsHeader key  
    • Enum Constant Detail

      • BAYERPAT

        public static final MaxImDLExt BAYERPAT
        if present the image has a valid Bayer color pattern.
      • BOLTAMBT

        public static final MaxImDLExt BOLTAMBT
        Boltwood Cloud Sensor ambient temperature in degrees C.
      • BOLTCLOU

        public static final MaxImDLExt BOLTCLOU
        Boltwood Cloud Sensor cloud condition.
      • BOLTDAY

        public static final MaxImDLExt BOLTDAY
        Boltwood Cloud Sensor daylight level.
      • BOLTDEW

        public static final MaxImDLExt BOLTDEW
        Boltwood Cloud Sensor dewpoint in degrees C.
      • BOLTHUM

        public static final MaxImDLExt BOLTHUM
        Boltwood Cloud Sensor humidity in percent.
      • BOLTRAIN

        public static final MaxImDLExt BOLTRAIN
        Boltwood Cloud Sensor rain condition.
      • BOLTSKYT

        public static final MaxImDLExt BOLTSKYT
        Boltwood Cloud Sensor sky minus ambient temperature in degrees C.
      • BOLTWIND

        public static final MaxImDLExt BOLTWIND
        Boltwood Cloud Sensor wind speed in km/h.
      • CALSTAT

        public static final MaxImDLExt CALSTAT
        indicates calibration state of the image; B indicates bias corrected, D indicates dark corrected, F indicates flat corrected.
      • COLORTYP

        public static final MaxImDLExt COLORTYP
        type of color sensor Bayer array or zero for monochrome.
      • CSTRETCH

        public static final MaxImDLExt CSTRETCH
        initial display screen stretch mode.
      • DARKTIME

        public static final MaxImDLExt DARKTIME
        dark current integration time, if recorded. May be longer than exposure time.
      • DAVAMBT

        public static final MaxImDLExt DAVAMBT
        Davis Instruments Weather Station ambient temperature in deg C
      • DAVBAROM

        public static final MaxImDLExt DAVBAROM
        Davis Instruments Weather Station barometric pressure in hPa
      • DAVDEW

        public static final MaxImDLExt DAVDEW
        Davis Instruments Weather Station dewpoint in deg C
      • DAVHUM

        public static final MaxImDLExt DAVHUM
        Davis Instruments Weather Station humidity in percent
      • DAVRAD

        public static final MaxImDLExt DAVRAD
        Davis Instruments Weather Station solar radiation in W/m^2
      • DAVRAIN

        public static final MaxImDLExt DAVRAIN
        Davis Instruments Weather Station accumulated rainfall in mm/day
      • DAVWIND

        public static final MaxImDLExt DAVWIND
        Davis Instruments Weather Station wind speed in km/h
      • DAVWINDD

        public static final MaxImDLExt DAVWINDD
        Davis Instruments Weather Station wind direction in deg
      • FLIPSTAT

        public static final MaxImDLExt FLIPSTAT
        status of pier flip for German Equatorial mounts.
      • FOCUSPOS

        public static final MaxImDLExt FOCUSPOS
        Focuser position in steps, if focuser is connected.
      • FOCUSSZ

        public static final MaxImDLExt FOCUSSZ
        Focuser step size in microns, if available.
      • FOCUSTEM

        public static final MaxImDLExt FOCUSTEM
        Focuser temperature readout in degrees C, if available.
      • INPUTFMT

        public static final MaxImDLExt INPUTFMT
        format of file from which image was read.
      • ISOSPEED

        public static final MaxImDLExt ISOSPEED
        ISO camera setting, if camera uses ISO speeds.
      • JD

        public static final MaxImDLExt JD
        records the geocentric Julian Day of the start of exposure.
      • JD_GEO

        public static final MaxImDLExt JD_GEO
        records the geocentric Julian Day of the start of exposure.
      • JD_HELIO

        public static final MaxImDLExt JD_HELIO
        records the Heliocentric Julian Date at the exposure midpoint.
      • JD_HELIO2

        public static final MaxImDLExt JD_HELIO2
        records the Heliocentric Julian Date at the exposure midpoint.
      • MIDPOINT

        public static final MaxImDLExt MIDPOINT
        UT of midpoint of exposure.
      • NOTES

        public static final MaxImDLExt NOTES
        user-entered information; free-form notes.
      • OBJCTALT

        public static final MaxImDLExt OBJCTALT
        nominal altitude of center of image
      • OBJCTAZ

        public static final MaxImDLExt OBJCTAZ
        nominal azimuth of center of image
      • OBJCTHA

        public static final MaxImDLExt OBJCTHA
        nominal hour angle of center of image
      • PIERSIDE

        public static final MaxImDLExt PIERSIDE
        indicates side-of-pier status when connected to a German Equatorial mount.
      • READOUTM

        public static final MaxImDLExt READOUTM
        records the selected Readout Mode (if any) for the camera.
      • ROTATANG

        public static final MaxImDLExt ROTATANG
        Rotator angle in degrees, if focal plane rotator is connected.
      • TILEXY

        public static final MaxImDLExt TILEXY
        indicates tile position within a mosaic.
      • XBAYROFF

        public static final MaxImDLExt XBAYROFF
        X offset of Bayer array on imaging sensor.
      • YBAYROFF

        public static final MaxImDLExt YBAYROFF
        Y offset of Bayer array on imaging sensor.
    • Constructor Detail

      • MaxImDLExt

        private MaxImDLExt​(java.lang.String key,
                           IFitsHeader.VALUE valueType,
                           java.lang.String comment)
      • MaxImDLExt

        private MaxImDLExt​(IFitsHeader.VALUE valueType,
                           java.lang.String comment)
    • Method Detail

      • values

        public static MaxImDLExt[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (MaxImDLExt c : MaxImDLExt.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static MaxImDLExt valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • comment

        public java.lang.String comment()
        Specified by:
        comment in interface IFitsHeader
      • key

        public java.lang.String key()
        Specified by:
        key in interface IFitsHeader