================================================================================ Title: Strong Near-Infrared Carbon Absorption in the Transitional Type Ia SN 2015bp Authors: Wyatt S.D., Sand D.J., Hsiao E.Y., Burns C.R., Valenti S., Bostroem K.A., Lundquist M., Galbany L., Lu J., Ashall C., Diamond T.R., Filippenko A.V., Graham M.L., Hoeflich P., Kirshner R.P., Krisciunas K., Marion G.H., Morrell N., Persson S.E., Phillips M.M., Stritzinger M.D., Suntzeff N.B., Taddia F. ================================================================================ Description of contents: This tar.gz archive file contains the data behind Figure 2 of the accepted version of the manuscript listed above. This archive includes a time-series of 12 optical spectra of SN 2015bp listed as follows: SN2015bp_2015-03-20_2457101.82363_EFOSC_2700.0181.csv/mrt SN2015bp_2015-03-27_2457108.6593_NOT-ALFOSC_1500.csv/mrt SN2015bp_2015-03-28_2457109.88021_EFOSC_600.0119.csv/mrt SN2015bp_2015-04-10_2457122.84116_EFOSC_600.0149.csv/mrt SN2015bp_2015-04-13_2457125.6061_NOT-ALFOSC_1800.csv/mrt SN2015bp_2015-04-19_2457131.72423_EFOSC_900.0181.csv/mrt SN2015bp_2015-04-24_2457136.82022_WFCCD+WF4K-1_600.0.csv/mrt SN2015bp_2015-05-12_2457154.5282_NOT-ALFOSC_1800.csv/mrt SN2015bp_2015-05-20_2457162.90001_DEIMOS_900.0.csv/mrt SN2015bp_2015-07-19_2457222.53402_WFCCD+WF4K-1_1000.0.csv/mrt SN2015bp_2015-08-17_2457249.3999_NOT-ALFOSC_2400.csv/mrt SN2015bp_2015-09-15_2457281.48374_EFOSC_2700.0153.csv/mrt file names are formatted as: objectname_utdate_mjd_instrument_exposuretime.csv/mrt file contents are plainly: wavelength (Angstroms), flux (erg/s/cm/cm) System requirements: The spectra are given in CSV and MRT formats. The MRT files are formatted according to the machine readable format used by the AAS Journals and CDS/VizieR. Specific information on the structure of MRT files can be found at: AAS: https://journals.aas.org/mrt-overview/ CDS: http://cds.u-strasbg.fr/doc/catstd.htx These files can be read in python using the astropy package: from astropy.table import Table data = Table.read("SN2015bp_2015-09-15_2457281.48374_EFOSC_2700.0153.mrt", format="ascii.cds") Additional comments: ## Please replace this with additional comments or even text from the main paper useful for the AAS Journal reader. ## ================================================================================