LSSTDESC / SLTimer

Time delay measurement from LSST light curves
BSD 3-Clause "New" or "Revised" License
5 stars 5 forks source link

Time delay estimation options #22

Closed drphilmarshall closed 8 years ago

drphilmarshall commented 8 years ago

I think we want the estimate_time_delays to have some more options. For example, we need to separate the intrinsic variability model from the microlensing model. How about:

timer.estimate_time_delays(method=`pycs`, agn='spline', microlensing=`polynomial`)

and then further kwargs for the key parameters of these methods?

milanwilliams commented 8 years ago

This is now implemented and will be merged with #26

drphilmarshall commented 8 years ago

Great!