Description Usage Arguments Details Value Author(s) See Also
View source: R/prepare.ELODIE.R
This function provides a wrapper to prepare.template
specifically geared to ELODIE spectra.
1 2 3 |
ident |
character string identifying an ELODIE spectrum. This is the basename of the corresponding fits file. |
config.file |
name of a configuration file. This can be used to specify a wavelength range to be used with a given target galaxy. |
path |
optional character string to specify non-standard path to the ELODIE library |
type |
Choose high ("H") or low ("L") resolution version of ELODIE spectra. The high-resolution spectra have R=42,000 and a normalized ot the continuum. The low-resolution spectra have R=10,000 and are flux-calibrated. |
lambda.lim |
two-component vector giving the wavelength range to
be read from the template spectrum. If |
resolution.target |
Instrumental resolution (sigma!) of the spectrum that is to be fitted. |
contdiv |
logical. If |
contsub |
logical. If TRUE a polynomial fit to the continuum will
be subtracted. Since the ELODIE spectra are normalised to the
continuum, this could be done by subtracting 1 and the parameter is
set to |
... |
Further parameters to be passed to
|
The ELODIE library is expected to reside in
$SLACS_HOME/ELODIE/H. A non-standard path can be given with
path.
From a given resolution.target, the routing automatically
computes the required width of the smoothing kernel used by
prepare.template. The instrumental resolution of the
ELODIE spectra is ??? Angstroms.
The object name and atmospheric parameters are looked for in keywords OBJECT, SPTYPE, I\_FE\_H, I\_TEFF and I\_LOGG.
An object of class spectrum, resampled to a logarithmic
wavelength vector.
Oliver Czoske
prepare.template, prepare.spectrum
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.