Documentation ¶
Index ¶
Constants ¶
View Source
const ( ColorID_MONO ColorID = 0 ColorID_BAYER_RGGB ColorID = 8 ColorID_BAYER_GRBG ColorID = 9 ColorID_BAYER_GBRG ColorID = 10 ColorID_BAYER_BGGR ColorID = 11 ColorID_BAYER_CYYM ColorID = 16 ColorID_BAYER_YCMY ColorID = 17 ColorID_BAYER_YMCY ColorID = 18 ColorID_BAYER_MYYC ColorID = 19 ColorID_RGB ColorID = 100 ColorID_BGR ColorID = 101 BigEndian Endianness = 0 LittleEndian Endianness = 1 )
Variables ¶
View Source
var FileSignature [14]byte
Functions ¶
func FixedStringToString ¶
func TimeFromDateTime ¶
Types ¶
type Endianness ¶
type Endianness int32
type Header ¶
type Header struct { FileID [14]byte // File Signature LuID int32 // Lumenera camera series ID (unused) ColorID ColorID Endianness Endianness ImageWidth int32 ImageHeight int32 PixelDepthPerPlane int32 FrameCount int32 Observer [40]byte // Name of observer Instrument [40]byte // Name of camera Telescope [40]byte // Name of telescope DateTime DateTime // Local time DateTimeUTC DateTime // Time (UTC) }
func LoadHeader ¶
Click to show internal directories.
Click to hide internal directories.