Make time reconstruction more efficient
This moves the step where only the elements in the time array that are also in the prior are kept before the inner products are calculated, greatly reducing the number of necessary computations. It also applies the frequency mask to the inner products so that trash data or PSD frequencies that are meant to be notched don't break the fft
. The changes to pymultinest are separate and I think have already been merged, so I'm not sure why they're showing up in the diff.
Merge request reports
Activity
added Efficiency + 1 deleted label
added 30 commits
-
93444f57...abce0f82 - 29 commits from branch
lscsoft:master
- 4b3e9693 - Merge branch 'master' into 'make_time_reconstruction_more_efficient'
-
93444f57...abce0f82 - 29 commits from branch
mentioned in commit 60785acb
changed milestone to %1.0.0