Skip to content
Snippets Groups Projects
Forked from gwinc / pygwinc
Source project has a limited visibility.
Name Last commit Last update
gwinc
.gitignore
.gitlab-ci.yml
README.md

pipeline status

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 its python interface):

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

    $ cd pygwinc/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.