eta_functions: Model Detector Radial Efficiency

Description Usage Arguments

Description

eta_uniform models a uniform detector

eta_van_der_pol models a detector whose efficiency drops off sinusoidally from 1.0 on the axis to 0.0 at the maximum acceptance angle

eta_mvdp models a detector whose efficiency drops off sinusoidally from 1.0 on the axis to 'fac' (0.0 < fac < 1.0) at the maximum acceptance angle

Usage

1
2
3
4
5
eta_uniform(alpha_prime = NA, alpha = NA, eta_fac = NA)

eta_van_der_pol(alpha_prime = NA, alpha = NA, eta_fac = NA)

eta_mvdp(alpha_prime = NA, alpha = NA, eta_fac = NA)

Arguments

alpha_prime

The variable angle (in radians) over the detector (zero on the axis)

alpha

The maximum acceptance angle (in radians) of the detector

fac

The relative efficiency of the detector at its edge (0.0 < fac < 1.0)


rogerswt/flowMie documentation built on Jan. 31, 2021, 8 a.m.