remingtonsexton/BADASS3

Addition of other FeII and Stellar Templates

Closed this issue · 2 comments

I am using BADASS for another project where I have to extract [OIII] kinematics from Keck KCWI-Blue data (FWHM ~0.950 A from 4600-5700A).

While the VC04 optical FeII template has been working fine for most purposes, there are some spectra in AGN-dominated spaxels where FeII emission is really strong (e.g. Ark 120/Mrk 1095), and I would like to try using different FeII templates for these bins. I have already tried using the K10 template provided and it seems to consistently return NaNs for the function value during the basinhopping step of the fitting. The K10 template seems to work fine when I use it with the MUSE data I have, which makes me think the issue could be something related to the KCWI resolution/FWHM.

I was wondering if it would be possible to implement some other optical FeII templates, such as the Boroson & Green (1992) template or even the recently published Mrk 493 STIS template in Park et al. (2022).

In a related fashion, I would also like to know if it would be possible to add some higher-resolution stellar templates. The default libraries seem to have lower resolutions than KCWI, so I had to manually add in the X-Shooter Library SSP Models, although in a limited capacity (solar metallicity, trimmed to 3800 A - 10000A, and re-binned to a linear scale, since by default the wavelengths are sampled in log10, but the resolution changes between the UV/OPT/IR bands). In principle, would it be possible to use additional libraries in prepare_stellar_templates, even if the templates themselves might not be sampled linearly in wavelength, and/or might have varying resolution?

I ended up inputting the Maraston and Stromback (2011) templates based on ELODIE (FWHM = 0.55 A, linearly sampled), which was simple.

Also was able to successfully implement Mrk 493 STIS template by adding blocks of code similar to the Veron-Cetty template (but without the need to separate broad an narrow Fe II).