Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Keys = data.ParamKeys{
Rng: "width",
Azi: "nlines",
Type: "",
Date: "",
}
Functions ¶
Types ¶
type CodeOpt ¶
type CodeOpt struct { common.RngAzi Nlines int `cli:"nlines" dft:"0"` Npoints int `cli:"n,npoint" dft:"4"` Oversamp float64 `cli:"o,oversamp" dft:"2.0"` MaxRad float64 `cli:"m,maxRadious" dft:"0.0"` InterpolMode InterpolationMode `cli:"int,interpol dft:"NearestNeighbour"` FlipInput bool `cli:"flipIn"` FlipOutput bool `cli:"flipOut"` Order int `cli:"r,order" dft:"5"` }
type File ¶
type File struct {
data.FileWithPar
}
func (File) LoadLookup ¶
func (d File) LoadLookup(p LookupPath) (l Lookup, err error)
type InterpolationMode ¶
type InterpolationMode int
const ( NearestNeighbour InterpolationMode = iota BicubicSpline BicubicSplineLog BicubicSplineSqrt BSpline BSplineSqrt Lanczos LanczosSqrt InvDist InvSquaredDist Constant Gauss )
func (*InterpolationMode) Set ¶
func (i *InterpolationMode) Set(s string) (err error)
func (InterpolationMode) String ¶
func (i InterpolationMode) String() string
type LookupPath ¶
func NewLookup ¶
func NewLookup(p path.Path) (l LookupPath)
type PathWithPar ¶
type PathWithPar struct {
data.PathWithPar
}
func New ¶
func New(file path.Path) (p PathWithPar)
func NewWithPar ¶
func NewWithPar(dat, par path.Path) (p PathWithPar)
func (PathWithPar) Load ¶
func (p PathWithPar) Load() (f File, err error)
Click to show internal directories.
Click to hide internal directories.