setup_LC_geometry: Setup light cone geometry

Description Usage Arguments Value See Also Examples

View source: R/setup_LC_geometry.R

Description

setup_LC_geometry sets up the light cone geometry for LICORS.

Usage

1
2
setup_LC_geometry(horizon = list(PLC = 1, FLC = 0), speed = 1, space.dim = 1, 
    shape = "cone")

Arguments

horizon

a list with PLC and FLC horizon

speed

speed of propagation

space.dim

dimension of the spatial grid. Eg. 2 if the data is a video ( = image sequences).

shape

shape of light cone: 'cone', 'tube', or 'revcone'.

Value

A list of class "LC".

See Also

LC-utils, compute_LC_coordinates

Examples

1
2
3
4
5
aa <- setup_LC_geometry(horizon = list(PLC = 3, FLC = 1), speed = 1, space.dim = 1, 
    shape = "cone")
aa
plot(aa)
summary(aa)

LICORS documentation built on May 1, 2019, 10:13 p.m.