LSSTDESC / snmachine

Machine learning code for photometric supernova classification
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

2D GPs #197

Closed Catarina-Alves closed 4 years ago

Catarina-Alves commented 4 years ago

Add an option to use the avocado's two-dimensional GPs when computing the GPs. avocado's GP are two-dimensional and therefore are able to encompass cross-filter information.

His method to interpolate LC data is: Fit a GPs in both time and wavelength to model the light curve in all bands simultaneously.

  1. Use the Matérn 3/2 kernel for the GP.
  2. Use maximum likelihood estimation to fit for both the amplitude and time length scale parameters on a per-object basis and fix the length scale in wavelength to 6000A.
Catarina-Alves commented 4 years ago

To solve with #198