wavefunc | R Documentation |
Calculate the central or pivot wavelength of a given filter.
cenwavefunc(filter)
pivwavefunc(filter)
filter |
Two column matrix; column one must be flux in Angstroms, column two must be a filter response. These are the type returned by
|
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
).
Returns the central or pivot wavelength in Angstroms.
Aaron Robotham
cenwave
data('cenwave')
cenwave[8,]
cenwavefunc(getfilt('r_VST'))
data('cenwave')
cenwave[8,]
cenwavefunc(getfilt('r_VST'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.