Giter Site home page Giter Site logo

pyeccentricfd's Introduction

What is pyEccentricFD?

This is a modified version of the EccentricFD waveform, which is specially for space-detector responses. If you want to check the original codes, see files in LALSuite

Get started

with Python (Quick install)

python setup.py install --with-gsl=/your/gsl/path

with cmake

  • You may want to compile them manually in your own environment, here is an example using cmake:
mkdir cmake-build
cd cmake-build
cmake ..
make
  • Then you can find libEccFD.so in cmake-build/.

  • Move libEccFD.so to pyEccentricFD/ (i.e. the same folder as pyEccentricFD.py).

  • Then you can run tests/py_eccfd_test.py to test if they are well-connected.

  • You do not need to install LAL since I have rewritten those part, we only need a C environment and gsl.

    • Note: If cmake cannot find gsl automatically, you have to specify the directories in CMakeLists.txt.

You can also see settings in CMakeLists.txt for an executable EccentricFD_test, this is just for testing, like:

cmake-build/EccentricFD_test 10 10 0.4 0.23 0.23 0 100 0.01 1 0.0001 0 0

Learn more

pyeccentricfd's People

Contributors

humphreywang avatar

Stargazers

Michael J. Williams avatar

Watchers

Alex Nitz avatar Shichao Wu avatar Ian Harry avatar  avatar

Forkers

ekli-sysu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.