collection_ml: collection_ml

Description Usage Arguments Details Value Author(s)

View source: R/collection.r

Description

Light intensity from the transmission of a bunch of plane waves at a planar interface

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
collection_ml(
  xyz,
  wavelength = 632.8,
  omega = c(40, 50) * pi/180,
  psi = 0,
  epsilon = c(1.5^2, epsAg(wavelength)$epsilon, 1^2, 1^2),
  thickness = c(0, 50, 10, 0),
  maxEval = 3000,
  reqAbsError = 0,
  tol = 1e-04,
  progress = FALSE
)

Arguments

xyz

position matrix

wavelength

wavelength

omega

collection angle

psi

polarisation angle

epsilon

vector of permittivities

thickness

thickness corresponding to each medium

maxEval

passed to cubature

reqAbsError

passed to cubature

tol

passed to cubature

progress

logical display progress bar

Details

Integration is performed over the solid angle defined by omega

Value

data.frame intensity at the x, y, z position

Author(s)

Baptiste Auguie


nano-optics/planar documentation built on Feb. 9, 2022, 8:44 p.m.