Closed drphilmarshall closed 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:
estimate_time_delays
timer.estimate_time_delays(method=`pycs`, agn='spline', microlensing=`polynomial`)
and then further kwargs for the key parameters of these methods?
This is now implemented and will be merged with #26
Great!
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:and then further kwargs for the key parameters of these methods?