Documentation ¶
Overview ¶
Package probmap implements a map image for a probability density, in a plate carrée (equirectangular) projection.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Image ¶
type Image struct { // Number of columns in the image Cols int // Age of the time stage of the image Age int64 // Landscape model Landscape *model.TimePix // Total rotation for the pixels to the present stage Tot map[int][]int // Color keys Keys *pixkey.PixKey // Map of Pixels to Probabilities Rng map[int]float64 // Contour image Contour image.Image // If present is true, // it will use the present geography Present bool // If gray is true, // it will use a gray scale. Gray bool // contains filtered or unexported fields }
func (*Image) ColorModel ¶
Click to show internal directories.
Click to hide internal directories.