Age | Commit message (Collapse) | Author |
|
|
|
This commit updates the chi2 and dm-search scripts to add the ability to
pass a run list on the comand line.
|
|
|
|
|
|
This commit updates get_events() to calculate the livetime based on both
the number of pulse gt events and the 10 MHz clock and to return it in a
dictionary stored with the dataframe.
I also update dm-search so that the results are now reported as a
function of events/cm^3/s.
Also updated radius cut to be the AV radius.
|
|
|
|
This commit updates both the chi2 and dm-search scripts to run nlopt at
the end of the MCMC to find the best fit point.
The reason for this is that for the dm-search script, we rely on the
best fit point being correct when doing the discovery threshold
analysis. To really get the best fit point with the MCMC we would need
to run a ridiculous number of steps, so it's better to run a fewer
amount of steps to get close and then run the minimization from there.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|