Notebook describing ArcLine Sources in arclines (v1.1)


In [1]:
# imports
from arclines import io as arcl_io

In [3]:
sources = arcl_io.load_source_table()
sources


Out[3]:
<Table length=2>
FileAuthorDateInstrLampswvminwvmaxFormat
str25str3str11str5str19float64float64str6
lrisr_600_7500_PYPIT.jsonJXP17-Dec-2016LRISrArI,HgI,KrI,NeI,XeI5700.08900.0PYPIT1
lrisb_600_4000_PYPIT.jsonJXP17-Dec-2016LRISbCdI,HgI,ZnI3100.05500.0PYPIT1

LRISr

lrisr_600_7500_PYPIT.json

Arc solution from PYPIT of a standard LRIRr exposure with the D560 dichroic and 600/7500 grating

LRISb

lrisb_600_4000_PYPIT.json

Arc solution from PYPIT of a standard LRIRb long-slit exposure with the D560 dichroic and 600/4000 grating

In [ ]: