In [1]:
# imports
from xastropy.igm.abs_sys.lls_utils import LLSSurvey
import urllib2, urllib
import imp, json
xa_path = imp.find_module('xastropy')[1]
In [2]:
lls_survey = LLSSurvey(flist='Lists/lls_metals.lst', tree=os.getenv('LLSTREE'))
In [3]:
# Grabs HD-LLS files from the website, as needed
hdlls = LLSSurvey.default_sample()
In [4]:
hdlls
Out[4]:
In [5]:
hdlls.nsys
Out[5]:
In [6]:
hdlls.NHI[0:10]
Out[6]:
In [7]:
hdlls.name[0:5]
Out[7]:
In [ ]: