makeZimage: Generate a ZenithImage.

Description Usage Arguments Details Value Methods (by class) See Also Examples

Description

Helper function to generate a ZenithImage. Compute zenith angle for each pixel needed to represent a circular hemispherical image with 180 degrees field of view. For definition of zenith angle see details of lensPolyCoef.

Usage

1
2
3
4
5
6
7
makeZimage(x, y)

## S4 method for signature 'RelativeRadiusImage,LensPolyCoef'
makeZimage(x, y)

## S4 method for signature 'numeric,LensPolyCoef'
makeZimage(x, y)

Arguments

x

numeric or RelativeRadiusImage.

y

LensPolyCoef.

Details

If the x argument of a call to makeZimage is numeric, the function internally calls to makeRimage.

Value

ZenithImage.

Methods (by class)

See Also

RelativeRadiusImage.

Examples

1
2
3
4
lens <- lensPolyCoef()
z <- makeZimage(480, lens)
plot(z)
z

GastonMauroDiaz/caiman documentation built on Jan. 22, 2022, 4:43 a.m.