Revision a37ef9c769b8b48a7afa83da534f33223061d769 authored by Jacopo on 02 March 2022, 21:51:40 UTC, committed by GitHub on 02 March 2022, 21:51:40 UTC
* Added tests for subsample optimization

* New subsample_optimization option to match

* testing phase retrieval

* Corrected phase retrieval testing

* Fixed usage of baseline cyclic time shift

* Ran black

on the match and optimization_match functions

* Complying with the 79 character per line limit

* Moved optimized match functionality to own function

Also renamed the function to optimized_match, and fixed docs accordingly

* Matched tests to the new optimized_match API

* Ran black on the new function

* Ran black on the old, modified match funcion

* Ignoring pylint warning

about unbalanced tuple unpacking; it is a false positive

* Now using norms given by the user, if available

* A bodge to solve the pylint false positive

* applying the mask to the frequencies as well

* New tests for optimized match

Now testing:
- optimized match with a given PSD (not None)
- optimized match with high and low frequency constraints

* Conforming optimized_match to pycbc standards

- computing the cutoff indices with get_cutoff_indices
- computing the normalization with sigmasq
- computing the integral with the rectangle rule

* Reformatted optimized_match with

* Fixed line too long
1 parent 9a419c8
History
File Mode Size
.github
bin
docker
docs
examples
pycbc
test
tools
.codeclimate.yml -rw-r--r-- 1.0 KB
.gitignore -rw-r--r-- 95 bytes
.landscape.yml -rw-r--r-- 348 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 3.3 KB
CONTRIBUTING.md -rw-r--r-- 3.8 KB
Dockerfile -rw-r--r-- 3.2 KB
INSTALL -rw-r--r-- 1.8 KB
LICENSE -rw-r--r-- 34.3 KB
MANIFEST.in -rw-r--r-- 197 bytes
README.md -rw-r--r-- 2.4 KB
companion.txt -rw-r--r-- 424 bytes
descr.rst -rw-r--r-- 1.3 KB
pycbc.spec -rw-r--r-- 1.7 KB
pyproject.toml -rw-r--r-- 618 bytes
pytest.ini -rw-r--r-- 85 bytes
requirements.txt -rw-r--r-- 852 bytes
setup.py -rwxr-xr-x 12.0 KB
tox.ini -rw-r--r-- 1.1 KB

README.md

back to top