rwesson / ALFA

Automated Line Fitting Algorithm

Home Page:http://www.nebulousresearch.org/codes/alfa/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check CUNIT for Angstrom or nm

rwesson opened this issue · comments

ALFA assumes wavelengths are in Angstroms, and stops if no lines are found in the wavelength range. If the FITS header says the units are nm, ALFA should simply divide the line catalogue wavelengths by 10 and continue.

Implemented. CUNIT[13] is checked, and if nm is found, wavelengths are converted to A.
c733e35
3b67ca6
c1b9648