0 - DATA: Transient light curves from DES-SN¶
Overview¶
The light-curves are produced using the Scene Modelling Photometry pipeline described in Brout et al. 2019a and Sanchez et al. 2024 (in prep.).
The full set of light-curves will be released after acceptance of Sanchez et al. 2024 (in prep.) currently in collaboration wide review.
Content datasets¶
We provide light-curves in 4 different directories:
DES-SN5YR_DES: The SMP light curve dataset from DES 5YRDES-SN5YR_LOWZ: The Low-Z survey DES calibrated light curve dataDES-SN5YR_Foundation: The Foundation survey DES calibrated light curve dataDES-SN5YR_DES_DIFFIMG: The DIFFIMG, with PSF forced photometry over the entire dataset
Data Format¶
The light curve files are provided in standard FITS format following the SNANA convention.
The data is split in HEAD.FITS files, just for the header information, and PHOT.FITS files containing the actual light curve measurements.
HEAD file¶
The HEAD file contains tabular information for all transient events and it stores the SNID that uniquely identifies the event.
This integer type variable can be used to find the event light-curve and it is shared among all files in DES-SN5YR.
Variable name |
Description |
|---|---|
|
integer or character ID |
|
0=real data, 1=fake overlaid on image, 2=SNANA sim, |
|
sky coordinates (degrees) |
|
integer type assigned by survey (e.g., SPEC type) |
|
number of obs (all bands) |
|
pointer to 1st light curve obs in PHOT file |
|
pointer to last light curve obs |
|
E(B-V) for Milky way |
|
best heliocentric redshift; zSpec if available; else zPhot; else -9 |
|
best CMB redshift (no VPEC correction) |
|
pec velocity (km/sec) and error on correction |
|
approx PEAKMJD; useful to init light curve fit |
|
MJD when survey trigger is satisfied |
|
MJD of first detection |
|
MJD of last detection |
|
Surface brightness mag at SN location |
|
number of host matches with DDLR < 4 |
|
number of host matches with DDLR < 7 |
|
integer id of host (long long int) |
|
R.A. (deg) for center of host |
|
declination (deg) for center of host |
|
transient-host separation, arcsec |
|
SN-host sep in distance-light-radii (d_DLR) |
|
zSpec of host (-9 -> not available) |
|
zphot (mean of PDF); -9 -> not available |
|
redshift containing PPP percent of zPDF prob |
|
logmass and error |
|
log(star formation rate) and error |
|
Host Magnitudes for band=u,g,r,i,z,Y |
|
Host magnitude error. |
Additional variables for simulated data. |
|
|
true integer transient type (e.g., 1 for SNIa) |
|
true sim property SSS |
Note
HOSTGAL_ quantities
Each
HOSTGAL_{}hasHOSTGAL2_{}for 2nd host-match;-999 indicates no 2nd host; else values are filled.
First listed host has smallest DDLR and may not be the true host
Note
Using data from the HOSTGAL quantities:
Please cite Kelsey et al. 2023 and Wiseman et al. 2020.
PHOT file¶
The PHOT file contains the light curve measurements, with all written sequentially to the PHOT-tables, and pointers in the HEAD file (see PTROBS_MIN and PTROBS_MAX) are used to select the appropriate rows from the PHOT table. To help catch pointer mistakes, MJD = -777 is written after each light curve to clearly indicate the end of it.
Variable name |
Description |
|---|---|
|
Float, Modified Julian Day (MJD). |
|
String indicating DES bandpass filter. (g, r, i, z) |
|
CCD or detector number |
|
DES Image number identifier; e.g. exposure number, or visit id |
|
DES-SN survey field name. (SHALLOW, DEEP) (E1, E2, E3, S1, S2, X1, X2, X3, C1, C2) |
|
bit-mask of information (check data README) |
|
float metric; e.g, RealBogus score, chi2, … |
|
calibrated flux : mag = 27.5 - 2.5*log10(FLUXCAL) |
|
Poisson uncertainty on FLUXCAL; sky+galaxy+source |
|
PSF Gauss sigma, pixels |
|
sky noise (ADU/pixel) |
|
template sky noise (for DIFFIMG, not for SMP) |
|
image zero point |
|
N_photoelectron/ADU |
|
x-locaton on CCD (pixels) |
|
y-locaton on CCD (pixels) |
Additional variables for simulated data. |
|
|
true model mag |
SNTYPE nomeclature¶
The types as defined in our Data released photometry light-curves are:
SNTYPE |
Description |
|---|---|
0 |
“NO_SPEC” (for the vast majority, no spectra obtained) |
1 |
“SNIa” |
101 |
“SNIa?” |
3 |
“SNIax” |
4 |
“SNIa-pec” |
5 |
“SNI” (no H in spectrum, but cant distinguisn Ia vs Ib) |
20 |
“SNIIP” |
21 |
“SNIIL” |
22 |
“SNIIn” |
23 |
“SNIIb” |
29 |
“SNII” |
122 |
“SNIIn?” |
129 |
“SNII?” |
32 |
“SNIb” |
33 |
“SNIc” |
39 |
“SNIbc” |
139 |
“SNIbc?” |
41 |
“SLSN-I” |
42 |
“SLSN-II” |
66 |
“SLSN-II?” |
141 |
“SLSN-I?” |
80 |
“AGN” |
81 |
“TDE” |
82 |
“M-Star” |
180 |
“AGN?” |