Skip to content
Snippets Groups Projects
Forked from gwinc / pygwinc
638 commits behind the upstream repository.
user avatar
Christopher Wipf authored
addresses #2
e959ada0
History
Name Last commit Last update
gwinc
.gitignore
.gitlab-ci.yml
README.md

Python port of GW Interferometer Noise Calculator

gwinc

tests

To compare pygwinc vs. MATLAB gwinc, run the included test command (requires a local installation of MATLAB and it's python interface):

  • checkout, or create a link existing checkout of, matlab gwinc in the test directory:

    $ cd pygwin/gwinc/test
    $ ln -s ~/ligo/src/iscmodeling/gwinc
  • Execute the test command (specifying path to MATLAB python interface if needed):

    $ PYTHONPATH=/opt/matlab/python/lib/python2.7/site-packages python -m gwinc.test

This will produce difference plots of noises calculated from MATLAB gwinc and pygwinc.