Last modified: 2013-2-27
Class JitterReposUtilsInterface
ReposUtils: javascript module for doing nifty things with repos and other spatial maps
Constructor Attributes | Constructor Name and Description |
---|---|
TODO
|
Field Attributes | Field Name and Description |
---|---|
Integer |
how many bits of interpolation we want in our maps
|
Method Attributes | Method Name and Description |
---|---|
cartopolmatrix2dfloat32(impulse, xs, ys, issigned)
no info
|
|
no info
|
|
makemap_cartopol(x, y, xscale, yscale)
no info
|
|
makemap_multi(x, y, xscale, yscale)
no info
|
|
makemap_normal(x, y)
no info
|
|
makemap_pinch(x, y, kx, ky, xpinch, ypinch, xamp, yamp, power)
no info
|
|
pack2plane(uno, dos)
no info
|
|
pinch2dfloat32(impulse, xpinch, ypinch, xamp, yamp, power)
no info
|
|
rel2abs(rela)
no info
|
|
unpack2plane(cero, uno, dos)
no info
|
|
upsample1d(inmat, l)
no info
|
|
upsample2d(inmat, x, y)
no info
|
Field Detail
{Integer}
interpbits
how many bits of interpolation we want in our maps
- Example:
//TODO
Method Detail
cartopolmatrix2dfloat32
(impulse, xs, ys, issigned)
no info
- Example:
//TODO
- Parameters:
- impulse
- xs
- ys
- issigned
genkernel2dfloat32
()
no info
- Example:
//TODO
makemap_cartopol
(x, y, xscale, yscale)
no info
- Example:
//TODO
- Parameters:
- x
- y
- xscale
- yscale
makemap_multi
(x, y, xscale, yscale)
no info
- Example:
//TODO
- Parameters:
- x
- y
- xscale
- yscale
makemap_normal
(x, y)
no info
- Example:
//TODO
- Parameters:
- x
- y
makemap_pinch
(x, y, kx, ky, xpinch, ypinch, xamp, yamp, power)
no info
- Example:
//TODO
- Parameters:
- x
- y
- kx
- ky
- xpinch
- ypinch
- xamp
- yamp
- power
pack2plane
(uno, dos)
no info
- Example:
//TODO
- Parameters:
- uno
- dos
pinch2dfloat32
(impulse, xpinch, ypinch, xamp, yamp, power)
no info
- Example:
//TODO
- Parameters:
- impulse
- xpinch
- ypinch
- xamp
- yamp
- power
rel2abs
(rela)
no info
- Example:
//TODO
- Parameters:
- rela
unpack2plane
(cero, uno, dos)
no info
- Example:
//TODO
- Parameters:
- cero
- uno
- dos
upsample1d
(inmat, l)
no info
- Example:
//TODO
- Parameters:
- inmat
- l
upsample2d
(inmat, x, y)
no info
- Example:
//TODO
- Parameters:
- inmat
- x
- y