astrohanp / AutoQSOFit

Code to automate execution of PyQSOFIT on multiple objects and generating an emission line catalog efficiently

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Import for Unit Conversion in AUTOQSOFit

JRoot076 opened this issue · comments

In the first section of the code, there is a missing line for the importing of units from the astropy package. In particular, you should have from astropy.io import units as u. Thanks!