LSSTDESC / SLTimer

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

Sigma intrinsic and new whitening method summary #60

Closed chto closed 7 years ago

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-2.4%) to 13.604% when pulling 3d529c2d25b9c8c079aac977c850c0ad4ebc2c12 on chto:add_sigma_intrinsic_and_new_whitening into f7f37a1a97cbd16e31363fc8baf076525c9bc280 on DarkEnergyScienceCollaboration:master.

chto commented 8 years ago

Hi, @drphilmarshall

In this branch, I add two notebooks which are Sigma_Intrinsic_Analysis.ipynb and SLTimer_TDC2_NewWhitening.ipynb.

In Sigma_Intrinsic_Analysis.ipynb: I do an analysis on how sigma_intrisic affect the likelihood. In SLTimer_TDC2_NewWhitening.ipynb: I do the same analysis as in Sigma_Intrinsic_Analysis.ipynb, but change the whitening method. The likelihood for new whitening method is strange and I am still finding the reason. But I think it is not likely to be caused by some bugs in the code, after checking the code again and again. Therefore, I think it is a good time to let you know.

If you have any suggestion or comments, please let me know. Thanks.

drphilmarshall commented 8 years ago

@chto Great work! It's hard to comment inline on notebooks, so I'll do it here instead.

Sigma_Intrinsic_Analysis.ipynb

drphilmarshall commented 8 years ago

SLTimer_TDC2_NewWhitening.ipynb

drphilmarshall commented 7 years ago

OK, all these commits were also in your issue/42/initialization branch, which I just merged into issue/40/tdc2gatewaytest. Can you please pull this branch from the base repo and check that everything looks right to be your current version? Any problems, please issue them. Thanks!