R/diffusers.r

#' @title Entrance optics
#'
#' @description A vector of names useful for extracting subsets of angular
#'   response data from the \code{\link{diffusers.lst}} object.
#'
#' @format A character vector of names of members of the list of data
#'   frames.
#'
#' @docType data
#' @keywords datasets
#'
#' @note
#' Irradiance measurements require diffusers or sensors with a responsivity
#' proportional to the cosine of the angle of incidence. These described as
#' cosine corrected. In practice no real diffusers achieve this over 180
#' degrees, and only the best approach the expected response over an angle
#' of 160 to 170 degrees.
#'
#' Hemispherical scalar irradiance (or hemispherical fluence rate) requires an
#' entrance optics with a response invariant with the angle of incidence over
#' 180 degrees in 3D. Such sensors or diffusers are seldom available
#' off-the-shelf.
#'
#' Scalar irradiance (or fluence rate) measurements require a diffuser with
#' response invariant over 360 degrees in 3D.
#'
#' @examples
#' all_diffusers
#'
"all_diffusers"

#' @rdname all_diffusers
#'
"cosine_diffusers"

#' @rdname all_diffusers
#'
"dome_diffusers"

#' @rdname all_diffusers
#'
"entrance_optics"

#' @rdname all_diffusers
#'
"sensor_optics"

#' @rdname all_diffusers
#'
"ic_optics"

#' @rdname all_diffusers
#'
"ideal_optics"

Try the photobiologySensors package in your browser

Any scripts or data that you put into this service are public.

photobiologySensors documentation built on Oct. 24, 2023, 9:08 a.m.