SPIDERMAN
SPIDERMAN copied to clipboard
A fast code to simulate secondary transits and phase curves
I have installed and can successfully import the module. But I get error on the first next line: spider_params = sp.ModelParams(brightness_model="zhang").
Using LMFIT to fit sine waves to Spitzer data, I can usually fit the model to 60k data points in ~15 seconds with `leastsq` as the method, and ~200 seconds...
I am fitting a Spitzer phase curve with the SPIDERMAN model, but at every iteration of the LMFIT, the routine outputs this: `no stellar models provided, using blackbody approximation` How...