cenwavefunc: Central and Pivot Wavelength Calculators

View source: R/photom.R

wavefuncR Documentation

Central and Pivot Wavelength Calculators

Description

Calculate the central or pivot wavelength of a given filter.

Usage

cenwavefunc(filter)
pivwavefunc(filter)

Arguments

filter

Two column matrix; column one must be flux in Angstroms, column two must be a filter response. These are the type returned by getfilt (see Examples).

Details

The central wavelength (often called the pivot wavelength) is used to compute various filter properties. In ProSpect they have been pre-computed for the provided band passes (see cenwave).

Value

Returns the central or pivot wavelength in Angstroms.

Author(s)

Aaron Robotham

See Also

cenwave

Examples

data('cenwave')
cenwave[8,]
cenwavefunc(getfilt('r_VST'))

data('cenwave')
cenwave[8,]
cenwavefunc(getfilt('r_VST'))

asgr/ProSpect documentation built on Feb. 21, 2025, 1:43 a.m.