TdeLc¶
- class rubin_sim.maf.maf_contrib.TdeLc(file_list=None)¶
Bases:
object
Read in some TDE lightcurves
- Parameters:
- file_listlist of str (None)
List of file paths to load. If None, loads up all the files from data/tde/
Methods Summary
interp
(t, filtername[, lc_indx])t : array of floats
Methods Documentation
- interp(t, filtername, lc_indx=0)¶
- tarray of floats
The times to interpolate the light curve to.
- filternamestr
The filter. one of ugrizy
lc_index : int (0) Which file to use.