Versions in this module Expand all Collapse all v0 v0.5.2 Mar 29, 2019 Changes in this version type ImageProcessor + func (ip *ImageProcessor) GetEnhance() bool + func (ip *ImageProcessor) GetMetadata() bool + func (ip *ImageProcessor) SetEnhance(enhance bool) + func (ip *ImageProcessor) SetMetadata(metadata bool) v0.5.1 Mar 10, 2019 Changes in this version + var NOAANameRegex = regexp.MustCompile(`OR_ABI-(.*)-(.*)_(.*)_(s.*).*`) + func PlainLRITImage(_ *ImageProcessor, filename string, _ *XRIT.Header) + func ProcessFalseColor(ip *ImageProcessor, xh *XRIT.Header, filename string) + func ProcessGOESABI(ip *ImageProcessor, filename string, xh *XRIT.Header) + func SetPurgeFiles(purge bool) + type ImageProcessor struct + MultiSegmentCache map[string]*Structs.MultiSegmentImage + func MakeImageProcessor() *ImageProcessor + func (ip *ImageProcessor) GetDrawMap() bool + func (ip *ImageProcessor) GetFalseColor() bool + func (ip *ImageProcessor) GetMapDrawer() *MapDrawer.MapDrawer + func (ip *ImageProcessor) GetReproject() bool + func (ip *ImageProcessor) ProcessImage(filename string) + func (ip *ImageProcessor) SetDrawMap(drawMap bool) + func (ip *ImageProcessor) SetFalseColor(fsclr bool) + func (ip *ImageProcessor) SetReproject(reproject bool)