AGN_UnOb: Unattentuated AGN Templates

AGN_UnObR Documentation

Unattentuated AGN Templates

Description

Unattentuated AGN templates taken from Andrews et al 2018

Usage

data("AGN_UnOb")
data("AGN_UnOb_Sparse")

Format

AGN_UnOb is a data frame with 6492 observations on the following 2 variables.

Wave

Numeric; wavelength (Ang).

Aspec

Numeric; normalised luminosity (L/Ang).

AGN_UnOb_Sparse is a data frame with 650 observations on the following 2 variables.

Wave

Numeric; wavelength (Ang).

Aspec

Numeric; normalised luminosity (L/Ang).

In both cases the spectra are normalised so that they integrate to 1 (see examples).

Details

We use the unattentuated AGN template seen in Andrews et al (2018)

Source

Andrews et al, 2018, MNRAS, 474, 898

References

Andrews et al, 2018, MNRAS, 474, 898

Examples

data(AGN_UnOb)
data(AGN_UnOb_Sparse)
plot(AGN_UnOb, log='xy', type='l', xlab='Wave / Ang', ylab='Lum / L/Ang')
lines(AGN_UnOb_Sparse, col='red')

sum(c(0,diff(AGN_UnOb$Wave))*AGN_UnOb$Aspec)
sum(c(0,diff(AGN_UnOb_Sparse$Wave))*AGN_UnOb_Sparse$Aspec)

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