[ home | absolute flux calibration | aperture corrections | chunkfit characteristics | data download | IDEOS redshifts | observables | papers based on IDEOS | silstrength systematics | spectral resolution ]

Data download

The AAS machine readable data table with all measured quantities can be downloaded from the caption of Table 6 of the online version of Paper II (Spoon et al. 2022). The quantities and units are described in Table 6 itself. Use this script to read in the data table into Python:
Python>from astropy.table import Table
Python>data = Table.read("apjsac4989t6_mrt.txt", format="ascii.cds")
Python>pdata = data.to_pandas()
Python>data.write("file.csv", format="ascii.csv")

Two IDL XDR machine readable data files with all measured quantities can be downloaded here:
Part 1: version 1.2 (January 10, 2022)
Part 2: version 1.2 (January 10, 2022)
The quantities and units are described on the observables and non-observables page.

A GZipped TAR file containing all IDEOS spectra can be downloaded here: version 1.0 (January 11, 2022)

A CC-BY 4.0 license applies to the use of these data products. For your convenience, the citation to paper II would be: Spoon H.W.W., Hernán-Caballero A., Rupke D., Waters L.B.F.M., Lebouteiller V., Tielens A.G.G.M., Loredo T., Su Y., Viola V., 2022, ApJS, ApJS 259, 37.