Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Fpath = ""
Fpath is set in case data should be stored on file system. If empty nothing is saved, locally.
Functions ¶
Types ¶
type ImageData ¶
type ImageData struct { Series int `json:"series"` Frame int `json:"frame"` Hash string `json:"hash"` Shape [3]int `json:"shape"` Type string `json:"type"` Encoding string `json:"encoding"` Size int `json:"size"` StartTime int `json:"start_time"` StopTime int `json:"stop_time"` RealTime int `json:"real_time"` DataBlob []byte Data []byte ByteSize int ElementSize int }
ImageData contains the EIGER zmq image meta data as well as the data blob and the uncompressed data
Click to show internal directories.
Click to hide internal directories.